diff --git a/NewWorldCompanion.Entities/HouseItemsJson.cs b/NewWorldCompanion.Entities/HouseItemsJson.cs new file mode 100644 index 0000000..a6ef75f --- /dev/null +++ b/NewWorldCompanion.Entities/HouseItemsJson.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace NewWorldCompanion.Entities +{ + public class HouseItemsJson : ItemDefinition + { + /// Unique identifier for items. Nwdb uses this to identify items + public string HouseItemID { get; set; } = string.Empty; + } +} diff --git a/NewWorldCompanion.Entities/ItemDefinition.cs b/NewWorldCompanion.Entities/ItemDefinition.cs new file mode 100644 index 0000000..b691e85 --- /dev/null +++ b/NewWorldCompanion.Entities/ItemDefinition.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace NewWorldCompanion.Entities +{ + public class ItemDefinition + { + /// Contains master name for localisation + public string Name { get; set; } = string.Empty; + /// Used to define if an item is tradable + public bool BindOnPickup { get; set; } = false; + } +} diff --git a/NewWorldCompanion.Entities/MasterItemDefinitionsCraftingJson.cs b/NewWorldCompanion.Entities/MasterItemDefinitionsCraftingJson.cs deleted file mode 100644 index c1028b7..0000000 --- a/NewWorldCompanion.Entities/MasterItemDefinitionsCraftingJson.cs +++ /dev/null @@ -1,14 +0,0 @@ -namespace NewWorldCompanion.Entities -{ - public class MasterItemDefinitionsCraftingJson - { - /// Unique identifier for items. Nwdb uses this to identify items - public string ItemID { get; set; } = string.Empty; - /// Contains master name for localisation - public string Name { get; set; } = string.Empty; - /// Used to define if an item is tradable - public bool BindOnPickup { get; set; } = false; - /// Matches RequiredAchievementID from CraftingRecipeJson - public string SalvageAchievement { get; set; } = string.Empty; - } -} diff --git a/NewWorldCompanion.Entities/MasterItemDefinitionsJson.cs b/NewWorldCompanion.Entities/MasterItemDefinitionsJson.cs new file mode 100644 index 0000000..5d740df --- /dev/null +++ b/NewWorldCompanion.Entities/MasterItemDefinitionsJson.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace NewWorldCompanion.Entities +{ + public class MasterItemDefinitionsJson : ItemDefinition + { + /// Unique identifier for items. Nwdb uses this to identify items + public string ItemID { get; set; } = string.Empty; + /// Matches RequiredAchievementID from CraftingRecipeJson + public string SalvageAchievement { get; set; } = string.Empty; + } +} diff --git a/NewWorldCompanion.Interfaces/INewWorldDataStore.cs b/NewWorldCompanion.Interfaces/INewWorldDataStore.cs index d5d6abf..b0c0b89 100644 --- a/NewWorldCompanion.Interfaces/INewWorldDataStore.cs +++ b/NewWorldCompanion.Interfaces/INewWorldDataStore.cs @@ -12,7 +12,7 @@ public interface INewWorldDataStore List GetCraftingRecipes(); bool IsBindOnPickup(string itemName); string GetItemId(string itemName); - MasterItemDefinitionsCraftingJson? GetItem(string itemId); + ItemDefinition? GetItem(string itemId); string GetLevenshteinItemName(string itemName); } } diff --git a/NewWorldCompanion.Services/Data/HouseItems.json b/NewWorldCompanion.Services/Data/HouseItems.json new file mode 100644 index 0000000..3d0048d --- /dev/null +++ b/NewWorldCompanion.Services/Data/HouseItems.json @@ -0,0 +1,38698 @@ +[ + { + "HouseItemID": "DEFAULTS", + "ExcludeFromGame": 1, + "PrefabPath": "Housing/Items/HousingItemVariant", + "DEV-FurnitureSet": "0-TEST_ONLY-0", + "UIHousingCategory": "", + "HousingTag1 Placed": "", + "HousingTag2": "", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "", + "IsEntitlement": "", + "HowToOptain (Primarily)": "", + "ItemRarity": "", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.02, + "MaxPotentialPoints": 0.02, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@DEFAULTS_MasterName", + "Description": "@DEFAULTS_Description", + "IconPath": "", + "HiResIconPath": "", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "REQUIRED AT TOP OF DATATABLE" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Chair_Pirate_LargeTreasurePile", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Entitlements/House_Chair_Pirate_LargeTreasurePile", + "DEV-FurnitureSet": "MTX-Pack-01-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairOther", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Entitlement_Chair_Pirate_LargeTreasurePile_MasterName", + "Description": "@House_HousingItem_Entitlement_Chair_Pirate_LargeTreasurePile_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Chair_Pirate_LargeTreasurePile.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Chair_Pirate_LargeTreasurePile.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Pirate_BoneChandelier", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Entitlements/House_Lighting_Pirate_BoneChandelier", + "DEV-FurnitureSet": "MTX-Pack-01-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Pirate_BoneChandelier_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Pirate_BoneChandelier_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Pirate_BoneChandelier.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Pirate_BoneChandelier.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Pirate_SkullTower01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Entitlements/House_Pirate_SkullTower01", + "DEV-FurnitureSet": "MTX-Pack-01-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Pirate_SkullTower01_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Pirate_SkullTower01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Pirate_SkullTower01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Pirate_SkullTower01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Pirate_SkullTower02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Entitlements/House_Pirate_SkullTower02", + "DEV-FurnitureSet": "MTX-Pack-01-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Pirate_SkullTower02_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Pirate_SkullTower02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Pirate_SkullTower02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Pirate_SkullTower02.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Pet_Pirate_Bird", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Entitlements/House_Pet_Pirate_Bird", + "DEV-FurnitureSet": "MTX-Pack-01-Pirate", + "UIHousingCategory": "Pets", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsAnimal", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsAnimal+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemFeedBird", + "Name": "@House_HousingItem_Entitlement_Pet_Pirate_Bird_MasterName", + "Description": "@House_HousingItem_Entitlement_Pet_Pirate_Bird_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Pet_Pirate_Bird.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Pet_Pirate_Bird.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Pirate_Cannon", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Entitlements/House_Pirate_Cannon", + "DEV-FurnitureSet": "MTX-Pack-01-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemStandingInteract", + "Name": "@House_HousingItem_Entitlement_Pirate_Cannon_MasterName", + "Description": "@House_HousingItem_Entitlement_Pirate_Cannon_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Pirate_Cannon.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Pirate_Cannon.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Pirate_Deluxe_TreasureMap", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Entitlements/House_Pirate_Deluxe_TreasureMap", + "DEV-FurnitureSet": "MTX-Pack-01-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Pirate_Deluxe_TreasureMap_MasterName", + "Description": "@House_HousingItem_Entitlement_Pirate_Deluxe_TreasureMap_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Pirate_Deluxe_TreasureMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Pirate_Deluxe_TreasureMap.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Pirate_FancyVase", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Entitlements/House_Pirate_FancyVase", + "DEV-FurnitureSet": "MTX-Pack-01-Pirate", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsVeg", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 5, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Pirate_FancyVase_MasterName", + "Description": "@House_HousingItem_Entitlement_Pirate_FancyVase_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Pirate_FancyVase.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Pirate_FancyVase.png", + "Weight": 7, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Pirate_Mermaid_Painting", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Entitlements/House_Pirate_MermaidPainting", + "DEV-FurnitureSet": "MTX-Pack-01-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Pirate_Mermaid_Painting_MasterName", + "Description": "@House_HousingItem_Entitlement_Pirate_Mermaid_Painting_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Pirate_Mermaid_Painting.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Pirate_Mermaid_Painting.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Pirate_SmallTreasurePile", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Entitlements/House_Pirate_Tabletop_Treasure", + "DEV-FurnitureSet": "MTX-Pack-01-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Pirate_SmallTreasurePile_MasterName", + "Description": "@House_HousingItem_Entitlement_Pirate_SmallTreasurePile_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Pirate_SmallTreasurePile.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Pirate_SmallTreasurePile.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Pirate_SteeringWheel", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Entitlements/House_Pirate_Golden_Ship_Wheel", + "DEV-FurnitureSet": "MTX-Pack-01-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Pirate_SteeringWheel_MasterName", + "Description": "@House_HousingItem_Entitlement_Pirate_SteeringWheel_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Pirate_SteeringWheel.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Pirate_SteeringWheel.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Wall_Pirate_JollyRoger", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Entitlements/House_Wall_Pirate_JollyRoger", + "DEV-FurnitureSet": "MTX-Pack-01-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsMediumDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Wall_Pirate_JollyRoger_MasterName", + "Description": "@House_HousingItem_Entitlement_Wall_Pirate_JollyRoger_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Wall_Pirate_JollyRoger.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Wall_Pirate_JollyRoger.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Spooky2021_FloatingCandelabra", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spooky2021/House_Spooky2021_FloatingCandelabra", + "DEV-FurnitureSet": "MTX-Pack-02-Spooky", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnWall+IsLighting+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Spooky2021_FloatingCandelabra_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Spooky2021_FloatingCandelabra_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Spooky2021_FloatingCandelabra.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Spooky2021_FloatingCandelabra.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinFlirty", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spooky2021/House_Spooky2021_PumpkinFlirty", + "DEV-FurnitureSet": "MTX-Pack-02-Spooky", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinFlirty_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinFlirty_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinFlirty.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinFlirty.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinHappy", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spooky2021/House_Spooky2021_PumpkinHappy", + "DEV-FurnitureSet": "MTX-Pack-02-Spooky", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinHappy_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinHappy_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinHappy.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinHappy.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinScary", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spooky2021/House_Spooky2021_PumpkinScary", + "DEV-FurnitureSet": "MTX-Pack-02-Spooky", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinScary_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinScary_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinScary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinScary.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinSilly", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spooky2021/House_Spooky2021_PumpkinSilly", + "DEV-FurnitureSet": "MTX-Pack-02-Spooky", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinSilly_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinSilly_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinSilly.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Spooky2021_PumpkinSilly.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Spooky2021_Cauldron", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spooky2021/House_Spooky2021_Cauldron", + "DEV-FurnitureSet": "MTX-Pack-02-Spooky", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsLargeDecor+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemStirPot", + "Name": "@House_HousingItem_Entitlement_Spooky2021_Cauldron_MasterName", + "Description": "@House_HousingItem_Entitlement_Spooky2021_Cauldron_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Spooky2021_Cauldron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Spooky2021_Cauldron.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Spooky2021_CrystalBall", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spooky2021/House_Spooky2021_CrystalBall", + "DEV-FurnitureSet": "MTX-Pack-02-Spooky", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsMediumDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Spooky2021_CrystalBall_MasterName", + "Description": "@House_HousingItem_Entitlement_Spooky2021_CrystalBall_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Spooky2021_CrystalBall.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Spooky2021_CrystalBall.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Spooky2021_Curtains", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spooky2021/House_Spooky2021_Curtains", + "DEV-FurnitureSet": "MTX-Pack-02-Spooky", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Spooky2021_Curtains_MasterName", + "Description": "@House_HousingItem_Entitlement_Spooky2021_Curtains_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Spooky2021_Curtains.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Spooky2021_Curtains.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Spooky2021_DancingBrooms", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spooky2021/House_Spooky2021_DancingBrooms", + "DEV-FurnitureSet": "MTX-Pack-02-Spooky", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsLargeDecor+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Spooky2021_DancingBrooms_MasterName", + "Description": "@House_HousingItem_Entitlement_Spooky2021_DancingBrooms_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Spooky2021_DancingBrooms.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Spooky2021_DancingBrooms.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Spooky2021_PotionSet", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spooky2021/House_Spooky2021_PotionSet", + "DEV-FurnitureSet": "MTX-Pack-02-Spooky", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsMediumDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Spooky2021_PotionSet_MasterName", + "Description": "@House_HousingItem_Entitlement_Spooky2021_PotionSet_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Spooky2021_PotionSet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Spooky2021_PotionSet.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Spooky2021_Tombstone", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spooky2021/House_Spooky2021_Tombstone", + "DEV-FurnitureSet": "MTX-Pack-02-Spooky", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Spooky2021_Tombstone_MasterName", + "Description": "@House_HousingItem_Entitlement_Spooky2021_Tombstone_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Spooky2021_Tombstone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Spooky2021_Tombstone.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pet_Entitlement_Ghost_Dog", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spooky2021/HousingItem_Ghost_Dog", + "DEV-FurnitureSet": "MTX-Pack-02-Spooky", + "UIHousingCategory": "Pets", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsAnimal", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsAnimal+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemPetBobcat", + "Name": "@House_HousingItem_Pet_Entitlement_Ghost_Dog_MasterName", + "Description": "@House_HousingItem_Pet_Entitlement_Ghost_Dog_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pet_Entitlement_Ghost_Dog.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pet_Entitlement_Ghost_Dog.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Chair_Royal2021_Throne01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Royal2021/House_Royal2021_Throne01", + "DEV-FurnitureSet": "MTX-Pack-03-Royal", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairOther", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Entitlement_Chair_Royal2021_Throne01_MasterName", + "Description": "@House_HousingItem_Entitlement_Chair_Royal2021_Throne01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Chair_Royal2021_Throne01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Chair_Royal2021_Throne01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Royal2021_CeilingLight01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Royal2021/House_Royal2021_CeilingLight01", + "DEV-FurnitureSet": "MTX-Pack-03-Royal", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Royal2021_CeilingLight01_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Royal2021_CeilingLight01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Royal2021_CeilingLight01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Royal2021_CeilingLight01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Royal2021_TableLight01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Royal2021/House_Royal2021_TableLight01", + "DEV-FurnitureSet": "MTX-Pack-03-Royal", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Royal2021_TableLight01_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Royal2021_TableLight01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Royal2021_TableLight01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Royal2021_TableLight01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Royal2021_WallLight01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Royal2021/House_Royal2021_WallLight01", + "DEV-FurnitureSet": "MTX-Pack-03-Royal", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 5, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Royal2021_WallLight01_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Royal2021_WallLight01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Royal2021_WallLight01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Royal2021_WallLight01.png", + "Weight": 7, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Royal2021_Baldachin01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Royal2021/House_Royal2021_Baldachin01", + "DEV-FurnitureSet": "MTX-Pack-03-Royal", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Royal2021_Baldachin01_MasterName", + "Description": "@House_HousingItem_Entitlement_Royal2021_Baldachin01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Royal2021_Baldachin01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Royal2021_Baldachin01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Royal2021_Curtains01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Royal2021/House_Royal2021_Curtains01", + "DEV-FurnitureSet": "MTX-Pack-03-Royal", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Royal2021_Curtains01_MasterName", + "Description": "@House_HousingItem_Entitlement_Royal2021_Curtains01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Royal2021_Curtains01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Royal2021_Curtains01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Royal2021_Dias01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Royal2021/House_Royal2021_Dias01", + "DEV-FurnitureSet": "MTX-Pack-03-Royal", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Royal2021_Dias01_MasterName", + "Description": "@House_HousingItem_Entitlement_Royal2021_Dias01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Royal2021_Dias01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Royal2021_Dias01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Royal2021_Pedestal01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Royal2021/House_Royal2021_Pedestal01", + "DEV-FurnitureSet": "MTX-Pack-03-Royal", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsMediumDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Royal2021_Pedestal01_MasterName", + "Description": "@House_HousingItem_Entitlement_Royal2021_Pedestal01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Royal2021_Pedestal01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Royal2021_Pedestal01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Winter2021_Chandelier", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Winter2021/house_winter2021_Chandelier", + "DEV-FurnitureSet": "MTX-Pack-04-Winter", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Winter2021_Chandelier_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Winter2021_Chandelier_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Winter2021_Chandelier.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Winter2021_Chandelier.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Winter2021_Garland", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Winter2021/House_Winter2021_Garland", + "DEV-FurnitureSet": "MTX-Pack-04-Winter", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 5, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Winter2021_Garland_MasterName", + "Description": "@House_HousingItem_Entitlement_Winter2021_Garland_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Winter2021_Garland.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Winter2021_Garland.png", + "Weight": 7, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Winter2021_GingerbreadHouse", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Winter2021/House_Winter2021_GingerbreadHouse", + "DEV-FurnitureSet": "MTX-Pack-04-Winter", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Winter2021_GingerbreadHouse_MasterName", + "Description": "@House_HousingItem_Entitlement_Winter2021_GingerbreadHouse_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Winter2021_GingerbreadHouse.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Winter2021_GingerbreadHouse.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Winter2021_HolidayTree", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Winter2021/House_Winter2021_HolidayTree", + "DEV-FurnitureSet": "MTX-Pack-04-Winter", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Winter2021_HolidayTree_MasterName", + "Description": "@House_HousingItem_Entitlement_Winter2021_HolidayTree_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Winter2021_HolidayTree.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Winter2021_HolidayTree.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Winter2021_Mistletoe", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Winter2021/House_Winter2021_Mistletoe", + "DEV-FurnitureSet": "MTX-Pack-04-Winter", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsVeg", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Winter2021_Mistletoe_MasterName", + "Description": "@House_HousingItem_Entitlement_Winter2021_Mistletoe_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Winter2021_Mistletoe.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Winter2021_Mistletoe.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Winter2021_PackagePile_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Winter2021/House_Winter2021_PackagePile_A", + "DEV-FurnitureSet": "MTX-Pack-04-Winter", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsMediumDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Winter2021_PackagePile_A_MasterName", + "Description": "@House_HousingItem_Entitlement_Winter2021_PackagePile_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Winter2021_PackagePile_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Winter2021_PackagePile_A.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Winter2021_Poinsettia", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Winter2021/House_Winter2021_Poinsettia", + "DEV-FurnitureSet": "MTX-Pack-04-Winter", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsVeg", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 5, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Winter2021_Poinsettia_MasterName", + "Description": "@House_HousingItem_Entitlement_Winter2021_Poinsettia_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Winter2021_Poinsettia.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Winter2021_Poinsettia.png", + "Weight": 7, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Winter2021_Snowman", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Winter2021/House_Winter2021_Snowman", + "DEV-FurnitureSet": "MTX-Pack-04-Winter", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Winter2021_Snowman_MasterName", + "Description": "@House_HousingItem_Entitlement_Winter2021_Snowman_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Winter2021_Snowman.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Winter2021_Snowman.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Winter2021_Wreath_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Winter2021/House_Winter2021_Wreath_A", + "DEV-FurnitureSet": "MTX-Pack-04-Winter", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Winter2021_Wreath_A_MasterName", + "Description": "@House_HousingItem_Entitlement_Winter2021_Wreath_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Winter2021_Wreath_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Winter2021_Wreath_A.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pet_Entitlement_Deer_RedNose", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Winter2021/HousingItem_Deer_RedNose", + "DEV-FurnitureSet": "MTX-Pack-04-Winter", + "UIHousingCategory": "Pets", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsAnimal", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsAnimal+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemPetDeer", + "Name": "@House_HousingItem_Pet_Entitlement_Deer_RedNose_MasterName", + "Description": "@House_HousingItem_Pet_Entitlement_Deer_RedNose_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pet_Entitlement_Deer_RedNose.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pet_Entitlement_Deer_RedNose.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_LunarNewYear2022_HangingLantern01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/LunarNewYear2022/House_LunarNewYear2022_HangingLantern01", + "DEV-FurnitureSet": "MTX-Pack-05-NewYears", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_LunarNewYear2022_HangingLantern01_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_LunarNewYear2022_HangingLantern01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_LunarNewYear2022_HangingLantern01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_LunarNewYear2022_HangingLantern01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_LunarNewYear2022_StringLanterns01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/LunarNewYear2022/House_LunarNewYear2022_StringLanterns01", + "DEV-FurnitureSet": "MTX-Pack-05-NewYears", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_LunarNewYear2022_StringLanterns01_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_LunarNewYear2022_StringLanterns01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_LunarNewYear2022_StringLanterns01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_LunarNewYear2022_StringLanterns01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_LunarNewYear2022_Firecrackers01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/LunarNewYear2022/House_LunarNewYear2022_Firecrackers01", + "DEV-FurnitureSet": "MTX-Pack-05-NewYears", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsLargeDecor+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemStandingInteract", + "Name": "@House_HousingItem_Entitlement_LunarNewYear2022_Firecrackers01_MasterName", + "Description": "@House_HousingItem_Entitlement_LunarNewYear2022_Firecrackers01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_LunarNewYear2022_Firecrackers01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_LunarNewYear2022_Firecrackers01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_LunarNewYear2022_FooDog01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/LunarNewYear2022/House_LunarNewYear2022_FooDog01", + "DEV-FurnitureSet": "MTX-Pack-05-NewYears", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_LunarNewYear2022_FooDog01_MasterName", + "Description": "@House_HousingItem_Entitlement_LunarNewYear2022_FooDog01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_LunarNewYear2022_FooDog01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_LunarNewYear2022_FooDog01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_LunarNewYear2022_LionMask01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/LunarNewYear2022/House_LunarNewYear2022_LionMask01", + "DEV-FurnitureSet": "MTX-Pack-05-NewYears", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsMediumDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_LunarNewYear2022_LionMask01_MasterName", + "Description": "@House_HousingItem_Entitlement_LunarNewYear2022_LionMask01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_LunarNewYear2022_LionMask01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_LunarNewYear2022_LionMask01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_LunarNewYear2022_LionMask02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/LunarNewYear2022/House_LunarNewYear2022_LionMask02", + "DEV-FurnitureSet": "MTX-Pack-05-NewYears", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsMediumDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_LunarNewYear2022_LionMask02_MasterName", + "Description": "@House_HousingItem_Entitlement_LunarNewYear2022_LionMask02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_LunarNewYear2022_LionMask02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_LunarNewYear2022_LionMask02.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_LunarNewYear2022_PaperFan01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/LunarNewYear2022/House_LunarNewYear2022_PaperFan01", + "DEV-FurnitureSet": "MTX-Pack-05-NewYears", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsMediumDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_LunarNewYear2022_PaperFan01_MasterName", + "Description": "@House_HousingItem_Entitlement_LunarNewYear2022_PaperFan01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_LunarNewYear2022_PaperFan01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_LunarNewYear2022_PaperFan01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_LunarNewYear2022_PaperFan02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/LunarNewYear2022/House_LunarNewYear2022_PaperFan02", + "DEV-FurnitureSet": "MTX-Pack-05-NewYears", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsMediumDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_LunarNewYear2022_PaperFan02_MasterName", + "Description": "@House_HousingItem_Entitlement_LunarNewYear2022_PaperFan02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_LunarNewYear2022_PaperFan02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_LunarNewYear2022_PaperFan02.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_LunarNewYear2022_Shadowbox01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/LunarNewYear2022/House_LunarNewYear2022_Shadowbox01", + "DEV-FurnitureSet": "MTX-Pack-05-NewYears", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_LunarNewYear2022_Shadowbox01_MasterName", + "Description": "@House_HousingItem_Entitlement_LunarNewYear2022_Shadowbox01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_LunarNewYear2022_Shadowbox01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_LunarNewYear2022_Shadowbox01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pet_Entitlement_Tiger_NewYear", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/LunarNewYear2022/HousingItem_Tiger_NewYear", + "DEV-FurnitureSet": "MTX-Pack-05-NewYears", + "UIHousingCategory": "Pets", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsAnimal", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsAnimal+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemPetTiger", + "Name": "@House_HousingItem_Pet_Entitlement_Tiger_NewYear_MasterName", + "Description": "@House_HousingItem_Pet_Entitlement_Tiger_NewYear_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pet_Entitlement_Tiger_NewYear.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pet_Entitlement_Tiger_NewYear.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Bed_Love2022_Couch01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Love2022/House_Love2022_Couch01", + "DEV-FurnitureSet": "MTX-Pack-06-Love", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Entitlement_Bed_Love2022_Couch01_MasterName", + "Description": "@House_HousingItem_Entitlement_Bed_Love2022_Couch01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Bed_Love2022_Couch01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Bed_Love2022_Couch01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Chair_Love2022_Chair01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Love2022/House_Love2022_Chair01", + "DEV-FurnitureSet": "MTX-Pack-06-Love", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Entitlement_Chair_Love2022_Chair01_MasterName", + "Description": "@House_HousingItem_Entitlement_Chair_Love2022_Chair01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Chair_Love2022_Chair01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Chair_Love2022_Chair01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Love2022_Candelabra01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Love2022/House_Love2022_Candelabra01", + "DEV-FurnitureSet": "MTX-Pack-06-Love", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Love2022_Candelabra01_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Love2022_Candelabra01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Love2022_Candelabra01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Love2022_Candelabra01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Love2022_Sconce01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Love2022/House_Love2022_Sconce01", + "DEV-FurnitureSet": "MTX-Pack-06-Love", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Love2022_Sconce01_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Love2022_Sconce01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Love2022_Sconce01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Love2022_Sconce01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Love2022_Desk01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Love2022/House_Love2022_Desk01", + "DEV-FurnitureSet": "MTX-Pack-06-Love", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Love2022_Desk01_MasterName", + "Description": "@House_HousingItem_Entitlement_Love2022_Desk01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Love2022_Desk01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Love2022_Desk01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Love2022_LovePotion01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Love2022/House_Love2022_LovePotion01", + "DEV-FurnitureSet": "MTX-Pack-06-Love", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Love2022_LovePotion01_MasterName", + "Description": "@House_HousingItem_Entitlement_Love2022_LovePotion01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Love2022_LovePotion01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Love2022_LovePotion01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Love2022_Tub01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Love2022/House_Love2022_Tub01", + "DEV-FurnitureSet": "MTX-Pack-06-Love", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsLargeDecor+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemStandingInteract", + "Name": "@House_HousingItem_Entitlement_Love2022_Tub01_MasterName", + "Description": "@House_HousingItem_Entitlement_Love2022_Tub01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Love2022_Tub01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Love2022_Tub01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Love2022_VaseFlowers01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Love2022/House_Love2022_VaseFlowers01", + "DEV-FurnitureSet": "MTX-Pack-06-Love", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsVeg", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Love2022_VaseFlowers01_MasterName", + "Description": "@House_HousingItem_Entitlement_Love2022_VaseFlowers01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Love2022_VaseFlowers01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Love2022_VaseFlowers01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Rug_Love2022_Rug01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Love2022/House_Love2022_Rug01", + "DEV-FurnitureSet": "MTX-Pack-06-Love", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Entitlement_Rug_Love2022_Rug01_MasterName", + "Description": "@House_HousingItem_Entitlement_Rug_Love2022_Rug01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Rug_Love2022_Rug01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Rug_Love2022_Rug01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Table_Love2022_Table01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Love2022/House_Love2022_Table01", + "DEV-FurnitureSet": "MTX-Pack-06-Love", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Table_Love2022_Table01_MasterName", + "Description": "@House_HousingItem_Entitlement_Table_Love2022_Table01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Table_Love2022_Table01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Table_Love2022_Table01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Chair_Spring2022_Chair01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spring2022/House_Spring2022_Chair01", + "DEV-FurnitureSet": "MTX-Pack-07-Spring", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairOther", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Entitlement_Chair_Spring2022_Chair01_MasterName", + "Description": "@House_HousingItem_Entitlement_Chair_Spring2022_Chair01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Chair_Spring2022_Chair01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Chair_Spring2022_Chair01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Spring2022_CeilingLight01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spring2022/House_Spring2022_CeilingLight01", + "DEV-FurnitureSet": "MTX-Pack-07-Spring", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Spring2022_CeilingLight01_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Spring2022_CeilingLight01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Spring2022_CeilingLight01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Spring2022_CeilingLight01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Lighting_Spring2022_WallLight01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spring2022/House_Spring2022_WallLight01", + "DEV-FurnitureSet": "MTX-Pack-07-Spring", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Lighting_Spring2022_WallLight01_MasterName", + "Description": "@House_HousingItem_Entitlement_Lighting_Spring2022_WallLight01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Lighting_Spring2022_WallLight01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Lighting_Spring2022_WallLight01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Rug_Spring2022_Rug01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spring2022/House_Spring2022_Rug01", + "DEV-FurnitureSet": "MTX-Pack-07-Spring", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Entitlement_Rug_Spring2022_Rug01_MasterName", + "Description": "@House_HousingItem_Entitlement_Rug_Spring2022_Rug01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Rug_Spring2022_Rug01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Rug_Spring2022_Rug01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Spring2022_CeilingFlowers01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spring2022/House_Spring2022_CeilingFlowers01", + "DEV-FurnitureSet": "MTX-Pack-07-Spring", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsVeg", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Spring2022_CeilingFlowers01_MasterName", + "Description": "@House_HousingItem_Entitlement_Spring2022_CeilingFlowers01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Spring2022_CeilingFlowers01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Spring2022_CeilingFlowers01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Spring2022_ColorCannon01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spring2022/House_Spring2022_ColorCannon01", + "DEV-FurnitureSet": "MTX-Pack-07-Spring", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsLargeDecor+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemStandingInteract", + "Name": "@House_HousingItem_Entitlement_Spring2022_ColorCannon01_MasterName", + "Description": "@House_HousingItem_Entitlement_Spring2022_ColorCannon01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Spring2022_ColorCannon01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Spring2022_ColorCannon01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Spring2022_Curtains01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spring2022/House_Spring2022_Curtains01", + "DEV-FurnitureSet": "MTX-Pack-07-Spring", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Spring2022_Curtains01_MasterName", + "Description": "@House_HousingItem_Entitlement_Spring2022_Curtains01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Spring2022_Curtains01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Spring2022_Curtains01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Spring2022_FlowerBasket01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spring2022/House_Spring2022_FlowerBasket01", + "DEV-FurnitureSet": "MTX-Pack-07-Spring", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsVeg", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 3, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Spring2022_FlowerBasket01_MasterName", + "Description": "@House_HousingItem_Entitlement_Spring2022_FlowerBasket01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Spring2022_FlowerBasket01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Spring2022_FlowerBasket01.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Spring2022_SideTable01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spring2022/House_Spring2022_SideTable01", + "DEV-FurnitureSet": "MTX-Pack-07-Spring", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Spring2022_SideTable01_MasterName", + "Description": "@House_HousingItem_Entitlement_Spring2022_SideTable01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Spring2022_SideTable01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Spring2022_SideTable01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Entitlement_Spring2022_Wreath01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spring2022/House_Spring2022_Wreath01", + "DEV-FurnitureSet": "MTX-Pack-07-Spring", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Entitlement_Spring2022_Wreath01_MasterName", + "Description": "@House_HousingItem_Entitlement_Spring2022_Wreath01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Entitlement_Spring2022_Wreath01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Entitlement_Spring2022_Wreath01.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pet_Entitlement_Rabbit_Spring", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Spring2022/HousingItem_Spring2022_Rabbit", + "DEV-FurnitureSet": "MTX-Pack-07-Spring", + "UIHousingCategory": "Pets", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsAnimal", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsAnimal+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemPetRabbit", + "Name": "@House_HousingItem_Pet_Entitlement_Rabbit_Spring_MasterName", + "Description": "@House_HousingItem_Pet_Entitlement_Rabbit_Spring_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pet_Entitlement_Rabbit_Spring.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pet_Entitlement_Rabbit_Spring.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 1, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Alchemist_Cabinet_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Alchemist_Cabinet_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Alchemist_Cabinet_A_MasterName", + "Description": "@House_HousingItem_Alchemist_Cabinet_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Alchemist_Cabinet_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Alchemist_Cabinet_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Alchemist_Cabinet_A", + "RepairRecipe": "House_HousingItem_Alchemist_Cabinet_A", + "SalvageRecipe": "House_HousingItem_Alchemist_Cabinet_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Alchemist_Cabinet_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Alchemist_Cabinet_C", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Alchemist_Cabinet_C_MasterName", + "Description": "@House_HousingItem_Alchemist_Cabinet_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Alchemist_Cabinet_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Alchemist_Cabinet_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Alchemist_Cabinet_C", + "RepairRecipe": "House_HousingItem_Alchemist_Cabinet_C", + "SalvageRecipe": "House_HousingItem_Alchemist_Cabinet_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Appr_Winecask_Indoor", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Appr_Winecask_Indoor", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Appr_Winecask_Indoor_MasterName", + "Description": "@House_HousingItem_Appr_Winecask_Indoor_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Appr_Winecask_Indoor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Appr_Winecask_Indoor.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Appr_Winecask_Indoor", + "RepairRecipe": "House_HousingItem_Appr_Winecask_Indoor", + "SalvageRecipe": "House_HousingItem_Appr_Winecask_Indoor", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Basket_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Basket_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsMediumDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Basket_A_MasterName", + "Description": "@House_HousingItem_Basket_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Basket_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Basket_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Basket_A", + "RepairRecipe": "House_HousingItem_Basket_A", + "SalvageRecipe": "House_HousingItem_Basket_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Bunk_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Bed_Bunk_T2", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.06, + "MaxPotentialPoints": 0.06, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Bunk_T2_MasterName", + "Description": "@House_HousingItem_Bed_Bunk_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Bunk_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Bunk_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Bunk_T2", + "RepairRecipe": "House_HousingItem_Bed_Bunk_T2", + "SalvageRecipe": "House_HousingItem_Bed_Bunk_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Cot_T1_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Bed_Cot_T1", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Bed_Cot_T1_A_MasterName", + "Description": "@House_HousingItem_Bed_Cot_T1_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Cot_T1_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Cot_T1_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Cot_T1_A", + "RepairRecipe": "House_HousingItem_Bed_Cot_T1_A", + "SalvageRecipe": "House_HousingItem_Bed_Cot_T1_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Single_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Bed_Single_T2", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Single_T2_MasterName", + "Description": "@House_HousingItem_Bed_Single_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Single_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Single_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Single_T2", + "RepairRecipe": "House_HousingItem_Bed_Single_T2", + "SalvageRecipe": "House_HousingItem_Bed_Single_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Cairn_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Cairn_D", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Cairn_D_MasterName", + "Description": "@House_HousingItem_Cairn_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Cairn_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Cairn_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Cairn_D", + "RepairRecipe": "House_HousingItem_Cairn_D", + "SalvageRecipe": "House_HousingItem_Cairn_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_FineChair_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Chair_FineChair_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_FineChair_A_MasterName", + "Description": "@House_HousingItem_Chair_FineChair_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_FineChair_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_FineChair_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_FineChair_A", + "RepairRecipe": "House_HousingItem_Chair_FineChair_A", + "SalvageRecipe": "House_HousingItem_Chair_FineChair_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_FineChair_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Chair_FineChair_B", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_FineChair_B_MasterName", + "Description": "@House_HousingItem_Chair_FineChair_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_FineChair_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_FineChair_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_FineChair_B", + "RepairRecipe": "House_HousingItem_Chair_FineChair_B", + "SalvageRecipe": "House_HousingItem_Chair_FineChair_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Lg_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Chair_Lg_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": -0.01, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.48, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Lg_A_MasterName", + "Description": "@House_HousingItem_Chair_Lg_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Lg_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Lg_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Lg_A", + "RepairRecipe": "House_HousingItem_Chair_Lg_A", + "SalvageRecipe": "House_HousingItem_Chair_Lg_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_StoolB_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Chair_StoolB_T2", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_StoolB_T2_MasterName", + "Description": "@House_HousingItem_Chair_StoolB_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_StoolB_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_StoolB_T2.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_StoolB_T2", + "RepairRecipe": "House_HousingItem_Chair_StoolB_T2", + "SalvageRecipe": "House_HousingItem_Chair_StoolB_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Cloth_Tapestry_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Cloth_Tapestry_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Cloth_Tapestry_A_MasterName", + "Description": "@House_HousingItem_Cloth_Tapestry_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Cloth_Tapestry_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Cloth_Tapestry_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Cloth_Tapestry_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Cloth_Tapestry_B", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.06, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Cloth_Tapestry_B_MasterName", + "Description": "@House_HousingItem_Cloth_Tapestry_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Cloth_Tapestry_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Cloth_Tapestry_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Cloth_Tapestry_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Cloth_Tapestry_C", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.06, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Cloth_Tapestry_C_MasterName", + "Description": "@House_HousingItem_Cloth_Tapestry_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Cloth_Tapestry_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Cloth_Tapestry_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Cookware_Cup_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Cookware_Cup_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Cookware_Cup_A_MasterName", + "Description": "@House_HousingItem_Cookware_Cup_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Cookware_Cup_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Cookware_Cup_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Cookware_FryPan_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Cookware_FryPan_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Cookware_FryPan_A_MasterName", + "Description": "@House_HousingItem_Cookware_FryPan_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Cookware_FryPan_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Cookware_FryPan_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dec_Branch_Element_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Dec_Branch_Element_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dec_Branch_Element_A_MasterName", + "Description": "@House_HousingItem_Dec_Branch_Element_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dec_Branch_Element_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dec_Branch_Element_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Decor_Wreath_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Decor_Wreath_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Decor_Wreath_A_MasterName", + "Description": "@House_HousingItem_Decor_Wreath_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Decor_Wreath_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Decor_Wreath_A.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Decor_Wreath_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Decor_Wreath_C", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Decor_Wreath_C_MasterName", + "Description": "@House_HousingItem_Decor_Wreath_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Decor_Wreath_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Decor_Wreath_C.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Decor_Wreath_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Decor_Wreath_D", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Decor_Wreath_D_MasterName", + "Description": "@House_HousingItem_Decor_Wreath_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Decor_Wreath_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Decor_Wreath_D.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Decor_Wreath_Garlic", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Decor_Wreath_Garlic", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Decor_Wreath_Garlic_MasterName", + "Description": "@House_HousingItem_Decor_Wreath_Garlic_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Decor_Wreath_Garlic.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Decor_Wreath_Garlic.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Demijohn_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Demijohn_B", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Demijohn_B_MasterName", + "Description": "@House_HousingItem_Demijohn_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Demijohn_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Demijohn_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Demijohn_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Demijohn_D", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Demijohn_D_MasterName", + "Description": "@House_HousingItem_Demijohn_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Demijohn_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Demijohn_D.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Demijohn_Wicker_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Demijohn_Wicker_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Demijohn_Wicker_A_MasterName", + "Description": "@House_HousingItem_Demijohn_Wicker_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Demijohn_Wicker_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Demijohn_Wicker_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Demijohn_Wicker_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Demijohn_Wicker_B", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Demijohn_Wicker_B_MasterName", + "Description": "@House_HousingItem_Demijohn_Wicker_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Demijohn_Wicker_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Demijohn_Wicker_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Earthware_Jar_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Earthware_Jar_C", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Earthware_Jar_C_MasterName", + "Description": "@House_HousingItem_Earthware_Jar_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Earthware_Jar_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Earthware_Jar_C.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Earthware_Jar_E", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Earthware_Jar_E", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Earthware_Jar_E_MasterName", + "Description": "@House_HousingItem_Earthware_Jar_E_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Earthware_Jar_E.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Earthware_Jar_E.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Firewood_Pile_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Firewood_Pile_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsMediumDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.25, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Firewood_Pile_A_MasterName", + "Description": "@House_HousingItem_Firewood_Pile_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Firewood_Pile_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Firewood_Pile_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_HangingSacksLG", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_HangingSacksLG", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsMediumDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.25, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_HangingSacksLG_MasterName", + "Description": "@House_HousingItem_HangingSacksLG_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_HangingSacksLG.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_HangingSacksLG.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_HangingSacksSM_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_HangingSacksSM_B", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsMediumDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.25, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_HangingSacksSM_B_MasterName", + "Description": "@House_HousingItem_HangingSacksSM_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_HangingSacksSM_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_HangingSacksSM_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_HW_DishCluster_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_HW_DishCluster_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_HW_DishCluster_A_MasterName", + "Description": "@House_HousingItem_HW_DishCluster_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_HW_DishCluster_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_HW_DishCluster_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_HW_Placesetting", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_HW_Placesetting", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_HW_Placesetting_MasterName", + "Description": "@House_HousingItem_HW_Placesetting_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_HW_Placesetting.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_HW_Placesetting.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_HW_Placesetting", + "RepairRecipe": "House_HousingItem_HW_Placesetting", + "SalvageRecipe": "House_HousingItem_HW_Placesetting", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Candle_Bunch_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Lighting/HousingItem_Lighting_Candle_Bunch_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": -0.01, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Candle_Bunch_A_MasterName", + "Description": "@House_HousingItem_Lighting_Candle_Bunch_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Candle_Bunch_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Candle_Bunch_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_CandleHolder_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Lighting/HousingItem_Lighting_CandleHolder_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_CandleHolder_A_MasterName", + "Description": "@House_HousingItem_Lighting_CandleHolder_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_CandleHolder_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_CandleHolder_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_CandleHolder_A", + "RepairRecipe": "House_HousingItem_Lighting_CandleHolder_A", + "SalvageRecipe": "House_HousingItem_Lighting_CandleHolder_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Lantern_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Lighting/HousingItem_Lighting_Lantern_C", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.25, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Lantern_C_MasterName", + "Description": "@House_HousingItem_Lighting_Lantern_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Lantern_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Lantern_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Lantern_C", + "RepairRecipe": "House_HousingItem_Lighting_Lantern_C", + "SalvageRecipe": "House_HousingItem_Lighting_Lantern_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Lantern_Ceiling", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Lighting/HousingItem_Lighting_Lantern_Ceiling", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Lantern_Ceiling_MasterName", + "Description": "@House_HousingItem_Lighting_Lantern_Ceiling_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Lantern_Ceiling.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Lantern_Ceiling.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Torch_Wall", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Lighting/HousingItem_Lighting_Torch_Wall", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Torch_Wall_MasterName", + "Description": "@House_HousingItem_Lighting_Torch_Wall_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Torch_Wall.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Torch_Wall.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_MilkJug", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_MilkJug", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_MilkJug_MasterName", + "Description": "@House_HousingItem_MilkJug_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_MilkJug.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_MilkJug.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_OldBookGroup_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_OldBookGroup_B", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.56, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_OldBookGroup_B_MasterName", + "Description": "@House_HousingItem_OldBookGroup_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_OldBookGroup_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_OldBookGroup_B.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_OldBookGroup_E", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_OldBookGroup_E", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.56, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_OldBookGroup_E_MasterName", + "Description": "@House_HousingItem_OldBookGroup_E_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_OldBookGroup_E.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_OldBookGroup_E.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_OldBookGroup_F", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_OldBookGroup_F", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0.01, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.64, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_OldBookGroup_F_MasterName", + "Description": "@House_HousingItem_OldBookGroup_F_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_OldBookGroup_F.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_OldBookGroup_F.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Paper_Flat_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Paper_Flat_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Paper_Flat_A_MasterName", + "Description": "@House_HousingItem_Paper_Flat_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Paper_Flat_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Paper_Flat_A.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Paper_Flat_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Paper_Flat_C", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Paper_Flat_C_MasterName", + "Description": "@House_HousingItem_Paper_Flat_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Paper_Flat_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Paper_Flat_C.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Paper_FlatThin_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Paper_FlatThin_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Paper_FlatThin_A_MasterName", + "Description": "@House_HousingItem_Paper_FlatThin_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Paper_FlatThin_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Paper_FlatThin_A.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Paper_FlatThin_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Paper_FlatThin_B", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Paper_FlatThin_B_MasterName", + "Description": "@House_HousingItem_Paper_FlatThin_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Paper_FlatThin_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Paper_FlatThin_B.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Paper_Seal_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Paper_Seal_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Paper_Seal_A_MasterName", + "Description": "@House_HousingItem_Paper_Seal_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Paper_Seal_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Paper_Seal_A.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Paper_Seal_E", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Paper_Seal_E", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Paper_Seal_E_MasterName", + "Description": "@House_HousingItem_Paper_Seal_E_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Paper_Seal_E.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Paper_Seal_E.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_PaperParcels_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_PaperParcels_C", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_PaperParcels_C_MasterName", + "Description": "@House_HousingItem_PaperParcels_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_PaperParcels_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_PaperParcels_C.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_PaperParcels_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_PaperParcels_D", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_PaperParcels_D_MasterName", + "Description": "@House_HousingItem_PaperParcels_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_PaperParcels_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_PaperParcels_D.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_PowderHorn", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_PowderHorn", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.56, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_PowderHorn_MasterName", + "Description": "@House_HousingItem_PowderHorn_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_PowderHorn.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_PowderHorn.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_PowderHorn", + "RepairRecipe": "House_HousingItem_PowderHorn", + "SalvageRecipe": "House_HousingItem_PowderHorn", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_PrimalDrumSmall", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_PrimalDrumSmall", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_PrimalDrumSmall_MasterName", + "Description": "@House_HousingItem_PrimalDrumSmall_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_PrimalDrumSmall.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_PrimalDrumSmall.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_PrimalPottery_A_Hang", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_PrimalPottery_A_Hang", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsMediumDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.25, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_PrimalPottery_A_Hang_MasterName", + "Description": "@House_HousingItem_PrimalPottery_A_Hang_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_PrimalPottery_A_Hang.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_PrimalPottery_A_Hang.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_RoundBirdCage", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_RoundBirdCage", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsMediumDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_RoundBirdCage_MasterName", + "Description": "@House_HousingItem_RoundBirdCage_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_RoundBirdCage.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_RoundBirdCage.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_RoundBirdCage", + "RepairRecipe": "House_HousingItem_RoundBirdCage", + "SalvageRecipe": "House_HousingItem_RoundBirdCage", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_BearPelt", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Rug_BearPelt", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.96, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_BearPelt_MasterName", + "Description": "@House_HousingItem_Rug_BearPelt_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_BearPelt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_BearPelt.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Rug_BearPelt", + "RepairRecipe": "House_HousingItem_Rug_BearPelt", + "SalvageRecipe": "House_HousingItem_Rug_BearPelt", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Cloth_Flat_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Rug_Cloth_Flat_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Cloth_Flat_A_MasterName", + "Description": "@House_HousingItem_Rug_Cloth_Flat_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Cloth_Flat_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Cloth_Flat_A.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_FishingNet_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Rug_FishingNet_B", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_FishingNet_B_MasterName", + "Description": "@House_HousingItem_Rug_FishingNet_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_FishingNet_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_FishingNet_B.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_ScrollBookcase_Lg", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_ScrollBookcase_Lg", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ScrollBookcase_Lg_MasterName", + "Description": "@House_HousingItem_ScrollBookcase_Lg_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ScrollBookcase_Lg.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ScrollBookcase_Lg.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_ScrollBookcase_Lg", + "RepairRecipe": "House_HousingItem_ScrollBookcase_Lg", + "SalvageRecipe": "House_HousingItem_ScrollBookcase_Lg", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_SingleShelf_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_SingleShelf_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_SingleShelf_A_MasterName", + "Description": "@House_HousingItem_SingleShelf_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_SingleShelf_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_SingleShelf_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_SingleShelf_A", + "RepairRecipe": "House_HousingItem_SingleShelf_A", + "SalvageRecipe": "House_HousingItem_SingleShelf_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_SmallAlchemyCabinet", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_SmallAlchemyCabinet", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_SmallAlchemyCabinet_MasterName", + "Description": "@House_HousingItem_SmallAlchemyCabinet_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_SmallAlchemyCabinet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_SmallAlchemyCabinet.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_SmallAlchemyCabinet", + "RepairRecipe": "House_HousingItem_SmallAlchemyCabinet", + "SalvageRecipe": "House_HousingItem_SmallAlchemyCabinet", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_StoneFurnace_Alchemy", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_StoneFurnace_Alchemy", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStoveOven", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStoveOven", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": -0.03, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.13, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_StoneFurnace_Alchemy_MasterName", + "Description": "@House_HousingItem_StoneFurnace_Alchemy_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_StoneFurnace_Alchemy.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_StoneFurnace_Alchemy.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Stoves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_StoneFurnace_Alchemy", + "RepairRecipe": "House_HousingItem_StoneFurnace_Alchemy", + "SalvageRecipe": "House_HousingItem_StoneFurnace_Alchemy", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Storage_T1_ChestOldLog", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestOldLog", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": 4000, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T1_ChestOldLog_MasterName", + "Description": "@House_HousingItem_Storage_T1_ChestOldLog_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T1_ChestOldLog.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T1_ChestOldLog.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Storage", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Storage_T1_ChestOldLog", + "RepairRecipe": "House_HousingItem_Storage_T1_ChestOldLog", + "SalvageRecipe": "House_HousingItem_Storage_T1_ChestOldLog", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Storage_T1_ChestOldWood", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestOldWood", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": 4500, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T1_ChestOldWood_MasterName", + "Description": "@House_HousingItem_Storage_T1_ChestOldWood_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T1_ChestOldWood.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T1_ChestOldWood.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Storage", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Storage_T1_ChestRock", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestRock", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": 4500, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T1_ChestRock_MasterName", + "Description": "@House_HousingItem_Storage_T1_ChestRock_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T1_ChestRock.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T1_ChestRock.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Storage", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Storage_T2_ChestIron", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestIron", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.06, + "MaxPotentialPoints": 0.06, + "HousingStatusEffect": "", + "StorageBonus": 6000, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T2_ChestIron_MasterName", + "Description": "@House_HousingItem_Storage_T2_ChestIron_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T2_ChestIron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T2_ChestIron.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Storage", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Storage_T2_ChestIron", + "RepairRecipe": "House_HousingItem_Storage_T2_ChestIron", + "SalvageRecipe": "House_HousingItem_Storage_T2_ChestIron", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Storage_T2_ChestPrimal", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestPrimal", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "", + "StorageBonus": 6500, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T2_ChestPrimal_MasterName", + "Description": "@House_HousingItem_Storage_T2_ChestPrimal_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T2_ChestPrimal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T2_ChestPrimal.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Storage", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Storage_T2_ChestStone", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestStone", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "", + "StorageBonus": 6500, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T2_ChestStone_MasterName", + "Description": "@House_HousingItem_Storage_T2_ChestStone_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T2_ChestStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T2_ChestStone.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Storage", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Storage_T4_ChestAncient", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestAncient", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "", + "StorageBonus": 10500, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T4_ChestAncient_MasterName", + "Description": "@House_HousingItem_Storage_T4_ChestAncient_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T4_ChestAncient.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T4_ChestAncient.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Storage", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Storage_T4_ChestMacab", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestMacab", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "", + "StorageBonus": 10500, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T4_ChestMacab_MasterName", + "Description": "@House_HousingItem_Storage_T4_ChestMacab_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T4_ChestMacab.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T4_ChestMacab.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Storage", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Storage_T4_ChestRabbit", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestRabbit", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Elite", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": 10500, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T4_ChestRabbit_MasterName", + "Description": "@House_HousingItem_Storage_T4_ChestRabbit_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T4_ChestRabbit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T4_ChestRabbit.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Extremely rare drop from killing a Corrupted Rabbit. " + }, + { + "HouseItemID": "House_HousingItem_Storage_T4_ChestSteel", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestSteel", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "", + "StorageBonus": 10000, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T4_ChestSteel_MasterName", + "Description": "@House_HousingItem_Storage_T4_ChestSteel_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T4_ChestSteel.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T4_ChestSteel.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Storage", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Storage_T4_ChestSteel", + "RepairRecipe": "House_HousingItem_Storage_T4_ChestSteel", + "SalvageRecipe": "House_HousingItem_Storage_T4_ChestSteel", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_DinTable_Lg_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Table_DinTable_Lg_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_DinTable_Lg_A_MasterName", + "Description": "@House_HousingItem_Table_DinTable_Lg_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_DinTable_Lg_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_DinTable_Lg_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_DinTable_Lg_A", + "RepairRecipe": "House_HousingItem_Table_DinTable_Lg_A", + "SalvageRecipe": "House_HousingItem_Table_DinTable_Lg_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_LogTable", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Table_LogTable", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_LogTable_MasterName", + "Description": "@House_HousingItem_Table_LogTable_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_LogTable.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_LogTable.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_LogTable", + "RepairRecipe": "House_HousingItem_Table_LogTable", + "SalvageRecipe": "House_HousingItem_Table_LogTable", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_LogTableStump", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Table_LogTableStump", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_LogTableStump_MasterName", + "Description": "@House_HousingItem_Table_LogTableStump_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_LogTableStump.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_LogTableStump.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_LogTableStump", + "RepairRecipe": "House_HousingItem_Table_LogTableStump", + "SalvageRecipe": "House_HousingItem_Table_LogTableStump", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_SideDesk_Md", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Table_SideDesk_md", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_SideDesk_Md_MasterName", + "Description": "@House_HousingItem_Table_SideDesk_Md_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_SideDesk_Md.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_SideDesk_Md.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_TableSmallA", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/House_Table_TableSmallA", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_TableSmallA_MasterName", + "Description": "@House_HousingItem_Table_TableSmallA_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_TableSmallA.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_TableSmallA.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_TargetDummy", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_TargetDummy", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsMediumDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": -0.01, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.6, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_TargetDummy_MasterName", + "Description": "@House_HousingItem_TargetDummy_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_TargetDummy.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_TargetDummy.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_TargetDummy", + "RepairRecipe": "House_HousingItem_TargetDummy", + "SalvageRecipe": "House_HousingItem_TargetDummy", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_UiDrink_Tea_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_UiDrink_Tea_T3", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": -0.03, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.48, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_UiDrink_Tea_T3_MasterName", + "Description": "@House_HousingItem_UiDrink_Tea_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_UiDrink_Tea_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_UiDrink_Tea_T3.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Vegetation_Vines_Med_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Vines_Med_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Vegetation_Vines_Med_A_MasterName", + "Description": "@House_HousingItem_Vegetation_Vines_Med_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Vegetation_Vines_Med_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Vegetation_Vines_Med_A.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Vegetation_Vines_Med_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Vines_Med_B", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Vegetation_Vines_Med_B_MasterName", + "Description": "@House_HousingItem_Vegetation_Vines_Med_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Vegetation_Vines_Med_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Vegetation_Vines_Med_B.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Vegetation_Vines_Med_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Vines_Med_C", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Vegetation_Vines_Med_C_MasterName", + "Description": "@House_HousingItem_Vegetation_Vines_Med_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Vegetation_Vines_Med_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Vegetation_Vines_Med_C.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Vegetation_Vines_Med_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Vines_Med_D", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Vegetation_Vines_Med_D_MasterName", + "Description": "@House_HousingItem_Vegetation_Vines_Med_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Vegetation_Vines_Med_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Vegetation_Vines_Med_D.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Vegetation_Vines_Med_E", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Vines_Med_E", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Vegetation_Vines_Med_E_MasterName", + "Description": "@House_HousingItem_Vegetation_Vines_Med_E_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Vegetation_Vines_Med_E.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Vegetation_Vines_Med_E.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Vegetation_Vines_Med_F", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Vines_Med_F", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 1.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Vegetation_Vines_Med_F_MasterName", + "Description": "@House_HousingItem_Vegetation_Vines_Med_F_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Vegetation_Vines_Med_F.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Vegetation_Vines_Med_F.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Vegetation_Vines_Sm_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Vines_Sm_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": -0.01, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.7, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Vegetation_Vines_Sm_A_MasterName", + "Description": "@House_HousingItem_Vegetation_Vines_Sm_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Vegetation_Vines_Sm_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Vegetation_Vines_Sm_A.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Vegetation_Vines_Sm_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Vines_Sm_B", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": -0.01, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.9, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Vegetation_Vines_Sm_B_MasterName", + "Description": "@House_HousingItem_Vegetation_Vines_Sm_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Vegetation_Vines_Sm_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Vegetation_Vines_Sm_B.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Vegetation_Vines_Sm_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Vines_Sm_C", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": -0.01, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.7, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Vegetation_Vines_Sm_C_MasterName", + "Description": "@House_HousingItem_Vegetation_Vines_Sm_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Vegetation_Vines_Sm_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Vegetation_Vines_Sm_C.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Vegetation_Vines_Sm_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Vines_Sm_D", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": -0.01, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.7, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Vegetation_Vines_Sm_D_MasterName", + "Description": "@House_HousingItem_Vegetation_Vines_Sm_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Vegetation_Vines_Sm_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Vegetation_Vines_Sm_D.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Vegetation_Vines_Sm_E", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Vines_Sm_E", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": -0.01, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.9, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Vegetation_Vines_Sm_E_MasterName", + "Description": "@House_HousingItem_Vegetation_Vines_Sm_E_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Vegetation_Vines_Sm_E.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Vegetation_Vines_Sm_E.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Vegetation_Vines_Sm_F", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Vines_Sm_F", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": -0.01, + "RankingPoints": 0.11, + "MaxPotentialPoints": 1.1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Vegetation_Vines_Sm_F_MasterName", + "Description": "@House_HousingItem_Vegetation_Vines_Sm_F_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Vegetation_Vines_Sm_F.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Vegetation_Vines_Sm_F.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Windchimes_Post_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Windchimes_Post_C", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": -0.02, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Windchimes_Post_C_MasterName", + "Description": "@House_HousingItem_Windchimes_Post_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Windchimes_Post_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Windchimes_Post_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Windchimes_Post_C", + "RepairRecipe": "House_HousingItem_Windchimes_Post_C", + "SalvageRecipe": "House_HousingItem_Windchimes_Post_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Writing_OpenBook", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Writing_OpenBook", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Writing_OpenBook_MasterName", + "Description": "@House_HousingItem_Writing_OpenBook_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Writing_OpenBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Writing_OpenBook.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Writing_ScrollStack_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Furniture/Decor/House_Writing_ScrollStack_A", + "DEV-FurnitureSet": "NA-Basic", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Writing_ScrollStack_A_MasterName", + "Description": "@House_HousingItem_Writing_ScrollStack_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Writing_ScrollStack_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Writing_ScrollStack_A.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Alchemy_Bonus_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Alchemy_Bonus_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+AlchemyBonus", + "HousingTags": "OnWall+IsTrophyBuff+AlchemyBonus", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingMinGearBonusAlchemyT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Alchemy_Bonus_T1_MasterName", + "Description": "@House_HousingItem_Buff_Alchemy_Bonus_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Alchemy_Bonus_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Alchemy_Bonus_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Alchemy_Bonus_T1", + "RepairRecipe": "House_HousingItem_Buff_Alchemy_Bonus_T1", + "SalvageRecipe": "House_HousingItem_Buff_Alchemy_Bonus_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Alchemy_Bonus_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Alchemy_Bonus_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+AlchemyBonus", + "HousingTags": "OnWall+IsTrophyBuff+AlchemyBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingMinGearBonusAlchemyT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Alchemy_Bonus_T2_MasterName", + "Description": "@House_HousingItem_Buff_Alchemy_Bonus_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Alchemy_Bonus_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Alchemy_Bonus_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Alchemy_Bonus_T2", + "RepairRecipe": "House_HousingItem_Buff_Alchemy_Bonus_T2", + "SalvageRecipe": "House_HousingItem_Buff_Alchemy_Bonus_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Alchemy_Bonus_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Alchemy_Bonus_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+AlchemyBonus", + "HousingTags": "OnWall+IsTrophyBuff+AlchemyBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingMinGearBonusAlchemyT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Alchemy_Bonus_T3_MasterName", + "Description": "@House_HousingItem_Buff_Alchemy_Bonus_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Alchemy_Bonus_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Alchemy_Bonus_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Alchemy_Bonus_T3", + "RepairRecipe": "House_HousingItem_Buff_Alchemy_Bonus_T3", + "SalvageRecipe": "House_HousingItem_Buff_Alchemy_Bonus_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Blacksmithing_Bonus_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Blacksmithing_Bonus_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+BlacksmithingBonus", + "HousingTags": "OnWall+IsTrophyBuff+BlacksmithingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingMinGearBonusBlacksmithingT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Blacksmithing_Bonus_T1_MasterName", + "Description": "@House_HousingItem_Buff_Blacksmithing_Bonus_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Blacksmithing_Bonus_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Blacksmithing_Bonus_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Blacksmithing_Bonus_T1", + "RepairRecipe": "House_HousingItem_Buff_Blacksmithing_Bonus_T1", + "SalvageRecipe": "House_HousingItem_Buff_Blacksmithing_Bonus_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Blacksmithing_Bonus_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Blacksmithing_Bonus_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+BlacksmithingBonus", + "HousingTags": "OnWall+IsTrophyBuff+BlacksmithingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingMinGearBonusBlacksmithingT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Blacksmithing_Bonus_T2_MasterName", + "Description": "@House_HousingItem_Buff_Blacksmithing_Bonus_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Blacksmithing_Bonus_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Blacksmithing_Bonus_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Blacksmithing_Bonus_T2", + "RepairRecipe": "House_HousingItem_Buff_Blacksmithing_Bonus_T2", + "SalvageRecipe": "House_HousingItem_Buff_Blacksmithing_Bonus_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Blacksmithing_Bonus_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Blacksmithing_Bonus_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+BlacksmithingBonus", + "HousingTags": "OnWall+IsTrophyBuff+BlacksmithingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingMinGearBonusBlacksmithingT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Blacksmithing_Bonus_T3_MasterName", + "Description": "@House_HousingItem_Buff_Blacksmithing_Bonus_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Blacksmithing_Bonus_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Blacksmithing_Bonus_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Blacksmithing_Bonus_T3", + "RepairRecipe": "House_HousingItem_Buff_Blacksmithing_Bonus_T3", + "SalvageRecipe": "House_HousingItem_Buff_Blacksmithing_Bonus_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Cooking_Bonus_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Cooking_Bonus_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+CookingBonus", + "HousingTags": "OnWall+IsTrophyBuff+CookingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingMinGearBonusProvisioningT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Cooking_Bonus_T1_MasterName", + "Description": "@House_HousingItem_Buff_Cooking_Bonus_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Cooking_Bonus_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Cooking_Bonus_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Cooking_Bonus_T1", + "RepairRecipe": "House_HousingItem_Buff_Cooking_Bonus_T1", + "SalvageRecipe": "House_HousingItem_Buff_Cooking_Bonus_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Cooking_Bonus_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Cooking_Bonus_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+CookingBonus", + "HousingTags": "OnWall+IsTrophyBuff+CookingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingMinGearBonusProvisioningT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Cooking_Bonus_T2_MasterName", + "Description": "@House_HousingItem_Buff_Cooking_Bonus_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Cooking_Bonus_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Cooking_Bonus_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Cooking_Bonus_T2", + "RepairRecipe": "House_HousingItem_Buff_Cooking_Bonus_T2", + "SalvageRecipe": "House_HousingItem_Buff_Cooking_Bonus_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Cooking_Bonus_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Cooking_Bonus_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+CookingBonus", + "HousingTags": "OnWall+IsTrophyBuff+CookingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingMinGearBonusProvisioningT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Cooking_Bonus_T3_MasterName", + "Description": "@House_HousingItem_Buff_Cooking_Bonus_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Cooking_Bonus_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Cooking_Bonus_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Cooking_Bonus_T3", + "RepairRecipe": "House_HousingItem_Buff_Cooking_Bonus_T3", + "SalvageRecipe": "House_HousingItem_Buff_Cooking_Bonus_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_Ancients_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_Ancients_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+AncientDamage", + "HousingTags": "OnWall+IsTrophyBuff+AncientDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingDmgAncientsT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_Ancients_T1_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_Ancients_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_Ancients_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_Ancients_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_Ancients_T1", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_Ancients_T1", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_Ancients_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_Ancients_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_Ancients_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+AncientDamage", + "HousingTags": "OnWall+IsTrophyBuff+AncientDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingDmgAncientsT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_Ancients_T2_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_Ancients_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_Ancients_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_Ancients_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_Ancients_T2", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_Ancients_T2", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_Ancients_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_Ancients_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_Ancients_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+AncientDamage", + "HousingTags": "OnWall+IsTrophyBuff+AncientDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingDmgAncientsT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_Ancients_T3_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_Ancients_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_Ancients_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_Ancients_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_Ancients_T3", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_Ancients_T3", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_Ancients_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_AngryEarth_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_AngryEarth_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+AngryEarthDamage", + "HousingTags": "OnWall+IsTrophyBuff+AngryEarthDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingDmgAngryEarthT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_AngryEarth_T1_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_AngryEarth_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_AngryEarth_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_AngryEarth_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_AngryEarth_T1", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_AngryEarth_T1", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_AngryEarth_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_AngryEarth_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_AngryEarth_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+AngryEarthDamage", + "HousingTags": "OnWall+IsTrophyBuff+AngryEarthDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingDmgAngryEarthT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_AngryEarth_T2_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_AngryEarth_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_AngryEarth_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_AngryEarth_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_AngryEarth_T2", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_AngryEarth_T2", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_AngryEarth_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_AngryEarth_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_AngryEarth_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+AngryEarthDamage", + "HousingTags": "OnWall+IsTrophyBuff+AngryEarthDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingDmgAngryEarthT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_AngryEarth_T3_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_AngryEarth_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_AngryEarth_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_AngryEarth_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_AngryEarth_T3", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_AngryEarth_T3", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_AngryEarth_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_Beasts_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_Beasts_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+BeastDamage", + "HousingTags": "OnWall+IsTrophyBuff+BeastDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingDmgBeastsT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_Beasts_T1_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_Beasts_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_Beasts_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_Beasts_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_Beasts_T1", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_Beasts_T1", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_Beasts_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_Beasts_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_Beasts_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+BeastDamage", + "HousingTags": "OnWall+IsTrophyBuff+BeastDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingDmgBeastsT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_Beasts_T2_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_Beasts_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_Beasts_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_Beasts_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_Beasts_T2", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_Beasts_T2", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_Beasts_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_Beasts_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_Beasts_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+BeastDamage", + "HousingTags": "OnWall+IsTrophyBuff+BeastDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingDmgBeastsT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_Beasts_T3_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_Beasts_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_Beasts_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_Beasts_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_Beasts_T3", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_Beasts_T3", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_Beasts_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_Corrupted_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_Corrupted_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+CorruptedDamage", + "HousingTags": "OnWall+IsTrophyBuff+CorruptedDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingDmgCorruptedT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_Corrupted_T1_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_Corrupted_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_Corrupted_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_Corrupted_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_Corrupted_T1", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_Corrupted_T1", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_Corrupted_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_Corrupted_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_Corrupted_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+CorruptedDamage", + "HousingTags": "OnWall+IsTrophyBuff+CorruptedDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingDmgCorruptedT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_Corrupted_T2_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_Corrupted_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_Corrupted_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_Corrupted_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_Corrupted_T2", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_Corrupted_T2", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_Corrupted_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_Corrupted_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_Corrupted_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+CorruptedDamage", + "HousingTags": "OnWall+IsTrophyBuff+CorruptedDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingDmgCorruptedT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_Corrupted_T3_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_Corrupted_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_Corrupted_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_Corrupted_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_Corrupted_T3", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_Corrupted_T3", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_Corrupted_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_Lost_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_Lost_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+LostDamage", + "HousingTags": "OnWall+IsTrophyBuff+LostDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingDmgLostT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_Lost_T1_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_Lost_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_Lost_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_Lost_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_Lost_T1", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_Lost_T1", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_Lost_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_Lost_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_Lost_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+LostDamage", + "HousingTags": "OnWall+IsTrophyBuff+LostDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingDmgLostT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_Lost_T2_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_Lost_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_Lost_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_Lost_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_Lost_T2", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_Lost_T2", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_Lost_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Damage_Vs_Lost_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Damage_Vs_Lost_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+LostDamage", + "HousingTags": "OnWall+IsTrophyBuff+LostDamage", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingDmgLostT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Damage_Vs_Lost_T3_MasterName", + "Description": "@House_HousingItem_Buff_Damage_Vs_Lost_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Damage_Vs_Lost_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Damage_Vs_Lost_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCombat", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Damage_Vs_Lost_T3", + "RepairRecipe": "House_HousingItem_Buff_Damage_Vs_Lost_T3", + "SalvageRecipe": "House_HousingItem_Buff_Damage_Vs_Lost_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Engineering_Bonus_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Engineering_Bonus_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+EngineeringBonus", + "HousingTags": "OnWall+IsTrophyBuff+EngineeringBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingMinGearBonusEngineeringT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Engineering_Bonus_T1_MasterName", + "Description": "@House_HousingItem_Buff_Engineering_Bonus_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Engineering_Bonus_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Engineering_Bonus_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Engineering_Bonus_T1", + "RepairRecipe": "House_HousingItem_Buff_Engineering_Bonus_T1", + "SalvageRecipe": "House_HousingItem_Buff_Engineering_Bonus_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Engineering_Bonus_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Engineering_Bonus_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+EngineeringBonus", + "HousingTags": "OnWall+IsTrophyBuff+EngineeringBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingMinGearBonusEngineeringT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Engineering_Bonus_T2_MasterName", + "Description": "@House_HousingItem_Buff_Engineering_Bonus_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Engineering_Bonus_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Engineering_Bonus_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Engineering_Bonus_T2", + "RepairRecipe": "House_HousingItem_Buff_Engineering_Bonus_T2", + "SalvageRecipe": "House_HousingItem_Buff_Engineering_Bonus_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Engineering_Bonus_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Engineering_Bonus_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+EngineeringBonus", + "HousingTags": "OnWall+IsTrophyBuff+EngineeringBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingMinGearBonusEngineeringT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Engineering_Bonus_T3_MasterName", + "Description": "@House_HousingItem_Buff_Engineering_Bonus_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Engineering_Bonus_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Engineering_Bonus_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Engineering_Bonus_T3", + "RepairRecipe": "House_HousingItem_Buff_Engineering_Bonus_T3", + "SalvageRecipe": "House_HousingItem_Buff_Engineering_Bonus_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Fishing_Bonus_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Fishing_Bonus_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+FishingBonus", + "HousingTags": "OnWall+IsTrophyBuff+FishingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingRollBonusFishingT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Fishing_Bonus_T1_MasterName", + "Description": "@House_HousingItem_Buff_Fishing_Bonus_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Fishing_Bonus_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Fishing_Bonus_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Fishing_Bonus_T1", + "RepairRecipe": "House_HousingItem_Buff_Fishing_Bonus_T1", + "SalvageRecipe": "House_HousingItem_Buff_Fishing_Bonus_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Fishing_Bonus_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Fishing_Bonus_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+FishingBonus", + "HousingTags": "OnWall+IsTrophyBuff+FishingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingRollBonusFishingT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Fishing_Bonus_T2_MasterName", + "Description": "@House_HousingItem_Buff_Fishing_Bonus_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Fishing_Bonus_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Fishing_Bonus_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Fishing_Bonus_T2", + "RepairRecipe": "House_HousingItem_Buff_Fishing_Bonus_T2", + "SalvageRecipe": "House_HousingItem_Buff_Fishing_Bonus_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Fishing_Bonus_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Fishing_Bonus_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+FishingBonus", + "HousingTags": "OnWall+IsTrophyBuff+FishingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingRollBonusFishingT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Fishing_Bonus_T3_MasterName", + "Description": "@House_HousingItem_Buff_Fishing_Bonus_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Fishing_Bonus_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Fishing_Bonus_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Fishing_Bonus_T3", + "RepairRecipe": "House_HousingItem_Buff_Fishing_Bonus_T3", + "SalvageRecipe": "House_HousingItem_Buff_Fishing_Bonus_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Harvesting_Bonus_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Harvesting_Bonus_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+HarvestingBonus", + "HousingTags": "OnWall+IsTrophyBuff+HarvestingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingRollBonusHarvestingT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Harvesting_Bonus_T1_MasterName", + "Description": "@House_HousingItem_Buff_Harvesting_Bonus_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Harvesting_Bonus_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Harvesting_Bonus_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Harvesting_Bonus_T1", + "RepairRecipe": "House_HousingItem_Buff_Harvesting_Bonus_T1", + "SalvageRecipe": "House_HousingItem_Buff_Harvesting_Bonus_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Harvesting_Bonus_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Harvesting_Bonus_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+HarvestingBonus", + "HousingTags": "OnWall+IsTrophyBuff+HarvestingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingRollBonusHarvestingT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Harvesting_Bonus_T2_MasterName", + "Description": "@House_HousingItem_Buff_Harvesting_Bonus_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Harvesting_Bonus_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Harvesting_Bonus_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Harvesting_Bonus_T2", + "RepairRecipe": "House_HousingItem_Buff_Harvesting_Bonus_T2", + "SalvageRecipe": "House_HousingItem_Buff_Harvesting_Bonus_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Harvesting_Bonus_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Harvesting_Bonus_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+HarvestingBonus", + "HousingTags": "OnWall+IsTrophyBuff+HarvestingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingRollBonusHarvestingT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Harvesting_Bonus_T3_MasterName", + "Description": "@House_HousingItem_Buff_Harvesting_Bonus_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Harvesting_Bonus_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Harvesting_Bonus_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Harvesting_Bonus_T3", + "RepairRecipe": "House_HousingItem_Buff_Harvesting_Bonus_T3", + "SalvageRecipe": "House_HousingItem_Buff_Harvesting_Bonus_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Logging_Bonus_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Logging_Bonus_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+LoggingBonus", + "HousingTags": "OnWall+IsTrophyBuff+LoggingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingRollBonusLoggingT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Logging_Bonus_T1_MasterName", + "Description": "@House_HousingItem_Buff_Logging_Bonus_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Logging_Bonus_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Logging_Bonus_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Logging_Bonus_T1", + "RepairRecipe": "House_HousingItem_Buff_Logging_Bonus_T1", + "SalvageRecipe": "House_HousingItem_Buff_Logging_Bonus_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Logging_Bonus_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Logging_Bonus_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+LoggingBonus", + "HousingTags": "OnWall+IsTrophyBuff+LoggingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingRollBonusLoggingT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Logging_Bonus_T2_MasterName", + "Description": "@House_HousingItem_Buff_Logging_Bonus_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Logging_Bonus_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Logging_Bonus_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Logging_Bonus_T2", + "RepairRecipe": "House_HousingItem_Buff_Logging_Bonus_T2", + "SalvageRecipe": "House_HousingItem_Buff_Logging_Bonus_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Logging_Bonus_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Logging_Bonus_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+LoggingBonus", + "HousingTags": "OnWall+IsTrophyBuff+LoggingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingRollBonusLoggingT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Logging_Bonus_T3_MasterName", + "Description": "@House_HousingItem_Buff_Logging_Bonus_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Logging_Bonus_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Logging_Bonus_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Logging_Bonus_T3", + "RepairRecipe": "House_HousingItem_Buff_Logging_Bonus_T3", + "SalvageRecipe": "House_HousingItem_Buff_Logging_Bonus_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Luck_Bonus_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Luck_Bonus_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+LuckBonus", + "HousingTags": "OnWall+IsTrophyBuff+LuckBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingRollBonusGlobalT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Luck_Bonus_T1_MasterName", + "Description": "@House_HousingItem_Buff_Luck_Bonus_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Luck_Bonus_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Luck_Bonus_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Luck_Bonus_T1", + "RepairRecipe": "House_HousingItem_Buff_Luck_Bonus_T1", + "SalvageRecipe": "House_HousingItem_Buff_Luck_Bonus_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Luck_Bonus_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Luck_Bonus_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+LuckBonus", + "HousingTags": "OnWall+IsTrophyBuff+LuckBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingRollBonusGlobalT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Luck_Bonus_T2_MasterName", + "Description": "@House_HousingItem_Buff_Luck_Bonus_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Luck_Bonus_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Luck_Bonus_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Luck_Bonus_T2", + "RepairRecipe": "House_HousingItem_Buff_Luck_Bonus_T2", + "SalvageRecipe": "House_HousingItem_Buff_Luck_Bonus_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Luck_Bonus_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Luck_Bonus_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+LuckBonus", + "HousingTags": "OnWall+IsTrophyBuff+LuckBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Legendary", + "ForceRarity": 4, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.18, + "MaxPotentialPoints": 0.18, + "HousingStatusEffect": "HousingRollBonusGlobalT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Luck_Bonus_T3_MasterName", + "Description": "@House_HousingItem_Buff_Luck_Bonus_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Luck_Bonus_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Luck_Bonus_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 5, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Luck_Bonus_T3", + "RepairRecipe": "House_HousingItem_Buff_Luck_Bonus_T3", + "SalvageRecipe": "House_HousingItem_Buff_Luck_Bonus_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Mining_Bonus_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Mining_Bonus_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+MiningBonus", + "HousingTags": "OnWall+IsTrophyBuff+MiningBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingRollBonusMiningT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Mining_Bonus_T1_MasterName", + "Description": "@House_HousingItem_Buff_Mining_Bonus_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Mining_Bonus_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Mining_Bonus_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Mining_Bonus_T1", + "RepairRecipe": "House_HousingItem_Buff_Mining_Bonus_T1", + "SalvageRecipe": "House_HousingItem_Buff_Mining_Bonus_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Mining_Bonus_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Mining_Bonus_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+MiningBonus", + "HousingTags": "OnWall+IsTrophyBuff+MiningBonus", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingRollBonusMiningT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Mining_Bonus_T2_MasterName", + "Description": "@House_HousingItem_Buff_Mining_Bonus_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Mining_Bonus_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Mining_Bonus_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Mining_Bonus_T2", + "RepairRecipe": "House_HousingItem_Buff_Mining_Bonus_T2", + "SalvageRecipe": "House_HousingItem_Buff_Mining_Bonus_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Mining_Bonus_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Mining_Bonus_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+MiningBonus", + "HousingTags": "OnWall+IsTrophyBuff+MiningBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingRollBonusMiningT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Mining_Bonus_T3_MasterName", + "Description": "@House_HousingItem_Buff_Mining_Bonus_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Mining_Bonus_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Mining_Bonus_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Mining_Bonus_T3", + "RepairRecipe": "House_HousingItem_Buff_Mining_Bonus_T3", + "SalvageRecipe": "House_HousingItem_Buff_Mining_Bonus_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Outfitting_Bonus_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Outfitting_Bonus_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+OutfittingBonus", + "HousingTags": "OnWall+IsTrophyBuff+OutfittingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingMinGearBonusOutfittingT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Outfitting_Bonus_T1_MasterName", + "Description": "@House_HousingItem_Buff_Outfitting_Bonus_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Outfitting_Bonus_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Outfitting_Bonus_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Outfitting_Bonus_T1", + "RepairRecipe": "House_HousingItem_Buff_Outfitting_Bonus_T1", + "SalvageRecipe": "House_HousingItem_Buff_Outfitting_Bonus_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Outfitting_Bonus_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Outfitting_Bonus_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+OutfittingBonus", + "HousingTags": "OnWall+IsTrophyBuff+OutfittingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingMinGearBonusOutfittingT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Outfitting_Bonus_T2_MasterName", + "Description": "@House_HousingItem_Buff_Outfitting_Bonus_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Outfitting_Bonus_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Outfitting_Bonus_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Outfitting_Bonus_T2", + "RepairRecipe": "House_HousingItem_Buff_Outfitting_Bonus_T2", + "SalvageRecipe": "House_HousingItem_Buff_Outfitting_Bonus_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Outfitting_Bonus_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Outfitting_Bonus_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+OutfittingBonus", + "HousingTags": "OnWall+IsTrophyBuff+OutfittingBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingMinGearBonusOutfittingT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Outfitting_Bonus_T3_MasterName", + "Description": "@House_HousingItem_Buff_Outfitting_Bonus_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Outfitting_Bonus_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Outfitting_Bonus_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffCrafting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Outfitting_Bonus_T3", + "RepairRecipe": "House_HousingItem_Buff_Outfitting_Bonus_T3", + "SalvageRecipe": "House_HousingItem_Buff_Outfitting_Bonus_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Skinning_Bonus_T1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Skinning_Bonus_T1", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+SkinningBonus", + "HousingTags": "OnWall+IsTrophyBuff+SkinningBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0.04, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "HousingRollBonusSkinningT1", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Skinning_Bonus_T1_MasterName", + "Description": "@House_HousingItem_Buff_Skinning_Bonus_T1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Skinning_Bonus_T1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Skinning_Bonus_T1.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Skinning_Bonus_T1", + "RepairRecipe": "House_HousingItem_Buff_Skinning_Bonus_T1", + "SalvageRecipe": "House_HousingItem_Buff_Skinning_Bonus_T1", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Skinning_Bonus_T2", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Skinning_Bonus_T2", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+SkinningBonus", + "HousingTags": "OnWall+IsTrophyBuff+SkinningBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "HousingRollBonusSkinningT2", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Skinning_Bonus_T2_MasterName", + "Description": "@House_HousingItem_Buff_Skinning_Bonus_T2_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Skinning_Bonus_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Skinning_Bonus_T2.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Skinning_Bonus_T2", + "RepairRecipe": "House_HousingItem_Buff_Skinning_Bonus_T2", + "SalvageRecipe": "House_HousingItem_Buff_Skinning_Bonus_T2", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Buff_Skinning_Bonus_T3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Buffs/HousingItem_Buff_Skinning_Bonus_T3", + "DEV-FurnitureSet": "NA-Buffs", + "UIHousingCategory": "Trophies", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsTrophyBuff", + "HousingTag3": "", + "HousingTag5 Buffs": "+SkinningBonus", + "HousingTags": "OnWall+IsTrophyBuff+SkinningBonus", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "HousingRollBonusSkinningT3", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Buff_Skinning_Bonus_T3_MasterName", + "Description": "@House_HousingItem_Buff_Skinning_Bonus_T3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Buff_Skinning_Bonus_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Buff_Skinning_Bonus_T3.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Trophies", + "TradingGroup": "HousingTrdG_BuffGathering", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Buff_Skinning_Bonus_T3", + "RepairRecipe": "House_HousingItem_Buff_Skinning_Bonus_T3", + "SalvageRecipe": "House_HousingItem_Buff_Skinning_Bonus_T3", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_EastCleave01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_EastCleave01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_EastCleave01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_EastCleave01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_EastCleave01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_EastCleave01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 45" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_EastCutlass01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_EastCutlass01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_EastCutlass01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_EastCutlass01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_EastCutlass01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_EastCutlass01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 26" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_EastEdengrove01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_EastEdengrove01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_EastEdengrove01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_EastEdengrove01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_EastEdengrove01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_EastEdengrove01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 52" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_EastEverfall01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_EastEverfall01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_EastEverfall01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_EastEverfall01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_EastEverfall01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_EastEverfall01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 22" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_EastShattered01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_EastShattered01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_EastShattered01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_EastShattered01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_EastShattered01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_EastShattered01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 62" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_MidRestless01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_MidRestless01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_MidRestless01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_MidRestless01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_MidRestless01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_MidRestless01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 46 ELITE" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_NorthBrightwood01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_NorthBrightwood01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_NorthBrightwood01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_NorthBrightwood01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_NorthBrightwood01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_NorthBrightwood01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 34" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_NorthEbonscale01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_NorthEbonscale01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_NorthEbonscale01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_NorthEbonscale01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_NorthEbonscale01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_NorthEbonscale01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 58" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_NorthFirstLight01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_NorthFirstLight01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_NorthFirstLight01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_NorthFirstLight01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_NorthFirstLight01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_NorthFirstLight01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 17" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_NorthMonarchs01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_NorthMonarchs01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_NorthMonarchs01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_NorthMonarchs01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_NorthMonarchs01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_NorthMonarchs01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 17" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_NorthReekwater01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_NorthReekwater01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_NorthReekwater01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_NorthReekwater01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_NorthReekwater01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_NorthReekwater01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 66 ELITE" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_NorthWeavers01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_NorthWeavers01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_NorthWeavers01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_NorthWeavers01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_NorthWeavers01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_NorthWeavers01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 38" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_NorthWeavers02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_NorthWeavers02", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_NorthWeavers02_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_NorthWeavers02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_NorthWeavers02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_NorthWeavers02.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 34" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_NorthWindsward01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_NorthWindsward01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_NorthWindsward01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_NorthWindsward01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_NorthWindsward01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_NorthWindsward01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 25" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_NorthWindsward02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_NorthWindsward02", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_NorthWindsward02_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_NorthWindsward02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_NorthWindsward02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_NorthWindsward02.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 18" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_SouthBrightwood01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_SouthBrightwood01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_SouthBrightwood01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_SouthBrightwood01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_SouthBrightwood01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_SouthBrightwood01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 32" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_SouthEbonscale01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_SouthEbonscale01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_SouthEbonscale01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_SouthEbonscale01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_SouthEbonscale01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_SouthEbonscale01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 55" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_SouthFirstLight01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_SouthFirstLight01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_SouthFirstLight01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_SouthFirstLight01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_SouthFirstLight01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_SouthFirstLight01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 18" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_SouthMonarchs01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_SouthMonarchs01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_SouthMonarchs01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_SouthMonarchs01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_SouthMonarchs01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_SouthMonarchs01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 25" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_SouthMourningdale01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_SouthMourningdale01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_SouthMourningdale01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_SouthMourningdale01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_SouthMourningdale01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_SouthMourningdale01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 45" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_SouthReekwater01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_SouthReekwater01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_SouthReekwater01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_SouthReekwater01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_SouthReekwater01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_SouthReekwater01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 60" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_SouthRestless01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_SouthRestless01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_SouthRestless01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_SouthRestless01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_SouthRestless01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_SouthRestless01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 42" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_SouthShattered01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_SouthShattered01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_SouthShattered01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_SouthShattered01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_SouthShattered01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_SouthShattered01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 61 ELITE" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_WestCleave01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_WestCleave01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_WestCleave01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_WestCleave01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_WestCleave01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_WestCleave01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 48" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_WestCutlass01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_WestCutlass01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_WestCutlass01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_WestCutlass01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_WestCutlass01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_WestCutlass01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 26" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_WestEdengrove01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_WestEdengrove01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_WestEdengrove01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_WestEdengrove01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_WestEdengrove01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_WestEdengrove01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 54" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_WestEverfall01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_WestEverfall01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_WestEverfall01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_WestEverfall01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_WestEverfall01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_WestEverfall01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 15" + }, + { + "HouseItemID": "House_HousingItem_ExploreVista_Painting_WestMourningdale01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/ExploreVista/HousingItem_ExploreVista_Painting_WestMourningdale01", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Exploration Painting Rewards", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_ExploreVista_Painting_WestMourningdale01_MasterName", + "Description": "@House_HousingItem_ExploreVista_Painting_WestMourningdale01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_ExploreVista_Painting_WestMourningdale01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_ExploreVista_Painting_WestMourningdale01.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "Vista Quest Area Level: 49" + }, + { + "HouseItemID": "House_HousingItem_Fishing_VeryRareFish_A3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Professions/House_Fishing_VeryRareFish_A3", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsUnique", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsUnique", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "From Salvage - Epic", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Fishing_VeryRareFish_A3_MasterName", + "Description": "@House_HousingItem_Fishing_VeryRareFish_A3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Fishing_VeryRareFish_A3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Fishing_VeryRareFish_A3.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Fishing_VeryRareFish_B1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Professions/House_Fishing_VeryRareFish_B1", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsUnique", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsUnique", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "From Salvage - Epic", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Fishing_VeryRareFish_B1_MasterName", + "Description": "@House_HousingItem_Fishing_VeryRareFish_B1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Fishing_VeryRareFish_B1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Fishing_VeryRareFish_B1.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Fishing_VeryRareFish_C1", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Professions/House_Fishing_VeryRareFish_C1", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsUnique", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsUnique", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "From Salvage - Epic", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Fishing_VeryRareFish_C1_MasterName", + "Description": "@House_HousingItem_Fishing_VeryRareFish_C1_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Fishing_VeryRareFish_C1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Fishing_VeryRareFish_C1.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Fishing_VeryRareFish_D3", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Professions/House_Fishing_VeryRareFish_D3", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsUnique", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsUnique", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "From Salvage - Epic", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Fishing_VeryRareFish_D3_MasterName", + "Description": "@House_HousingItem_Fishing_VeryRareFish_D3_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Fishing_VeryRareFish_D3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Fishing_VeryRareFish_D3.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pet_Entitlement_Mastiff", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Animals/HousingItem_Mastiff_Hooded", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Pets", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsAnimal", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsAnimal+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemPetDog", + "Name": "@House_HousingItem_Pet_Entitlement_Mastiff_MasterName", + "Description": "@House_HousingItem_Pet_Entitlement_Mastiff_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pet_Entitlement_Mastiff.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pet_Entitlement_Mastiff.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pet_Entitlement_Rabbit_Galaxy", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Animals/HousingItem_Rabbit_Galaxy", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Pets", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsAnimal", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsAnimal+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemPetRabbit", + "Name": "@House_HousingItem_Pet_Entitlement_Rabbit_Galaxy_MasterName", + "Description": "@House_HousingItem_Pet_Entitlement_Rabbit_Galaxy_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pet_Entitlement_Rabbit_Galaxy.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pet_Entitlement_Rabbit_Galaxy.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pet_Entitlement_Tiger_Black", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Animals/HousingItem_Tiger_Black", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Pets", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsAnimal", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsAnimal+IsAnimated+NoStacking", + "IsEntitlement": "1", + "HowToOptain (Primarily)": "Shop/Gift", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemPetTiger", + "Name": "@House_HousingItem_Pet_Entitlement_Tiger_Black_MasterName", + "Description": "@House_HousingItem_Pet_Entitlement_Tiger_Black_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pet_Entitlement_Tiger_Black.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pet_Entitlement_Tiger_Black.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pet_Mastiff", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Animals/HousingItem_Mastiff_Brindle", + "DEV-FurnitureSet": "NA-Other", + "UIHousingCategory": "Pets", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsAnimal", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsAnimal+IsAnimated+NoStacking", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Quest Reward", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemPetDog", + "Name": "@House_HousingItem_Pet_Mastiff_MasterName", + "Description": "@House_HousingItem_Pet_Mastiff_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pet_Mastiff.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pet_Mastiff.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_HolidayConv2021_Bed01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/HolidayConv2021/House_HolidayConv2021_Bed01_A", + "DEV-FurnitureSet": "Pack-01-HolidayConv", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Holiday Shop", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_HolidayConv2021_Bed01_A_MasterName", + "Description": "@House_HousingItem_Bed_HolidayConv2021_Bed01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_HolidayConv2021_Bed01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_HolidayConv2021_Bed01_A.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_HolidayConv2021_Chair01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/HolidayConv2021/House_HolidayConv2021_Chair01_A", + "DEV-FurnitureSet": "Pack-01-HolidayConv", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Holiday Shop", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.54, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_HolidayConv2021_Chair01_A_MasterName", + "Description": "@House_HousingItem_Chair_HolidayConv2021_Chair01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_HolidayConv2021_Chair01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_HolidayConv2021_Chair01_A.png", + "Weight": 5, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_HolidayConv2021_Bookcase01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/HolidayConv2021/House_HolidayConv2021_Bookcase01_A", + "DEV-FurnitureSet": "Pack-01-HolidayConv", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Holiday Shop", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_HolidayConv2021_Bookcase01_A_MasterName", + "Description": "@House_HousingItem_HolidayConv2021_Bookcase01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_HolidayConv2021_Bookcase01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_HolidayConv2021_Bookcase01_A.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_HolidayConv2021_Shelf01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/HolidayConv2021/House_HolidayConv2021_Shelf01_A", + "DEV-FurnitureSet": "Pack-01-HolidayConv", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Holiday Shop", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0.01, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.32, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_HolidayConv2021_Shelf01_A_MasterName", + "Description": "@House_HousingItem_HolidayConv2021_Shelf01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_HolidayConv2021_Shelf01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_HolidayConv2021_Shelf01_A.png", + "Weight": 7, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_HolidayConv2021_Statue_Boar", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/HolidayConv2021/statues/House_HolidayConv2021_Boar01_A", + "DEV-FurnitureSet": "Pack-01-HolidayConv", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsMediumDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Holiday Shop", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_HolidayConv2021_Statue_Boar_MasterName", + "Description": "@House_HousingItem_HolidayConv2021_Statue_Boar_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_HolidayConv2021_Statue_Boar.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_HolidayConv2021_Statue_Boar.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_HolidayConv2021_Statue_Rabbit", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/HolidayConv2021/statues/House_HolidayConv2021_Rabbit01_A", + "DEV-FurnitureSet": "Pack-01-HolidayConv", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsMediumDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Holiday Shop", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_HolidayConv2021_Statue_Rabbit_MasterName", + "Description": "@House_HousingItem_HolidayConv2021_Statue_Rabbit_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_HolidayConv2021_Statue_Rabbit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_HolidayConv2021_Statue_Rabbit.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_HolidayConv2021_Statue_Stag", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/HolidayConv2021/statues/House_HolidayConv2021_Stag01_A", + "DEV-FurnitureSet": "Pack-01-HolidayConv", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsMediumDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Holiday Shop", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_HolidayConv2021_Statue_Stag_MasterName", + "Description": "@House_HousingItem_HolidayConv2021_Statue_Stag_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_HolidayConv2021_Statue_Stag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_HolidayConv2021_Statue_Stag.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_HolidayConv2021_LightHanging01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/HolidayConv2021/House_HolidayConv2021_LightHanging01_A", + "DEV-FurnitureSet": "Pack-01-HolidayConv", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Holiday Shop", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_HolidayConv2021_LightHanging01_A_MasterName", + "Description": "@House_HousingItem_Lighting_HolidayConv2021_LightHanging01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_HolidayConv2021_LightHanging01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_HolidayConv2021_LightHanging01_A.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_HolidayConv2021_LightWall01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/HolidayConv2021/House_HolidayConv2021_LightWall01_A", + "DEV-FurnitureSet": "Pack-01-HolidayConv", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Holiday Shop", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_HolidayConv2021_LightWall01_A_MasterName", + "Description": "@House_HousingItem_Lighting_HolidayConv2021_LightWall01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_HolidayConv2021_LightWall01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_HolidayConv2021_LightWall01_A.png", + "Weight": 6, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pet_Entitlement_Rabbit_WindToy", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Winter2021/HousingItem_Rabbit_WindToy", + "DEV-FurnitureSet": "Pack-01-HolidayConv", + "UIHousingCategory": "Pets", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsAnimal", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFloor+IsAnimal+IsAnimated+NoStacking", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Holiday Shop", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemPetRabbit", + "Name": "@House_HousingItem_Pet_Entitlement_Rabbit_WindToy_MasterName", + "Description": "@House_HousingItem_Pet_Entitlement_Rabbit_WindToy_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pet_Entitlement_Rabbit_WindToy.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pet_Entitlement_Rabbit_WindToy.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_HolidayConv2021_BedSideTable01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/HolidayConv2021/House_HolidayConv2021_BedSideTable01_A", + "DEV-FurnitureSet": "Pack-01-HolidayConv", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Holiday Shop", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_HolidayConv2021_BedSideTable01_A_MasterName", + "Description": "@House_HousingItem_Table_HolidayConv2021_BedSideTable01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_HolidayConv2021_BedSideTable01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_HolidayConv2021_BedSideTable01_A.png", + "Weight": 9, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_HolidayConv2021_Table01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/HolidayConv2021/House_HolidayConv2021_Table01_A", + "DEV-FurnitureSet": "Pack-01-HolidayConv", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Holiday Shop", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_HolidayConv2021_Table01_A_MasterName", + "Description": "@House_HousingItem_Table_HolidayConv2021_Table01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_HolidayConv2021_Table01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_HolidayConv2021_Table01_A.png", + "Weight": 10, + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": true, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Settler_Bed01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bed01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Settler_Bed01_A_MasterName", + "Description": "@House_HousingItem_Bed_Settler_Bed01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Settler_Bed01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Settler_Bed01_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Settler_Bed01_A", + "RepairRecipe": "House_HousingItem_Bed_Settler_Bed01_A", + "SalvageRecipe": "House_HousingItem_Bed_Settler_Bed01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Settler_Bed01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bed01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Settler_Bed01_B_MasterName", + "Description": "@House_HousingItem_Bed_Settler_Bed01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Settler_Bed01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Settler_Bed01_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Settler_Bed01_B", + "RepairRecipe": "House_HousingItem_Bed_Settler_Bed01_B", + "SalvageRecipe": "House_HousingItem_Bed_Settler_Bed01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Settler_Bed01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bed01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Settler_Bed01_C_MasterName", + "Description": "@House_HousingItem_Bed_Settler_Bed01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Settler_Bed01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Settler_Bed01_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Settler_Bed01_C", + "RepairRecipe": "House_HousingItem_Bed_Settler_Bed01_C", + "SalvageRecipe": "House_HousingItem_Bed_Settler_Bed01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Settler_Bed01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bed01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Settler_Bed01_D_MasterName", + "Description": "@House_HousingItem_Bed_Settler_Bed01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Settler_Bed01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Settler_Bed01_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Settler_Bed01_D", + "RepairRecipe": "House_HousingItem_Bed_Settler_Bed01_D", + "SalvageRecipe": "House_HousingItem_Bed_Settler_Bed01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Settler_Bed02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bed02_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Settler_Bed02_A_MasterName", + "Description": "@House_HousingItem_Bed_Settler_Bed02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Settler_Bed02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Settler_Bed02_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Settler_Bed02_A", + "RepairRecipe": "House_HousingItem_Bed_Settler_Bed02_A", + "SalvageRecipe": "House_HousingItem_Bed_Settler_Bed02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Settler_Bed02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bed02_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Settler_Bed02_B_MasterName", + "Description": "@House_HousingItem_Bed_Settler_Bed02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Settler_Bed02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Settler_Bed02_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Settler_Bed02_B", + "RepairRecipe": "House_HousingItem_Bed_Settler_Bed02_B", + "SalvageRecipe": "House_HousingItem_Bed_Settler_Bed02_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Settler_Bed02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bed02_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Settler_Bed02_C_MasterName", + "Description": "@House_HousingItem_Bed_Settler_Bed02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Settler_Bed02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Settler_Bed02_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Settler_Bed02_C", + "RepairRecipe": "House_HousingItem_Bed_Settler_Bed02_C", + "SalvageRecipe": "House_HousingItem_Bed_Settler_Bed02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Settler_Bed02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bed02_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Settler_Bed02_D_MasterName", + "Description": "@House_HousingItem_Bed_Settler_Bed02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Settler_Bed02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Settler_Bed02_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Settler_Bed02_D", + "RepairRecipe": "House_HousingItem_Bed_Settler_Bed02_D", + "SalvageRecipe": "House_HousingItem_Bed_Settler_Bed02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Settler_Decor_Floor_Dogbed01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Floor_Dogbed01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": -0.03, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.13, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Bed_Settler_Decor_Floor_Dogbed01_MasterName", + "Description": "@House_HousingItem_Bed_Settler_Decor_Floor_Dogbed01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Settler_Decor_Floor_Dogbed01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Settler_Decor_Floor_Dogbed01.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Settler_Decor_Floor_Dogbed01", + "RepairRecipe": "House_HousingItem_Bed_Settler_Decor_Floor_Dogbed01", + "SalvageRecipe": "House_HousingItem_Bed_Settler_Decor_Floor_Dogbed01", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Settler_Chair01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Chair01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Settler_Chair01_A_MasterName", + "Description": "@House_HousingItem_Chair_Settler_Chair01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Settler_Chair01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Settler_Chair01_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Settler_Chair01_A", + "RepairRecipe": "House_HousingItem_Chair_Settler_Chair01_A", + "SalvageRecipe": "House_HousingItem_Chair_Settler_Chair01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Settler_Chair01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Chair01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Settler_Chair01_B_MasterName", + "Description": "@House_HousingItem_Chair_Settler_Chair01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Settler_Chair01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Settler_Chair01_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Settler_Chair01_B", + "RepairRecipe": "House_HousingItem_Chair_Settler_Chair01_B", + "SalvageRecipe": "House_HousingItem_Chair_Settler_Chair01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Settler_Chair01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Chair01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Settler_Chair01_C_MasterName", + "Description": "@House_HousingItem_Chair_Settler_Chair01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Settler_Chair01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Settler_Chair01_C.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Settler_Chair01_C", + "RepairRecipe": "House_HousingItem_Chair_Settler_Chair01_C", + "SalvageRecipe": "House_HousingItem_Chair_Settler_Chair01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Settler_Chair01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Chair01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Settler_Chair01_D_MasterName", + "Description": "@House_HousingItem_Chair_Settler_Chair01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Settler_Chair01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Settler_Chair01_D.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Settler_Chair01_D", + "RepairRecipe": "House_HousingItem_Chair_Settler_Chair01_D", + "SalvageRecipe": "House_HousingItem_Chair_Settler_Chair01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Settler_Chair02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Chair02_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Settler_Chair02_A_MasterName", + "Description": "@House_HousingItem_Chair_Settler_Chair02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Settler_Chair02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Settler_Chair02_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Settler_Chair02_A", + "RepairRecipe": "House_HousingItem_Chair_Settler_Chair02_A", + "SalvageRecipe": "House_HousingItem_Chair_Settler_Chair02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Settler_Chair02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Chair02_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Settler_Chair02_B_MasterName", + "Description": "@House_HousingItem_Chair_Settler_Chair02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Settler_Chair02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Settler_Chair02_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Settler_Chair02_B", + "RepairRecipe": "House_HousingItem_Chair_Settler_Chair02_B", + "SalvageRecipe": "House_HousingItem_Chair_Settler_Chair02_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Settler_Chair02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Chair02_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Settler_Chair02_C_MasterName", + "Description": "@House_HousingItem_Chair_Settler_Chair02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Settler_Chair02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Settler_Chair02_C.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Settler_Chair02_C", + "RepairRecipe": "House_HousingItem_Chair_Settler_Chair02_C", + "SalvageRecipe": "House_HousingItem_Chair_Settler_Chair02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Settler_Chair02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Chair02_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Settler_Chair02_D_MasterName", + "Description": "@House_HousingItem_Chair_Settler_Chair02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Settler_Chair02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Settler_Chair02_D.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Settler_Chair02_D", + "RepairRecipe": "House_HousingItem_Chair_Settler_Chair02_D", + "SalvageRecipe": "House_HousingItem_Chair_Settler_Chair02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Settler_Stool_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Stool_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Settler_Stool_A_MasterName", + "Description": "@House_HousingItem_Chair_Settler_Stool_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Settler_Stool_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Settler_Stool_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Settler_Stool_A", + "RepairRecipe": "House_HousingItem_Chair_Settler_Stool_A", + "SalvageRecipe": "House_HousingItem_Chair_Settler_Stool_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Settler_Stool_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Stool_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Settler_Stool_B_MasterName", + "Description": "@House_HousingItem_Chair_Settler_Stool_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Settler_Stool_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Settler_Stool_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Settler_Stool_B", + "RepairRecipe": "House_HousingItem_Chair_Settler_Stool_B", + "SalvageRecipe": "House_HousingItem_Chair_Settler_Stool_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Settler_Stool_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Stool_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Settler_Stool_C_MasterName", + "Description": "@House_HousingItem_Chair_Settler_Stool_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Settler_Stool_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Settler_Stool_C.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Settler_Stool_C", + "RepairRecipe": "House_HousingItem_Chair_Settler_Stool_C", + "SalvageRecipe": "House_HousingItem_Chair_Settler_Stool_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Settler_Stool_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Stool_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Settler_Stool_D_MasterName", + "Description": "@House_HousingItem_Chair_Settler_Stool_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Settler_Stool_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Settler_Stool_D.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Settler_Stool_D", + "RepairRecipe": "House_HousingItem_Chair_Settler_Stool_D", + "SalvageRecipe": "House_HousingItem_Chair_Settler_Stool_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Settler_LightHanging01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_LightHanging01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.25, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Settler_LightHanging01_A_MasterName", + "Description": "@House_HousingItem_Lighting_Settler_LightHanging01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Settler_LightHanging01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Settler_LightHanging01_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Settler_LightHanging01_A", + "RepairRecipe": "House_HousingItem_Lighting_Settler_LightHanging01_A", + "SalvageRecipe": "House_HousingItem_Lighting_Settler_LightHanging01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Settler_LightHanging01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_LightHanging01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Settler_LightHanging01_B_MasterName", + "Description": "@House_HousingItem_Lighting_Settler_LightHanging01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Settler_LightHanging01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Settler_LightHanging01_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Settler_LightHanging01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_LightHanging01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Settler_LightHanging01_C_MasterName", + "Description": "@House_HousingItem_Lighting_Settler_LightHanging01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Settler_LightHanging01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Settler_LightHanging01_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Settler_LightHanging01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_LightHanging01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Settler_LightHanging01_D_MasterName", + "Description": "@House_HousingItem_Lighting_Settler_LightHanging01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Settler_LightHanging01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Settler_LightHanging01_D.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Settler_LightTable01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_LightTable01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.25, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Settler_LightTable01_A_MasterName", + "Description": "@House_HousingItem_Lighting_Settler_LightTable01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Settler_LightTable01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Settler_LightTable01_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Settler_LightTable01_A", + "RepairRecipe": "House_HousingItem_Lighting_Settler_LightTable01_A", + "SalvageRecipe": "House_HousingItem_Lighting_Settler_LightTable01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Settler_LightTable01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_LightTable01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Settler_LightTable01_B_MasterName", + "Description": "@House_HousingItem_Lighting_Settler_LightTable01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Settler_LightTable01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Settler_LightTable01_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Settler_LightTable01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_LightTable01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Settler_LightTable01_C_MasterName", + "Description": "@House_HousingItem_Lighting_Settler_LightTable01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Settler_LightTable01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Settler_LightTable01_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Settler_LightTable01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_LightTable01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Settler_LightTable01_D_MasterName", + "Description": "@House_HousingItem_Lighting_Settler_LightTable01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Settler_LightTable01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Settler_LightTable01_D.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Settler_LightWall01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_LightWall01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.25, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Settler_LightWall01_A_MasterName", + "Description": "@House_HousingItem_Lighting_Settler_LightWall01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Settler_LightWall01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Settler_LightWall01_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Settler_LightWall01_A", + "RepairRecipe": "House_HousingItem_Lighting_Settler_LightWall01_A", + "SalvageRecipe": "House_HousingItem_Lighting_Settler_LightWall01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Settler_LightWall01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_LightWall01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Settler_LightWall01_B_MasterName", + "Description": "@House_HousingItem_Lighting_Settler_LightWall01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Settler_LightWall01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Settler_LightWall01_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Settler_LightWall01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_LightWall01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Settler_LightWall01_C_MasterName", + "Description": "@House_HousingItem_Lighting_Settler_LightWall01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Settler_LightWall01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Settler_LightWall01_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Settler_LightWall01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_LightWall01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Settler_LightWall01_D_MasterName", + "Description": "@House_HousingItem_Lighting_Settler_LightWall01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Settler_LightWall01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Settler_LightWall01_D.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Settler_Decor_Floor_Rug01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Floor_Rug01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0.01, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.32, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Settler_Decor_Floor_Rug01_MasterName", + "Description": "@House_HousingItem_Rug_Settler_Decor_Floor_Rug01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Settler_Decor_Floor_Rug01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Settler_Decor_Floor_Rug01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Rug_Settler_Decor_Floor_Rug01", + "RepairRecipe": "House_HousingItem_Rug_Settler_Decor_Floor_Rug01", + "SalvageRecipe": "House_HousingItem_Rug_Settler_Decor_Floor_Rug01", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Settler_Decor_Floor_Rug02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Floor_Rug02", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.56, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Settler_Decor_Floor_Rug02_MasterName", + "Description": "@House_HousingItem_Rug_Settler_Decor_Floor_Rug02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Settler_Decor_Floor_Rug02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Settler_Decor_Floor_Rug02.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Settler_Decor_Floor_Rug03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Floor_Rug03", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Settler_Decor_Floor_Rug03_MasterName", + "Description": "@House_HousingItem_Rug_Settler_Decor_Floor_Rug03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Settler_Decor_Floor_Rug03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Settler_Decor_Floor_Rug03.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Settler_Decor_Floor_Rug04", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Floor_Rug04", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.56, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Settler_Decor_Floor_Rug04_MasterName", + "Description": "@House_HousingItem_Rug_Settler_Decor_Floor_Rug04_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Settler_Decor_Floor_Rug04.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Settler_Decor_Floor_Rug04.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Armoire01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Armoire01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetTall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetTall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Armoire01_A_MasterName", + "Description": "@House_HousingItem_Settler_Armoire01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Armoire01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Armoire01_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Armoire01_A", + "RepairRecipe": "House_HousingItem_Settler_Armoire01_A", + "SalvageRecipe": "House_HousingItem_Settler_Armoire01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Armoire01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Armoire01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetTall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetTall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Armoire01_B_MasterName", + "Description": "@House_HousingItem_Settler_Armoire01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Armoire01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Armoire01_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Armoire01_B", + "RepairRecipe": "House_HousingItem_Settler_Armoire01_B", + "SalvageRecipe": "House_HousingItem_Settler_Armoire01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Armoire01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Armoire01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetTall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetTall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Armoire01_C_MasterName", + "Description": "@House_HousingItem_Settler_Armoire01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Armoire01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Armoire01_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Armoire01_C", + "RepairRecipe": "House_HousingItem_Settler_Armoire01_C", + "SalvageRecipe": "House_HousingItem_Settler_Armoire01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Armoire01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Armoire01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetTall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetTall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Armoire01_D_MasterName", + "Description": "@House_HousingItem_Settler_Armoire01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Armoire01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Armoire01_D.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Armoire01_D", + "RepairRecipe": "House_HousingItem_Settler_Armoire01_D", + "SalvageRecipe": "House_HousingItem_Settler_Armoire01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Bookcase01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bookcase01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Bookcase01_A_MasterName", + "Description": "@House_HousingItem_Settler_Bookcase01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Bookcase01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Bookcase01_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Bookcase01_A", + "RepairRecipe": "House_HousingItem_Settler_Bookcase01_A", + "SalvageRecipe": "House_HousingItem_Settler_Bookcase01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Bookcase01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bookcase01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Bookcase01_B_MasterName", + "Description": "@House_HousingItem_Settler_Bookcase01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Bookcase01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Bookcase01_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Bookcase01_B", + "RepairRecipe": "House_HousingItem_Settler_Bookcase01_B", + "SalvageRecipe": "House_HousingItem_Settler_Bookcase01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Bookcase01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bookcase01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Bookcase01_C_MasterName", + "Description": "@House_HousingItem_Settler_Bookcase01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Bookcase01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Bookcase01_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Bookcase01_C", + "RepairRecipe": "House_HousingItem_Settler_Bookcase01_C", + "SalvageRecipe": "House_HousingItem_Settler_Bookcase01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Bookcase01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bookcase01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Bookcase01_D_MasterName", + "Description": "@House_HousingItem_Settler_Bookcase01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Bookcase01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Bookcase01_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Bookcase01_D", + "RepairRecipe": "House_HousingItem_Settler_Bookcase01_D", + "SalvageRecipe": "House_HousingItem_Settler_Bookcase01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Bookcase02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bookcase02_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Bookcase02_A_MasterName", + "Description": "@House_HousingItem_Settler_Bookcase02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Bookcase02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Bookcase02_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Bookcase02_A", + "RepairRecipe": "House_HousingItem_Settler_Bookcase02_A", + "SalvageRecipe": "House_HousingItem_Settler_Bookcase02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Bookcase02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bookcase02_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Bookcase02_B_MasterName", + "Description": "@House_HousingItem_Settler_Bookcase02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Bookcase02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Bookcase02_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Bookcase02_B", + "RepairRecipe": "House_HousingItem_Settler_Bookcase02_B", + "SalvageRecipe": "House_HousingItem_Settler_Bookcase02_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Bookcase02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bookcase02_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Bookcase02_C_MasterName", + "Description": "@House_HousingItem_Settler_Bookcase02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Bookcase02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Bookcase02_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Bookcase02_C", + "RepairRecipe": "House_HousingItem_Settler_Bookcase02_C", + "SalvageRecipe": "House_HousingItem_Settler_Bookcase02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Bookcase02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Bookcase02_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Bookcase02_D_MasterName", + "Description": "@House_HousingItem_Settler_Bookcase02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Bookcase02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Bookcase02_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Bookcase02_D", + "RepairRecipe": "House_HousingItem_Settler_Bookcase02_D", + "SalvageRecipe": "House_HousingItem_Settler_Bookcase02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Cabinet01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Cabinet01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Cabinet01_A_MasterName", + "Description": "@House_HousingItem_Settler_Cabinet01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Cabinet01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Cabinet01_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Cabinet01_A", + "RepairRecipe": "House_HousingItem_Settler_Cabinet01_A", + "SalvageRecipe": "House_HousingItem_Settler_Cabinet01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Cabinet01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Cabinet01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Cabinet01_B_MasterName", + "Description": "@House_HousingItem_Settler_Cabinet01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Cabinet01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Cabinet01_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Cabinet01_B", + "RepairRecipe": "House_HousingItem_Settler_Cabinet01_B", + "SalvageRecipe": "House_HousingItem_Settler_Cabinet01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Cabinet01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Cabinet01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Cabinet01_C_MasterName", + "Description": "@House_HousingItem_Settler_Cabinet01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Cabinet01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Cabinet01_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Cabinet01_C", + "RepairRecipe": "House_HousingItem_Settler_Cabinet01_C", + "SalvageRecipe": "House_HousingItem_Settler_Cabinet01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Cabinet01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Cabinet01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Cabinet01_D_MasterName", + "Description": "@House_HousingItem_Settler_Cabinet01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Cabinet01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Cabinet01_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Cabinet01_D", + "RepairRecipe": "House_HousingItem_Settler_Cabinet01_D", + "SalvageRecipe": "House_HousingItem_Settler_Cabinet01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Cabinet02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Cabinet02_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Cabinet02_A_MasterName", + "Description": "@House_HousingItem_Settler_Cabinet02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Cabinet02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Cabinet02_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Cabinet02_A", + "RepairRecipe": "House_HousingItem_Settler_Cabinet02_A", + "SalvageRecipe": "House_HousingItem_Settler_Cabinet02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Cabinet02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Cabinet02_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Cabinet02_B_MasterName", + "Description": "@House_HousingItem_Settler_Cabinet02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Cabinet02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Cabinet02_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Cabinet02_B", + "RepairRecipe": "House_HousingItem_Settler_Cabinet02_B", + "SalvageRecipe": "House_HousingItem_Settler_Cabinet02_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Cabinet02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Cabinet02_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Cabinet02_C_MasterName", + "Description": "@House_HousingItem_Settler_Cabinet02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Cabinet02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Cabinet02_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Cabinet02_C", + "RepairRecipe": "House_HousingItem_Settler_Cabinet02_C", + "SalvageRecipe": "House_HousingItem_Settler_Cabinet02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Cabinet02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Cabinet02_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Cabinet02_D_MasterName", + "Description": "@House_HousingItem_Settler_Cabinet02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Cabinet02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Cabinet02_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Cabinet02_D", + "RepairRecipe": "House_HousingItem_Settler_Cabinet02_D", + "SalvageRecipe": "House_HousingItem_Settler_Cabinet02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Desk_ClothArrangement01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Desk_ClothArrangement01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Desk_ClothArrangement01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Desk_ClothArrangement01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Desk_ClothArrangement01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Desk_ClothArrangement01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Desk_FloralArrangement01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Desk_FloralArrangement01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.5, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Desk_FloralArrangement01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Desk_FloralArrangement01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Desk_FloralArrangement01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Desk_FloralArrangement01.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Desk_PaperArrangement01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Desk_PaperArrangement01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Desk_PaperArrangement01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Desk_PaperArrangement01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Desk_PaperArrangement01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Desk_PaperArrangement01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Floor_Fireplace01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Floor_Fireplace01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Floor_Fireplace01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Floor_Fireplace01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Floor_Fireplace01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Floor_Fireplace01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Decor_Floor_Fireplace01", + "RepairRecipe": "House_HousingItem_Settler_Decor_Floor_Fireplace01", + "SalvageRecipe": "House_HousingItem_Settler_Decor_Floor_Fireplace01", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Floor_Fireplace02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Floor_Fireplace02", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Floor_Fireplace02_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Floor_Fireplace02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Floor_Fireplace02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Floor_Fireplace02.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Decor_Floor_Fireplace02", + "RepairRecipe": "House_HousingItem_Settler_Decor_Floor_Fireplace02", + "SalvageRecipe": "House_HousingItem_Settler_Decor_Floor_Fireplace02", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Floor_Fireplace03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Floor_Fireplace03", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Floor_Fireplace03_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Floor_Fireplace03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Floor_Fireplace03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Floor_Fireplace03.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Decor_Floor_Fireplace03", + "RepairRecipe": "House_HousingItem_Settler_Decor_Floor_Fireplace03", + "SalvageRecipe": "House_HousingItem_Settler_Decor_Floor_Fireplace03", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_FloralArrangement01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_FloralArrangement01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.7, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_FloralArrangement01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_FloralArrangement01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_FloralArrangement01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_FloralArrangement01.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Garden_Plants01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Garden_Plants01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.7, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Garden_Plants01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Garden_Plants01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Garden_Plants01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Garden_Plants01.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Garden_Plants02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Garden_Plants02", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Garden_Plants02_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Garden_Plants02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Garden_Plants02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Garden_Plants02.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Garden_Plants03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Garden_Plants03", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.7, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Garden_Plants03_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Garden_Plants03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Garden_Plants03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Garden_Plants03.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Garden_Wheelbarrow01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Garden_Wheelbarrow01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.06, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Garden_Wheelbarrow01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Garden_Wheelbarrow01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Garden_Wheelbarrow01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Garden_Wheelbarrow01.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Garden_Wheelbarrow02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Garden_Wheelbarrow02", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Garden_Wheelbarrow02_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Garden_Wheelbarrow02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Garden_Wheelbarrow02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Garden_Wheelbarrow02.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Garden_Windchimes01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Garden_Windchimes01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Garden_Windchimes01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Garden_Windchimes01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Garden_Windchimes01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Garden_Windchimes01.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Garden_Windchimes02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Garden_Windchimes02", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0.02, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Garden_Windchimes02_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Garden_Windchimes02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Garden_Windchimes02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Garden_Windchimes02.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Painting01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/House_Settler_Decor_Painting01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.25, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Painting01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Painting01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Painting01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Painting01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Paintings", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Painting02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/House_Settler_Decor_Painting02", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Painting02_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Painting02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Painting02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Painting02.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Paintings", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Painting03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/House_Settler_Decor_Painting03", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Painting03_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Painting03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Painting03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Painting03.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Paintings", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Painting04", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/House_Settler_Decor_Painting04", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Painting04_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Painting04_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Painting04.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Painting04.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Paintings", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Shelf_Dishes01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Shelf_Dishes01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Shelf_Dishes01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Shelf_Dishes01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Shelf_Dishes01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Shelf_Dishes01.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Shelf_Dishes02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Shelf_Dishes02", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Shelf_Dishes02_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Shelf_Dishes02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Shelf_Dishes02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Shelf_Dishes02.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Shelf_Dishes03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Shelf_Dishes03", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Shelf_Dishes03_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Shelf_Dishes03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Shelf_Dishes03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Shelf_Dishes03.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Shelf_Dishes04", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Shelf_Dishes04", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Shelf_Dishes04_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Shelf_Dishes04_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Shelf_Dishes04.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Shelf_Dishes04.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Shelf_PotsAndPans01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Shelf_PotsAndPans01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Shelf_PotsAndPans01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Shelf_PotsAndPans01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Shelf_PotsAndPans01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Shelf_PotsAndPans01.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Shelf_PotsAndPans02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Shelf_PotsAndPans02", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Shelf_PotsAndPans02_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Shelf_PotsAndPans02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Shelf_PotsAndPans02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Shelf_PotsAndPans02.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Shelf_PotsAndPans03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Shelf_PotsAndPans03", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Shelf_PotsAndPans03_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Shelf_PotsAndPans03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Shelf_PotsAndPans03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Shelf_PotsAndPans03.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Table_FloralArrangement01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Table_FloralArrangement01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.5, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Table_FloralArrangement01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Table_FloralArrangement01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Table_FloralArrangement01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Table_FloralArrangement01.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Table_KitchenArrangement01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Table_KitchenArrangement01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Table_KitchenArrangement01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Table_KitchenArrangement01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Table_KitchenArrangement01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Table_KitchenArrangement01.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Table_PlaceSetting01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Table_PlaceSetting01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Table_PlaceSetting01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Table_PlaceSetting01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Table_PlaceSetting01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Table_PlaceSetting01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Table_PlaceSetting02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Table_PlaceSetting02", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Table_PlaceSetting02_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Table_PlaceSetting02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Table_PlaceSetting02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Table_PlaceSetting02.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Table_PlaceSetting03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Table_PlaceSetting03", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Table_PlaceSetting03_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Table_PlaceSetting03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Table_PlaceSetting03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Table_PlaceSetting03.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Table_PlaceSetting04", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Table_PlaceSetting04", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Table_PlaceSetting04_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Table_PlaceSetting04_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Table_PlaceSetting04.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Table_PlaceSetting04.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_Curtain01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_Curtain01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_Curtain01_A_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_Curtain01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_Curtain01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_Curtain01_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain01_A", + "RepairRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain01_A", + "SalvageRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_Curtain01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_Curtain01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_Curtain01_B_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_Curtain01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_Curtain01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_Curtain01_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain01_B", + "RepairRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain01_B", + "SalvageRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_Curtain01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_Curtain01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_Curtain01_C_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_Curtain01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_Curtain01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_Curtain01_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_Curtain01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_Curtain01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_Curtain01_D_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_Curtain01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_Curtain01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_Curtain01_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_Curtain02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_Curtain02_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_Curtain02_A_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_Curtain02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_Curtain02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_Curtain02_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain02_A", + "RepairRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain02_A", + "SalvageRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_Curtain02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_Curtain02_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_Curtain02_B_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_Curtain02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_Curtain02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_Curtain02_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain02_B", + "RepairRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain02_B", + "SalvageRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain02_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_Curtain02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_Curtain02_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_Curtain02_C_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_Curtain02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_Curtain02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_Curtain02_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_Curtain02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_Curtain02_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_Curtain02_D_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_Curtain02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_Curtain02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_Curtain02_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_Curtain03_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_Curtain03_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_Curtain03_A_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_Curtain03_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_Curtain03_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_Curtain03_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain03_A", + "RepairRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain03_A", + "SalvageRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain03_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_Curtain03_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_Curtain03_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_Curtain03_B_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_Curtain03_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_Curtain03_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_Curtain03_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain03_B", + "RepairRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain03_B", + "SalvageRecipe": "House_HousingItem_Settler_Decor_Wall_Curtain03_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_Curtain03_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_Curtain03_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_Curtain03_C_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_Curtain03_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_Curtain03_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_Curtain03_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_Curtain03_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_Curtain03_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_Curtain03_D_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_Curtain03_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_Curtain03_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_Curtain03_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_FlowerWreath01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_FlowerWreath01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_FlowerWreath01_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_FlowerWreath01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_FlowerWreath01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_FlowerWreath01.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Decor_Wall_FlowerWreath02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Wall_FlowerWreath02", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Decor_Wall_FlowerWreath02_MasterName", + "Description": "@House_HousingItem_Settler_Decor_Wall_FlowerWreath02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Decor_Wall_FlowerWreath02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Decor_Wall_FlowerWreath02.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Dresser01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Dresser01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Dresser01_A_MasterName", + "Description": "@House_HousingItem_Settler_Dresser01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Dresser01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Dresser01_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Dresser01_A", + "RepairRecipe": "House_HousingItem_Settler_Dresser01_A", + "SalvageRecipe": "House_HousingItem_Settler_Dresser01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Dresser01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Dresser01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Dresser01_B_MasterName", + "Description": "@House_HousingItem_Settler_Dresser01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Dresser01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Dresser01_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Dresser01_B", + "RepairRecipe": "House_HousingItem_Settler_Dresser01_B", + "SalvageRecipe": "House_HousingItem_Settler_Dresser01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Dresser01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Dresser01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Dresser01_C_MasterName", + "Description": "@House_HousingItem_Settler_Dresser01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Dresser01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Dresser01_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Dresser01_C", + "RepairRecipe": "House_HousingItem_Settler_Dresser01_C", + "SalvageRecipe": "House_HousingItem_Settler_Dresser01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Dresser01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Dresser01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Dresser01_D_MasterName", + "Description": "@House_HousingItem_Settler_Dresser01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Dresser01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Dresser01_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Dresser01_D", + "RepairRecipe": "House_HousingItem_Settler_Dresser01_D", + "SalvageRecipe": "House_HousingItem_Settler_Dresser01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Shelf01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Shelf01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Shelf01_A_MasterName", + "Description": "@House_HousingItem_Settler_Shelf01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Shelf01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Shelf01_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Shelf01_A", + "RepairRecipe": "House_HousingItem_Settler_Shelf01_A", + "SalvageRecipe": "House_HousingItem_Settler_Shelf01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Shelf01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Shelf01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Shelf01_B_MasterName", + "Description": "@House_HousingItem_Settler_Shelf01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Shelf01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Shelf01_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Shelf01_B", + "RepairRecipe": "House_HousingItem_Settler_Shelf01_B", + "SalvageRecipe": "House_HousingItem_Settler_Shelf01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Shelf01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Shelf01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Shelf01_C_MasterName", + "Description": "@House_HousingItem_Settler_Shelf01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Shelf01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Shelf01_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Shelf01_C", + "RepairRecipe": "House_HousingItem_Settler_Shelf01_C", + "SalvageRecipe": "House_HousingItem_Settler_Shelf01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Shelf01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Shelf01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Shelf01_D_MasterName", + "Description": "@House_HousingItem_Settler_Shelf01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Shelf01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Shelf01_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Shelf01_D", + "RepairRecipe": "House_HousingItem_Settler_Shelf01_D", + "SalvageRecipe": "House_HousingItem_Settler_Shelf01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Stove01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Stove01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStoveOven", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStoveOven", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Stove01_A_MasterName", + "Description": "@House_HousingItem_Settler_Stove01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Stove01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Stove01_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Stoves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Stove01_A", + "RepairRecipe": "House_HousingItem_Settler_Stove01_A", + "SalvageRecipe": "House_HousingItem_Settler_Stove01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Stove01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Stove01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStoveOven", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStoveOven", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Stove01_B_MasterName", + "Description": "@House_HousingItem_Settler_Stove01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Stove01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Stove01_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Stoves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Stove01_B", + "RepairRecipe": "House_HousingItem_Settler_Stove01_B", + "SalvageRecipe": "House_HousingItem_Settler_Stove01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Stove01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Stove01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStoveOven", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStoveOven", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Stove01_C_MasterName", + "Description": "@House_HousingItem_Settler_Stove01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Stove01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Stove01_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Stoves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Stove01_C", + "RepairRecipe": "House_HousingItem_Settler_Stove01_C", + "SalvageRecipe": "House_HousingItem_Settler_Stove01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Settler_Stove01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Stove01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStoveOven", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStoveOven", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Settler_Stove01_D_MasterName", + "Description": "@House_HousingItem_Settler_Stove01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Settler_Stove01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Settler_Stove01_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Stoves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Settler_Stove01_D", + "RepairRecipe": "House_HousingItem_Settler_Stove01_D", + "SalvageRecipe": "House_HousingItem_Settler_Stove01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Storage_T3_Settler", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestHope", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "", + "StorageBonus": 8000, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T3_Settler_MasterName", + "Description": "@House_HousingItem_Storage_T3_Settler_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T3_Settler.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T3_Settler.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Storage", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Storage_T3_Settler", + "RepairRecipe": "House_HousingItem_Storage_T3_Settler", + "SalvageRecipe": "House_HousingItem_Storage_T3_Settler", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_BedSideTable_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_BedSideTable_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_BedSideTable_A_MasterName", + "Description": "@House_HousingItem_Table_Settler_BedSideTable_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_BedSideTable_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_BedSideTable_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_BedSideTable_A", + "RepairRecipe": "House_HousingItem_Table_Settler_BedSideTable_A", + "SalvageRecipe": "House_HousingItem_Table_Settler_BedSideTable_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_BedSideTable_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_BedSideTable_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_BedSideTable_B_MasterName", + "Description": "@House_HousingItem_Table_Settler_BedSideTable_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_BedSideTable_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_BedSideTable_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_BedSideTable_B", + "RepairRecipe": "House_HousingItem_Table_Settler_BedSideTable_B", + "SalvageRecipe": "House_HousingItem_Table_Settler_BedSideTable_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_BedSideTable_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_BedSideTable_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_BedSideTable_C_MasterName", + "Description": "@House_HousingItem_Table_Settler_BedSideTable_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_BedSideTable_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_BedSideTable_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_BedSideTable_C", + "RepairRecipe": "House_HousingItem_Table_Settler_BedSideTable_C", + "SalvageRecipe": "House_HousingItem_Table_Settler_BedSideTable_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_BedSideTable_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_BedSideTable_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_BedSideTable_D_MasterName", + "Description": "@House_HousingItem_Table_Settler_BedSideTable_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_BedSideTable_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_BedSideTable_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_BedSideTable_D", + "RepairRecipe": "House_HousingItem_Table_Settler_BedSideTable_D", + "SalvageRecipe": "House_HousingItem_Table_Settler_BedSideTable_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Decor_Garden_PicnicTable01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/Decor/Settler_Decor_Garden_PicnicTable01", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": -0.01, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.18, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Decor_Garden_PicnicTable01_MasterName", + "Description": "@House_HousingItem_Table_Settler_Decor_Garden_PicnicTable01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Decor_Garden_PicnicTable01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Decor_Garden_PicnicTable01.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Decor_Garden_PicnicTable01", + "RepairRecipe": "House_HousingItem_Table_Settler_Decor_Garden_PicnicTable01", + "SalvageRecipe": "House_HousingItem_Table_Settler_Decor_Garden_PicnicTable01", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Desk01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Desk01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Desk01_A_MasterName", + "Description": "@House_HousingItem_Table_Settler_Desk01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Desk01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Desk01_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Desk01_A", + "RepairRecipe": "House_HousingItem_Table_Settler_Desk01_A", + "SalvageRecipe": "House_HousingItem_Table_Settler_Desk01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Desk01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Desk01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Desk01_B_MasterName", + "Description": "@House_HousingItem_Table_Settler_Desk01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Desk01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Desk01_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Desk01_B", + "RepairRecipe": "House_HousingItem_Table_Settler_Desk01_B", + "SalvageRecipe": "House_HousingItem_Table_Settler_Desk01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Desk01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Desk01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Desk01_C_MasterName", + "Description": "@House_HousingItem_Table_Settler_Desk01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Desk01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Desk01_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Desk01_C", + "RepairRecipe": "House_HousingItem_Table_Settler_Desk01_C", + "SalvageRecipe": "House_HousingItem_Table_Settler_Desk01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Desk01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Desk01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Desk01_D_MasterName", + "Description": "@House_HousingItem_Table_Settler_Desk01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Desk01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Desk01_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Desk01_D", + "RepairRecipe": "House_HousingItem_Table_Settler_Desk01_D", + "SalvageRecipe": "House_HousingItem_Table_Settler_Desk01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Table01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Table01_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Table01_A_MasterName", + "Description": "@House_HousingItem_Table_Settler_Table01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Table01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Table01_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Table01_A", + "RepairRecipe": "House_HousingItem_Table_Settler_Table01_A", + "SalvageRecipe": "House_HousingItem_Table_Settler_Table01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Table01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Table01_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Table01_B_MasterName", + "Description": "@House_HousingItem_Table_Settler_Table01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Table01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Table01_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Table01_B", + "RepairRecipe": "House_HousingItem_Table_Settler_Table01_B", + "SalvageRecipe": "House_HousingItem_Table_Settler_Table01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Table01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Table01_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Table01_C_MasterName", + "Description": "@House_HousingItem_Table_Settler_Table01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Table01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Table01_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Table01_C", + "RepairRecipe": "House_HousingItem_Table_Settler_Table01_C", + "SalvageRecipe": "House_HousingItem_Table_Settler_Table01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Table01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Table01_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Table01_D_MasterName", + "Description": "@House_HousingItem_Table_Settler_Table01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Table01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Table01_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Table01_D", + "RepairRecipe": "House_HousingItem_Table_Settler_Table01_D", + "SalvageRecipe": "House_HousingItem_Table_Settler_Table01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Table02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Table02_A", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Table02_A_MasterName", + "Description": "@House_HousingItem_Table_Settler_Table02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Table02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Table02_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Table02_A", + "RepairRecipe": "House_HousingItem_Table_Settler_Table02_A", + "SalvageRecipe": "House_HousingItem_Table_Settler_Table02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Table02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Table02_B", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Common Materials", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.04, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Table02_B_MasterName", + "Description": "@House_HousingItem_Table_Settler_Table02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Table02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Table02_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Table02_B", + "RepairRecipe": "House_HousingItem_Table_Settler_Table02_B", + "SalvageRecipe": "House_HousingItem_Table_Settler_Table02_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Table02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Table02_C", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Table02_C_MasterName", + "Description": "@House_HousingItem_Table_Settler_Table02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Table02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Table02_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Table02_C", + "RepairRecipe": "House_HousingItem_Table_Settler_Table02_C", + "SalvageRecipe": "House_HousingItem_Table_Settler_Table02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Settler_Table02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Settler/CoreFurniture/Settler_Table02_D", + "DEV-FurnitureSet": "Set-01-Settler", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Settler_Table02_D_MasterName", + "Description": "@House_HousingItem_Table_Settler_Table02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Settler_Table02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Settler_Table02_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Settler_Table02_D", + "RepairRecipe": "House_HousingItem_Table_Settler_Table02_D", + "SalvageRecipe": "House_HousingItem_Table_Settler_Table02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Pirate_Bed01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bed01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Pirate_Bed01_A_MasterName", + "Description": "@House_HousingItem_Bed_Pirate_Bed01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Pirate_Bed01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Pirate_Bed01_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Pirate_Bed01_A", + "RepairRecipe": "House_HousingItem_Bed_Pirate_Bed01_A", + "SalvageRecipe": "House_HousingItem_Bed_Pirate_Bed01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Pirate_Bed01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bed01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Pirate_Bed01_B_MasterName", + "Description": "@House_HousingItem_Bed_Pirate_Bed01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Pirate_Bed01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Pirate_Bed01_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Pirate_Bed01_B", + "RepairRecipe": "House_HousingItem_Bed_Pirate_Bed01_B", + "SalvageRecipe": "House_HousingItem_Bed_Pirate_Bed01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Pirate_Bed01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bed01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Pirate_Bed01_C_MasterName", + "Description": "@House_HousingItem_Bed_Pirate_Bed01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Pirate_Bed01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Pirate_Bed01_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Pirate_Bed01_C", + "RepairRecipe": "House_HousingItem_Bed_Pirate_Bed01_C", + "SalvageRecipe": "House_HousingItem_Bed_Pirate_Bed01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Pirate_Bed01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bed01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Pirate_Bed01_D_MasterName", + "Description": "@House_HousingItem_Bed_Pirate_Bed01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Pirate_Bed01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Pirate_Bed01_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Pirate_Bed01_D", + "RepairRecipe": "House_HousingItem_Bed_Pirate_Bed01_D", + "SalvageRecipe": "House_HousingItem_Bed_Pirate_Bed01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Pirate_Bed02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bed02_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Pirate_Bed02_A_MasterName", + "Description": "@House_HousingItem_Bed_Pirate_Bed02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Pirate_Bed02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Pirate_Bed02_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Pirate_Bed02_A", + "RepairRecipe": "House_HousingItem_Bed_Pirate_Bed02_A", + "SalvageRecipe": "House_HousingItem_Bed_Pirate_Bed02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Pirate_Chair01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Chair01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.54, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Pirate_Chair01_A_MasterName", + "Description": "@House_HousingItem_Chair_Pirate_Chair01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Pirate_Chair01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Pirate_Chair01_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Pirate_Chair01_A", + "RepairRecipe": "House_HousingItem_Chair_Pirate_Chair01_A", + "SalvageRecipe": "House_HousingItem_Chair_Pirate_Chair01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Pirate_Chair01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Chair01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.54, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Pirate_Chair01_B_MasterName", + "Description": "@House_HousingItem_Chair_Pirate_Chair01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Pirate_Chair01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Pirate_Chair01_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Pirate_Chair01_B", + "RepairRecipe": "House_HousingItem_Chair_Pirate_Chair01_B", + "SalvageRecipe": "House_HousingItem_Chair_Pirate_Chair01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Pirate_Chair01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Chair01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.78, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Pirate_Chair01_C_MasterName", + "Description": "@House_HousingItem_Chair_Pirate_Chair01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Pirate_Chair01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Pirate_Chair01_C.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Pirate_Chair01_C", + "RepairRecipe": "House_HousingItem_Chair_Pirate_Chair01_C", + "SalvageRecipe": "House_HousingItem_Chair_Pirate_Chair01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Pirate_Chair01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Chair01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.78, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Pirate_Chair01_D_MasterName", + "Description": "@House_HousingItem_Chair_Pirate_Chair01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Pirate_Chair01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Pirate_Chair01_D.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Pirate_Chair01_D", + "RepairRecipe": "House_HousingItem_Chair_Pirate_Chair01_D", + "SalvageRecipe": "House_HousingItem_Chair_Pirate_Chair01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Pirate_Chair02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Chair02_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.54, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Pirate_Chair02_A_MasterName", + "Description": "@House_HousingItem_Chair_Pirate_Chair02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Pirate_Chair02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Pirate_Chair02_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Pirate_Chair02_A", + "RepairRecipe": "House_HousingItem_Chair_Pirate_Chair02_A", + "SalvageRecipe": "House_HousingItem_Chair_Pirate_Chair02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Pirate_Chair02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Chair02_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.54, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Pirate_Chair02_B_MasterName", + "Description": "@House_HousingItem_Chair_Pirate_Chair02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Pirate_Chair02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Pirate_Chair02_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Pirate_Chair02_B", + "RepairRecipe": "House_HousingItem_Chair_Pirate_Chair02_B", + "SalvageRecipe": "House_HousingItem_Chair_Pirate_Chair02_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Pirate_Chair02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Chair02_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.78, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Pirate_Chair02_C_MasterName", + "Description": "@House_HousingItem_Chair_Pirate_Chair02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Pirate_Chair02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Pirate_Chair02_C.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Pirate_Chair02_C", + "RepairRecipe": "House_HousingItem_Chair_Pirate_Chair02_C", + "SalvageRecipe": "House_HousingItem_Chair_Pirate_Chair02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Pirate_Chair02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Chair02_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.78, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Pirate_Chair02_D_MasterName", + "Description": "@House_HousingItem_Chair_Pirate_Chair02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Pirate_Chair02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Pirate_Chair02_D.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Pirate_Chair02_D", + "RepairRecipe": "House_HousingItem_Chair_Pirate_Chair02_D", + "SalvageRecipe": "House_HousingItem_Chair_Pirate_Chair02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Pirate_Stool_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Stool_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.54, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Pirate_Stool_A_MasterName", + "Description": "@House_HousingItem_Chair_Pirate_Stool_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Pirate_Stool_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Pirate_Stool_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Pirate_Stool_A", + "RepairRecipe": "House_HousingItem_Chair_Pirate_Stool_A", + "SalvageRecipe": "House_HousingItem_Chair_Pirate_Stool_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Pirate_Stool_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Stool_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.54, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Pirate_Stool_B_MasterName", + "Description": "@House_HousingItem_Chair_Pirate_Stool_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Pirate_Stool_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Pirate_Stool_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Pirate_Stool_B", + "RepairRecipe": "House_HousingItem_Chair_Pirate_Stool_B", + "SalvageRecipe": "House_HousingItem_Chair_Pirate_Stool_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Pirate_Stool_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Stool_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.78, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Pirate_Stool_C_MasterName", + "Description": "@House_HousingItem_Chair_Pirate_Stool_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Pirate_Stool_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Pirate_Stool_C.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Pirate_Stool_C", + "RepairRecipe": "House_HousingItem_Chair_Pirate_Stool_C", + "SalvageRecipe": "House_HousingItem_Chair_Pirate_Stool_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Pirate_Stool_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Stool_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.78, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Pirate_Stool_D_MasterName", + "Description": "@House_HousingItem_Chair_Pirate_Stool_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Pirate_Stool_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Pirate_Stool_D.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Pirate_Stool_D", + "RepairRecipe": "House_HousingItem_Chair_Pirate_Stool_D", + "SalvageRecipe": "House_HousingItem_Chair_Pirate_Stool_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_Decor_SkullCandle01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_SkullCandle01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": -0.02, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_Decor_SkullCandle01_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_Decor_SkullCandle01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_Decor_SkullCandle01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_Decor_SkullCandle01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Pirate_Decor_SkullCandle01", + "RepairRecipe": "House_HousingItem_Lighting_Pirate_Decor_SkullCandle01", + "SalvageRecipe": "House_HousingItem_Lighting_Pirate_Decor_SkullCandle01", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightCeiling01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightCeiling01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightCeiling01_A_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightCeiling01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightCeiling01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightCeiling01_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Pirate_LightCeiling01_A", + "RepairRecipe": "House_HousingItem_Lighting_Pirate_LightCeiling01_A", + "SalvageRecipe": "House_HousingItem_Lighting_Pirate_LightCeiling01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightCeiling01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightCeiling01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightCeiling01_B_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightCeiling01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightCeiling01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightCeiling01_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightCeiling01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightCeiling01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightCeiling01_C_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightCeiling01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightCeiling01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightCeiling01_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightCeiling01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightCeiling01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightCeiling01_D_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightCeiling01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightCeiling01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightCeiling01_D.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightTable01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightTable01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightTable01_A_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightTable01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightTable01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightTable01_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Pirate_LightTable01_A", + "RepairRecipe": "House_HousingItem_Lighting_Pirate_LightTable01_A", + "SalvageRecipe": "House_HousingItem_Lighting_Pirate_LightTable01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightTable01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightTable01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightTable01_B_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightTable01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightTable01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightTable01_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightTable01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightTable01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightTable01_C_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightTable01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightTable01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightTable01_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightTable01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightTable01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightTable01_D_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightTable01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightTable01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightTable01_D.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightWall01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightWall01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightWall01_A_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightWall01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightWall01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightWall01_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Pirate_LightWall01_A", + "RepairRecipe": "House_HousingItem_Lighting_Pirate_LightWall01_A", + "SalvageRecipe": "House_HousingItem_Lighting_Pirate_LightWall01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightWall01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightWall01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightWall01_B_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightWall01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightWall01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightWall01_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightWall01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightWall01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightWall01_C_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightWall01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightWall01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightWall01_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightWall01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightWall01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightWall01_D_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightWall01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightWall01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightWall01_D.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightWall02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightWall02", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightWall02_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightWall02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightWall02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightWall02.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Pirate_LightWall03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_LightWall03", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Pirate_LightWall03_MasterName", + "Description": "@House_HousingItem_Lighting_Pirate_LightWall03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Pirate_LightWall03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Pirate_LightWall03.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Armoire01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Armoire01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetTall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetTall", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Armoire01_A_MasterName", + "Description": "@House_HousingItem_Pirate_Armoire01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Armoire01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Armoire01_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Armoire01_A", + "RepairRecipe": "House_HousingItem_Pirate_Armoire01_A", + "SalvageRecipe": "House_HousingItem_Pirate_Armoire01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Armoire01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Armoire01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetTall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetTall", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Armoire01_B_MasterName", + "Description": "@House_HousingItem_Pirate_Armoire01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Armoire01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Armoire01_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Armoire01_B", + "RepairRecipe": "House_HousingItem_Pirate_Armoire01_B", + "SalvageRecipe": "House_HousingItem_Pirate_Armoire01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Armoire01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Armoire01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetTall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetTall", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Armoire01_C_MasterName", + "Description": "@House_HousingItem_Pirate_Armoire01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Armoire01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Armoire01_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Armoire01_C", + "RepairRecipe": "House_HousingItem_Pirate_Armoire01_C", + "SalvageRecipe": "House_HousingItem_Pirate_Armoire01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Armoire01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Armoire01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetTall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetTall", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Armoire01_D_MasterName", + "Description": "@House_HousingItem_Pirate_Armoire01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Armoire01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Armoire01_D.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Armoire01_D", + "RepairRecipe": "House_HousingItem_Pirate_Armoire01_D", + "SalvageRecipe": "House_HousingItem_Pirate_Armoire01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_BathTub01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_BathTub01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_BathTub01_MasterName", + "Description": "@House_HousingItem_Pirate_BathTub01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_BathTub01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_BathTub01.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_BedSideTable_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_BedSideTable_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_BedSideTable_A_MasterName", + "Description": "@House_HousingItem_Pirate_BedSideTable_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_BedSideTable_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_BedSideTable_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_BedSideTable_A", + "RepairRecipe": "House_HousingItem_Pirate_BedSideTable_A", + "SalvageRecipe": "House_HousingItem_Pirate_BedSideTable_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_BedSideTable_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_BedSideTable_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_BedSideTable_B_MasterName", + "Description": "@House_HousingItem_Pirate_BedSideTable_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_BedSideTable_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_BedSideTable_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_BedSideTable_B", + "RepairRecipe": "House_HousingItem_Pirate_BedSideTable_B", + "SalvageRecipe": "House_HousingItem_Pirate_BedSideTable_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_BedSideTable_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_BedSideTable_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.26, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_BedSideTable_C_MasterName", + "Description": "@House_HousingItem_Pirate_BedSideTable_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_BedSideTable_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_BedSideTable_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_BedSideTable_C", + "RepairRecipe": "House_HousingItem_Pirate_BedSideTable_C", + "SalvageRecipe": "House_HousingItem_Pirate_BedSideTable_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_BedSideTable_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_BedSideTable_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.26, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_BedSideTable_D_MasterName", + "Description": "@House_HousingItem_Pirate_BedSideTable_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_BedSideTable_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_BedSideTable_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_BedSideTable_D", + "RepairRecipe": "House_HousingItem_Pirate_BedSideTable_D", + "SalvageRecipe": "House_HousingItem_Pirate_BedSideTable_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Bookcase01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bookcase01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Bookcase01_A_MasterName", + "Description": "@House_HousingItem_Pirate_Bookcase01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Bookcase01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Bookcase01_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Bookcase01_A", + "RepairRecipe": "House_HousingItem_Pirate_Bookcase01_A", + "SalvageRecipe": "House_HousingItem_Pirate_Bookcase01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Bookcase01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bookcase01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Bookcase01_B_MasterName", + "Description": "@House_HousingItem_Pirate_Bookcase01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Bookcase01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Bookcase01_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Bookcase01_B", + "RepairRecipe": "House_HousingItem_Pirate_Bookcase01_B", + "SalvageRecipe": "House_HousingItem_Pirate_Bookcase01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Bookcase01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bookcase01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.26, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Bookcase01_C_MasterName", + "Description": "@House_HousingItem_Pirate_Bookcase01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Bookcase01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Bookcase01_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Bookcase01_C", + "RepairRecipe": "House_HousingItem_Pirate_Bookcase01_C", + "SalvageRecipe": "House_HousingItem_Pirate_Bookcase01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Bookcase01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bookcase01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.26, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Bookcase01_D_MasterName", + "Description": "@House_HousingItem_Pirate_Bookcase01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Bookcase01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Bookcase01_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Bookcase01_D", + "RepairRecipe": "House_HousingItem_Pirate_Bookcase01_D", + "SalvageRecipe": "House_HousingItem_Pirate_Bookcase01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Bookcase02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bookcase02_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Bookcase02_A_MasterName", + "Description": "@House_HousingItem_Pirate_Bookcase02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Bookcase02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Bookcase02_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Bookcase02_A", + "RepairRecipe": "House_HousingItem_Pirate_Bookcase02_A", + "SalvageRecipe": "House_HousingItem_Pirate_Bookcase02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Bookcase02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bookcase02_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Bookcase02_B_MasterName", + "Description": "@House_HousingItem_Pirate_Bookcase02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Bookcase02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Bookcase02_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Bookcase02_B", + "RepairRecipe": "House_HousingItem_Pirate_Bookcase02_B", + "SalvageRecipe": "House_HousingItem_Pirate_Bookcase02_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Bookcase02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bookcase02_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.26, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Bookcase02_C_MasterName", + "Description": "@House_HousingItem_Pirate_Bookcase02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Bookcase02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Bookcase02_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Bookcase02_C", + "RepairRecipe": "House_HousingItem_Pirate_Bookcase02_C", + "SalvageRecipe": "House_HousingItem_Pirate_Bookcase02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Bookcase02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Bookcase02_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.26, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Bookcase02_D_MasterName", + "Description": "@House_HousingItem_Pirate_Bookcase02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Bookcase02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Bookcase02_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Bookcase02_D", + "RepairRecipe": "House_HousingItem_Pirate_Bookcase02_D", + "SalvageRecipe": "House_HousingItem_Pirate_Bookcase02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Cabinet01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Cabinet01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Cabinet01_A_MasterName", + "Description": "@House_HousingItem_Pirate_Cabinet01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Cabinet01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Cabinet01_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Cabinet01_A", + "RepairRecipe": "House_HousingItem_Pirate_Cabinet01_A", + "SalvageRecipe": "House_HousingItem_Pirate_Cabinet01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Cabinet01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Cabinet01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Cabinet01_B_MasterName", + "Description": "@House_HousingItem_Pirate_Cabinet01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Cabinet01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Cabinet01_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Cabinet01_B", + "RepairRecipe": "House_HousingItem_Pirate_Cabinet01_B", + "SalvageRecipe": "House_HousingItem_Pirate_Cabinet01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Cabinet01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Cabinet01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.52, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Cabinet01_C_MasterName", + "Description": "@House_HousingItem_Pirate_Cabinet01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Cabinet01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Cabinet01_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Cabinet01_C", + "RepairRecipe": "House_HousingItem_Pirate_Cabinet01_C", + "SalvageRecipe": "House_HousingItem_Pirate_Cabinet01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Cabinet01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Cabinet01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.52, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Cabinet01_D_MasterName", + "Description": "@House_HousingItem_Pirate_Cabinet01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Cabinet01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Cabinet01_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Cabinet01_D", + "RepairRecipe": "House_HousingItem_Pirate_Cabinet01_D", + "SalvageRecipe": "House_HousingItem_Pirate_Cabinet01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Cabinet02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Cabinet02_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetTall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetTall", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Cabinet02_A_MasterName", + "Description": "@House_HousingItem_Pirate_Cabinet02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Cabinet02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Cabinet02_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Cabinet02_A", + "RepairRecipe": "House_HousingItem_Pirate_Cabinet02_A", + "SalvageRecipe": "House_HousingItem_Pirate_Cabinet02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Cabinet02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Cabinet02_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetTall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetTall", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Cabinet02_B_MasterName", + "Description": "@House_HousingItem_Pirate_Cabinet02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Cabinet02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Cabinet02_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Cabinet02_B", + "RepairRecipe": "House_HousingItem_Pirate_Cabinet02_B", + "SalvageRecipe": "House_HousingItem_Pirate_Cabinet02_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Cabinet02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Cabinet02_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetTall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetTall", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Cabinet02_C_MasterName", + "Description": "@House_HousingItem_Pirate_Cabinet02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Cabinet02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Cabinet02_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Cabinet02_C", + "RepairRecipe": "House_HousingItem_Pirate_Cabinet02_C", + "SalvageRecipe": "House_HousingItem_Pirate_Cabinet02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Cabinet02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Cabinet02_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetTall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetTall", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.65, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Cabinet02_D_MasterName", + "Description": "@House_HousingItem_Pirate_Cabinet02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Cabinet02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Cabinet02_D.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Cabinet02_D", + "RepairRecipe": "House_HousingItem_Pirate_Cabinet02_D", + "SalvageRecipe": "House_HousingItem_Pirate_Cabinet02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Anchor01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Anchor01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsMediumDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Anchor01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Anchor01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Anchor01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Anchor01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_BoneWreath01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_BoneWreath01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsSmallDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_BoneWreath01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_BoneWreath01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_BoneWreath01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_BoneWreath01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_CageBones01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_CageBones01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsMediumDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_CageBones01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_CageBones01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_CageBones01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_CageBones01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Cannonballs", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_CannonBalls", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsMediumDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.25, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Cannonballs_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Cannonballs_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Cannonballs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Cannonballs.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Chains01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Chains01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsMediumDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": -0.01, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Chains01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Chains01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Chains01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Chains01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Chains02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Chains02", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsMediumDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.25, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Chains02_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Chains02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Chains02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Chains02.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Chains03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Chains03", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsMediumDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Chains03_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Chains03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Chains03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Chains03.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Curtain01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Curtain01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Curtain01_A_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Curtain01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Curtain01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Curtain01_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Decor_Curtain01_A", + "RepairRecipe": "House_HousingItem_Pirate_Decor_Curtain01_A", + "SalvageRecipe": "House_HousingItem_Pirate_Decor_Curtain01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Curtain01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Curtain01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.52, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Curtain01_B_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Curtain01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Curtain01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Curtain01_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Decor_Curtain01_B", + "RepairRecipe": "House_HousingItem_Pirate_Decor_Curtain01_B", + "SalvageRecipe": "House_HousingItem_Pirate_Decor_Curtain01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Curtain01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Curtain01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Curtain01_C_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Curtain01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Curtain01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Curtain01_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Curtain01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Curtain01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Curtain01_D_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Curtain01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Curtain01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Curtain01_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Curtain02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Curtain02_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Curtain02_A_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Curtain02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Curtain02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Curtain02_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Decor_Curtain02_A", + "RepairRecipe": "House_HousingItem_Pirate_Decor_Curtain02_A", + "SalvageRecipe": "House_HousingItem_Pirate_Decor_Curtain02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Curtain02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Curtain02_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.52, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Curtain02_B_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Curtain02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Curtain02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Curtain02_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Decor_Curtain02_B", + "RepairRecipe": "House_HousingItem_Pirate_Decor_Curtain02_B", + "SalvageRecipe": "House_HousingItem_Pirate_Decor_Curtain02_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Curtain02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Curtain02_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Curtain02_C_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Curtain02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Curtain02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Curtain02_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Curtain02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Curtain02_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.52, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Curtain02_D_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Curtain02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Curtain02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Curtain02_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Curtain03_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Curtain03_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Curtain03_A_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Curtain03_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Curtain03_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Curtain03_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Decor_Curtain03_A", + "RepairRecipe": "House_HousingItem_Pirate_Decor_Curtain03_A", + "SalvageRecipe": "House_HousingItem_Pirate_Decor_Curtain03_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Curtain03_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Curtain03_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Curtain03_B_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Curtain03_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Curtain03_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Curtain03_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Decor_Curtain03_B", + "RepairRecipe": "House_HousingItem_Pirate_Decor_Curtain03_B", + "SalvageRecipe": "House_HousingItem_Pirate_Decor_Curtain03_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Curtain03_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Curtain03_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Curtain03_C_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Curtain03_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Curtain03_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Curtain03_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Curtain03_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Curtain03_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Curtain03_D_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Curtain03_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Curtain03_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Curtain03_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_DrinkCrate01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_DrinkCrate01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_DrinkCrate01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_DrinkCrate01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_DrinkCrate01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_DrinkCrate01.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_DrinkSet01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_DrinkSet01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_DrinkSet01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_DrinkSet01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_DrinkSet01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_DrinkSet01.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_DrinkSet02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_DrinkSet02", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.54, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_DrinkSet02_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_DrinkSet02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_DrinkSet02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_DrinkSet02.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_DrinkSet03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_DrinkSet03", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsDishes", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.54, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_DrinkSet03_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_DrinkSet03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_DrinkSet03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_DrinkSet03.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Globe01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Globe01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsMediumDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Globe01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Globe01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Globe01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Globe01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_JewelBox01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_JewelBox01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_JewelBox01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_JewelBox01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_JewelBox01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_JewelBox01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_LootArrangement01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_LootArrangement01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_LootArrangement01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_LootArrangement01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_LootArrangement01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_LootArrangement01.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Map01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Map01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.56, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Map01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Map01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Map01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Map01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Map02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Map02", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Map02_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Map02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Map02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Map02.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_MapTools01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_MapTools01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_MapTools01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_MapTools01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_MapTools01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_MapTools01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_MapTools02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_MapTools02", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.56, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_MapTools02_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_MapTools02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_MapTools02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_MapTools02.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Oars01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Oars01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsMediumDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Oars01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Oars01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Oars01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Oars01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Painting01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Painting01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.45, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Painting01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Painting01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Painting01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Painting01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Paintings", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Painting02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Painting02", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Painting02_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Painting02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Painting02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Painting02.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Paintings", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Painting03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Painting03", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Painting03_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Painting03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Painting03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Painting03.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Paintings", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_PlaceSetting01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_PlaceSetting01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_PlaceSetting01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_PlaceSetting01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_PlaceSetting01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_PlaceSetting01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_PlaceSetting02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_PlaceSetting02", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.56, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_PlaceSetting02_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_PlaceSetting02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_PlaceSetting02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_PlaceSetting02.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_PlaceSetting03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_PlaceSetting03", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_PlaceSetting03_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_PlaceSetting03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_PlaceSetting03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_PlaceSetting03.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_PlaceSetting04", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_PlaceSetting04", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_PlaceSetting04_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_PlaceSetting04_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_PlaceSetting04.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_PlaceSetting04.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_PotsAndPans01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_PotsAndPans01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsDishes", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0.01, + "RankingPoints": 0.06, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_PotsAndPans01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_PotsAndPans01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_PotsAndPans01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_PotsAndPans01.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Ropes01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Ropes01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLargeDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Ropes01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Ropes01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Ropes01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Ropes01.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Ropes02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Ropes02", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLargeDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Ropes02_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Ropes02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Ropes02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Ropes02.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_RumCrate01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_RumCrate01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_RumCrate01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_RumCrate01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_RumCrate01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_RumCrate01.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_RumJug01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_RumJug01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_RumJug01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_RumJug01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_RumJug01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_RumJug01.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Scroll01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Scroll01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Scroll01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Scroll01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Scroll01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Scroll01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Scroll02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Scroll02", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.03, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Scroll02_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Scroll02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Scroll02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Scroll02.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Sign01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Sign01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsMediumDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Sign01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Sign01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Sign01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Sign01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_SkullHat01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_SkullHat01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_SkullHat01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_SkullHat01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_SkullHat01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_SkullHat01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Swords01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Swords01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsMediumDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Swords01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Swords01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Swords01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Swords01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_Telescope01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Telescope01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsMediumDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_Telescope01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_Telescope01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_Telescope01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_Telescope01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_WaterBarrel01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_WaterBarrel01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0.02, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_WaterBarrel01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_WaterBarrel01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_WaterBarrel01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_WaterBarrel01.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_WaterTub01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_WaterTub01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsMediumDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_WaterTub01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_WaterTub01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_WaterTub01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_WaterTub01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_WeaponArrangement01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_WeaponArrangement01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.56, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_WeaponArrangement01_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_WeaponArrangement01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_WeaponArrangement01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_WeaponArrangement01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Decor_WeaponArrangement02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_WeaponArrangement02", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsSmallDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsSmallDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Decor_WeaponArrangement02_MasterName", + "Description": "@House_HousingItem_Pirate_Decor_WeaponArrangement02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Decor_WeaponArrangement02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Decor_WeaponArrangement02.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Keg01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Keg01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Keg01_MasterName", + "Description": "@House_HousingItem_Pirate_Keg01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Keg01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Keg01.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Shelf01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Shelf01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Shelf01_A_MasterName", + "Description": "@House_HousingItem_Pirate_Shelf01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Shelf01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Shelf01_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Shelf01_A", + "RepairRecipe": "House_HousingItem_Pirate_Shelf01_A", + "SalvageRecipe": "House_HousingItem_Pirate_Shelf01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Shelf01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Shelf01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Shelf01_B_MasterName", + "Description": "@House_HousingItem_Pirate_Shelf01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Shelf01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Shelf01_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Shelf01_B", + "RepairRecipe": "House_HousingItem_Pirate_Shelf01_B", + "SalvageRecipe": "House_HousingItem_Pirate_Shelf01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Shelf01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Shelf01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.52, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Shelf01_C_MasterName", + "Description": "@House_HousingItem_Pirate_Shelf01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Shelf01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Shelf01_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Shelf01_C", + "RepairRecipe": "House_HousingItem_Pirate_Shelf01_C", + "SalvageRecipe": "House_HousingItem_Pirate_Shelf01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Shelf01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Shelf01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.52, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Shelf01_D_MasterName", + "Description": "@House_HousingItem_Pirate_Shelf01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Shelf01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Shelf01_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Shelf01_D", + "RepairRecipe": "House_HousingItem_Pirate_Shelf01_D", + "SalvageRecipe": "House_HousingItem_Pirate_Shelf01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Sink01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Sink01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Sink01_MasterName", + "Description": "@House_HousingItem_Pirate_Sink01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Sink01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Sink01.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Stove01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Stove01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStoveOven", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStoveOven", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Stove01_A_MasterName", + "Description": "@House_HousingItem_Pirate_Stove01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Stove01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Stove01_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Stoves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Stove01_A", + "RepairRecipe": "House_HousingItem_Pirate_Stove01_A", + "SalvageRecipe": "House_HousingItem_Pirate_Stove01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Stove01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Stove01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStoveOven", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStoveOven", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Stove01_B_MasterName", + "Description": "@House_HousingItem_Pirate_Stove01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Stove01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Stove01_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Stoves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Stove01_B", + "RepairRecipe": "House_HousingItem_Pirate_Stove01_B", + "SalvageRecipe": "House_HousingItem_Pirate_Stove01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Stove01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Stove01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStoveOven", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStoveOven", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Stove01_C_MasterName", + "Description": "@House_HousingItem_Pirate_Stove01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Stove01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Stove01_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Stoves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Stove01_C", + "RepairRecipe": "House_HousingItem_Pirate_Stove01_C", + "SalvageRecipe": "House_HousingItem_Pirate_Stove01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Pirate_Stove01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Stove01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStoveOven", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStoveOven", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Pirate_Stove01_D_MasterName", + "Description": "@House_HousingItem_Pirate_Stove01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Pirate_Stove01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Pirate_Stove01_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Stoves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Pirate_Stove01_D", + "RepairRecipe": "House_HousingItem_Pirate_Stove01_D", + "SalvageRecipe": "House_HousingItem_Pirate_Stove01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Pirate_Decor_Rug01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Rug01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.56, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Pirate_Decor_Rug01_MasterName", + "Description": "@House_HousingItem_Rug_Pirate_Decor_Rug01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Pirate_Decor_Rug01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Pirate_Decor_Rug01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Rug_Pirate_Decor_Rug01", + "RepairRecipe": "House_HousingItem_Rug_Pirate_Decor_Rug01", + "SalvageRecipe": "House_HousingItem_Rug_Pirate_Decor_Rug01", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Pirate_Decor_Rug02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Rug02", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Pirate_Decor_Rug02_MasterName", + "Description": "@House_HousingItem_Rug_Pirate_Decor_Rug02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Pirate_Decor_Rug02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Pirate_Decor_Rug02.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Rug_Pirate_Decor_Rug02", + "RepairRecipe": "House_HousingItem_Rug_Pirate_Decor_Rug02", + "SalvageRecipe": "House_HousingItem_Rug_Pirate_Decor_Rug02", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Pirate_Decor_Rug03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Rug03", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Pirate_Decor_Rug03_MasterName", + "Description": "@House_HousingItem_Rug_Pirate_Decor_Rug03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Pirate_Decor_Rug03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Pirate_Decor_Rug03.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Pirate_Decor_Rug04", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/Decor/House_Pirate_Decor_Rug04", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.96, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Pirate_Decor_Rug04_MasterName", + "Description": "@House_HousingItem_Rug_Pirate_Decor_Rug04_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Pirate_Decor_Rug04.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Pirate_Decor_Rug04.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Storage_T3_Pirate", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestTrueSteel", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": 8000, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T3_Pirate_MasterName", + "Description": "@House_HousingItem_Storage_T3_Pirate_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T3_Pirate.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T3_Pirate.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Storage", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Counter01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Counter01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Counter01_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Counter01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Counter01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Counter01.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Counter02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Counter02", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Counter02_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Counter02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Counter02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Counter02.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Desk01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Desk01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Desk01_A_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Desk01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Desk01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Desk01_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Desk01_A", + "RepairRecipe": "House_HousingItem_Table_Pirate_Desk01_A", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Desk01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Desk01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Desk01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.2, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Desk01_B_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Desk01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Desk01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Desk01_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Desk01_B", + "RepairRecipe": "House_HousingItem_Table_Pirate_Desk01_B", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Desk01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Desk01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Desk01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.26, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Desk01_C_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Desk01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Desk01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Desk01_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Desk01_C", + "RepairRecipe": "House_HousingItem_Table_Pirate_Desk01_C", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Desk01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Desk01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Desk01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.26, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Desk01_D_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Desk01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Desk01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Desk01_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Desk01_D", + "RepairRecipe": "House_HousingItem_Table_Pirate_Desk01_D", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Desk01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Dresser01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Dresser01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Dresser01_A_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Dresser01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Dresser01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Dresser01_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Dresser01_A", + "RepairRecipe": "House_HousingItem_Table_Pirate_Dresser01_A", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Dresser01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Dresser01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Dresser01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.36, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Dresser01_B_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Dresser01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Dresser01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Dresser01_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Dresser01_B", + "RepairRecipe": "House_HousingItem_Table_Pirate_Dresser01_B", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Dresser01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Dresser01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Dresser01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.52, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Dresser01_C_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Dresser01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Dresser01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Dresser01_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Dresser01_C", + "RepairRecipe": "House_HousingItem_Table_Pirate_Dresser01_C", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Dresser01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Dresser01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Dresser01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 0.52, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Dresser01_D_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Dresser01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Dresser01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Dresser01_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Dresser01_D", + "RepairRecipe": "House_HousingItem_Table_Pirate_Dresser01_D", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Dresser01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Island01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Island01", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": -0.01, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.18, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Island01_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Island01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Island01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Island01.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Island01", + "RepairRecipe": "House_HousingItem_Table_Pirate_Island01", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Island01", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Table01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Table01_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Table01_A_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Table01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Table01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Table01_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Table01_A", + "RepairRecipe": "House_HousingItem_Table_Pirate_Table01_A", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Table01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Table01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Table01_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Table01_B_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Table01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Table01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Table01_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Table01_B", + "RepairRecipe": "House_HousingItem_Table_Pirate_Table01_B", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Table01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Table01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Table01_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Table01_C_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Table01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Table01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Table01_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Table01_C", + "RepairRecipe": "House_HousingItem_Table_Pirate_Table01_C", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Table01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Table01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Table01_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Table01_D_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Table01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Table01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Table01_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Table01_D", + "RepairRecipe": "House_HousingItem_Table_Pirate_Table01_D", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Table01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Table02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Table02_A", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Table02_A_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Table02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Table02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Table02_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Table02_A", + "RepairRecipe": "House_HousingItem_Table_Pirate_Table02_A", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Table02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Table02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Table02_B", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Table02_B_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Table02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Table02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Table02_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Table02_B", + "RepairRecipe": "House_HousingItem_Table_Pirate_Table02_B", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Table02_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Table02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Table02_C", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Table02_C_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Table02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Table02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Table02_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Table02_C", + "RepairRecipe": "House_HousingItem_Table_Pirate_Table02_C", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Table02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Pirate_Table02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Pirate/CoreFurniture/House_Pirate_Table02_D", + "DEV-FurnitureSet": "Set-02-Pirate", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.14, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Pirate_Table02_D_MasterName", + "Description": "@House_HousingItem_Table_Pirate_Table02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Pirate_Table02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Pirate_Table02_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Pirate_Table02_D", + "RepairRecipe": "House_HousingItem_Table_Pirate_Table02_D", + "SalvageRecipe": "House_HousingItem_Table_Pirate_Table02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Dynasty_Bed01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bed01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Dynasty_Bed01_A_MasterName", + "Description": "@House_HousingItem_Bed_Dynasty_Bed01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Dynasty_Bed01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Dynasty_Bed01_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Dynasty_Bed01_A", + "RepairRecipe": "House_HousingItem_Bed_Dynasty_Bed01_A", + "SalvageRecipe": "House_HousingItem_Bed_Dynasty_Bed01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Dynasty_Bed01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bed01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Dynasty_Bed01_B_MasterName", + "Description": "@House_HousingItem_Bed_Dynasty_Bed01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Dynasty_Bed01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Dynasty_Bed01_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Dynasty_Bed01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bed01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Dynasty_Bed01_C_MasterName", + "Description": "@House_HousingItem_Bed_Dynasty_Bed01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Dynasty_Bed01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Dynasty_Bed01_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Dynasty_Bed01_C", + "RepairRecipe": "House_HousingItem_Bed_Dynasty_Bed01_C", + "SalvageRecipe": "House_HousingItem_Bed_Dynasty_Bed01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Dynasty_Bed01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bed01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Dynasty_Bed01_D_MasterName", + "Description": "@House_HousingItem_Bed_Dynasty_Bed01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Dynasty_Bed01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Dynasty_Bed01_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Dynasty_Bed01_D", + "RepairRecipe": "House_HousingItem_Bed_Dynasty_Bed01_D", + "SalvageRecipe": "House_HousingItem_Bed_Dynasty_Bed01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Dynasty_Bed02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bed02_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Dynasty_Bed02_A_MasterName", + "Description": "@House_HousingItem_Bed_Dynasty_Bed02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Dynasty_Bed02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Dynasty_Bed02_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Dynasty_Bed02_A", + "RepairRecipe": "House_HousingItem_Bed_Dynasty_Bed02_A", + "SalvageRecipe": "House_HousingItem_Bed_Dynasty_Bed02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Dynasty_Bed02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bed02_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Dynasty_Bed02_B_MasterName", + "Description": "@House_HousingItem_Bed_Dynasty_Bed02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Dynasty_Bed02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Dynasty_Bed02_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Dynasty_Bed02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bed02_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Dynasty_Bed02_C_MasterName", + "Description": "@House_HousingItem_Bed_Dynasty_Bed02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Dynasty_Bed02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Dynasty_Bed02_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Dynasty_Bed02_C", + "RepairRecipe": "House_HousingItem_Bed_Dynasty_Bed02_C", + "SalvageRecipe": "House_HousingItem_Bed_Dynasty_Bed02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Bed_Dynasty_Bed02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bed02_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Beds", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsBed", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsBed", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnBed", + "Name": "@House_HousingItem_Bed_Dynasty_Bed02_D_MasterName", + "Description": "@House_HousingItem_Bed_Dynasty_Bed02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Bed_Dynasty_Bed02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Bed_Dynasty_Bed02_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Beds", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Bed_Dynasty_Bed02_D", + "RepairRecipe": "House_HousingItem_Bed_Dynasty_Bed02_D", + "SalvageRecipe": "House_HousingItem_Bed_Dynasty_Bed02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Dynasty_Chair01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Chair01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Dynasty_Chair01_A_MasterName", + "Description": "@House_HousingItem_Chair_Dynasty_Chair01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Dynasty_Chair01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Dynasty_Chair01_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Dynasty_Chair01_A", + "RepairRecipe": "House_HousingItem_Chair_Dynasty_Chair01_A", + "SalvageRecipe": "House_HousingItem_Chair_Dynasty_Chair01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Dynasty_Chair01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Chair01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Dynasty_Chair01_B_MasterName", + "Description": "@House_HousingItem_Chair_Dynasty_Chair01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Dynasty_Chair01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Dynasty_Chair01_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Dynasty_Chair01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Chair01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Dynasty_Chair01_C_MasterName", + "Description": "@House_HousingItem_Chair_Dynasty_Chair01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Dynasty_Chair01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Dynasty_Chair01_C.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Dynasty_Chair01_C", + "RepairRecipe": "House_HousingItem_Chair_Dynasty_Chair01_C", + "SalvageRecipe": "House_HousingItem_Chair_Dynasty_Chair01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Dynasty_Chair01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Chair01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.84, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Dynasty_Chair01_D_MasterName", + "Description": "@House_HousingItem_Chair_Dynasty_Chair01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Dynasty_Chair01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Dynasty_Chair01_D.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Dynasty_Chair01_D", + "RepairRecipe": "House_HousingItem_Chair_Dynasty_Chair01_D", + "SalvageRecipe": "House_HousingItem_Chair_Dynasty_Chair01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Dynasty_Chair02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Chair02_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Dynasty_Chair02_A_MasterName", + "Description": "@House_HousingItem_Chair_Dynasty_Chair02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Dynasty_Chair02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Dynasty_Chair02_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Dynasty_Chair02_A", + "RepairRecipe": "House_HousingItem_Chair_Dynasty_Chair02_A", + "SalvageRecipe": "House_HousingItem_Chair_Dynasty_Chair02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Dynasty_Chair02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Chair02_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Dynasty_Chair02_B_MasterName", + "Description": "@House_HousingItem_Chair_Dynasty_Chair02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Dynasty_Chair02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Dynasty_Chair02_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Dynasty_Chair02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Chair02_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Dynasty_Chair02_C_MasterName", + "Description": "@House_HousingItem_Chair_Dynasty_Chair02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Dynasty_Chair02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Dynasty_Chair02_C.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Dynasty_Chair02_C", + "RepairRecipe": "House_HousingItem_Chair_Dynasty_Chair02_C", + "SalvageRecipe": "House_HousingItem_Chair_Dynasty_Chair02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Dynasty_Chair02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Chair02_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.84, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Dynasty_Chair02_D_MasterName", + "Description": "@House_HousingItem_Chair_Dynasty_Chair02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Dynasty_Chair02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Dynasty_Chair02_D.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Dynasty_Chair02_D", + "RepairRecipe": "House_HousingItem_Chair_Dynasty_Chair02_D", + "SalvageRecipe": "House_HousingItem_Chair_Dynasty_Chair02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Dynasty_Stool_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Stool_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Dynasty_Stool_A_MasterName", + "Description": "@House_HousingItem_Chair_Dynasty_Stool_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Dynasty_Stool_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Dynasty_Stool_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Dynasty_Stool_A", + "RepairRecipe": "House_HousingItem_Chair_Dynasty_Stool_A", + "SalvageRecipe": "House_HousingItem_Chair_Dynasty_Stool_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Dynasty_Stool_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Stool_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Dynasty_Stool_B_MasterName", + "Description": "@House_HousingItem_Chair_Dynasty_Stool_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Dynasty_Stool_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Dynasty_Stool_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Dynasty_Stool_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Stool_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Dynasty_Stool_C_MasterName", + "Description": "@House_HousingItem_Chair_Dynasty_Stool_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Dynasty_Stool_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Dynasty_Stool_C.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Dynasty_Stool_C", + "RepairRecipe": "House_HousingItem_Chair_Dynasty_Stool_C", + "SalvageRecipe": "House_HousingItem_Chair_Dynasty_Stool_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Chair_Dynasty_Stool_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Stool_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Chairs", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsChairDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsChairDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.84, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemSitOnChair", + "Name": "@House_HousingItem_Chair_Dynasty_Stool_D_MasterName", + "Description": "@House_HousingItem_Chair_Dynasty_Stool_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Chair_Dynasty_Stool_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Chair_Dynasty_Stool_D.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Chairs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Chair_Dynasty_Stool_D", + "RepairRecipe": "House_HousingItem_Chair_Dynasty_Stool_D", + "SalvageRecipe": "House_HousingItem_Chair_Dynasty_Stool_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Armoire01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Armoire01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Armoire01_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Armoire01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Armoire01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Armoire01_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Armoire01_A", + "RepairRecipe": "House_HousingItem_Dynasty_Armoire01_A", + "SalvageRecipe": "House_HousingItem_Dynasty_Armoire01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Armoire01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Armoire01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Armoire01_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Armoire01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Armoire01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Armoire01_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Armoire01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Armoire01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Armoire01_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Armoire01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Armoire01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Armoire01_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Armoire01_C", + "RepairRecipe": "House_HousingItem_Dynasty_Armoire01_C", + "SalvageRecipe": "House_HousingItem_Dynasty_Armoire01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Armoire01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Armoire01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Armoire01_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Armoire01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Armoire01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Armoire01_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Armoire01_D", + "RepairRecipe": "House_HousingItem_Dynasty_Armoire01_D", + "SalvageRecipe": "House_HousingItem_Dynasty_Armoire01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Bookcase01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bookcase01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Bookcase01_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Bookcase01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Bookcase01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Bookcase01_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Bookcase01_A", + "RepairRecipe": "House_HousingItem_Dynasty_Bookcase01_A", + "SalvageRecipe": "House_HousingItem_Dynasty_Bookcase01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Bookcase01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bookcase01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Bookcase01_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Bookcase01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Bookcase01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Bookcase01_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Bookcase01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bookcase01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Bookcase01_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Bookcase01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Bookcase01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Bookcase01_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Bookcase01_C", + "RepairRecipe": "House_HousingItem_Dynasty_Bookcase01_C", + "SalvageRecipe": "House_HousingItem_Dynasty_Bookcase01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Bookcase01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bookcase01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Bookcase01_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Bookcase01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Bookcase01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Bookcase01_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Bookcase01_D", + "RepairRecipe": "House_HousingItem_Dynasty_Bookcase01_D", + "SalvageRecipe": "House_HousingItem_Dynasty_Bookcase01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Bookcase02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bookcase02_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Bookcase02_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Bookcase02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Bookcase02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Bookcase02_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Bookcase02_A", + "RepairRecipe": "House_HousingItem_Dynasty_Bookcase02_A", + "SalvageRecipe": "House_HousingItem_Dynasty_Bookcase02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Bookcase02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bookcase02_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Bookcase02_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Bookcase02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Bookcase02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Bookcase02_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Bookcase02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bookcase02_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Bookcase02_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Bookcase02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Bookcase02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Bookcase02_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Bookcase02_C", + "RepairRecipe": "House_HousingItem_Dynasty_Bookcase02_C", + "SalvageRecipe": "House_HousingItem_Dynasty_Bookcase02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Bookcase02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Bookcase02_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsShelves", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsShelves", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Bookcase02_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Bookcase02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Bookcase02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Bookcase02_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Bookcase02_D", + "RepairRecipe": "House_HousingItem_Dynasty_Bookcase02_D", + "SalvageRecipe": "House_HousingItem_Dynasty_Bookcase02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Cabinet01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Cabinet01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Cabinet01_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Cabinet01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Cabinet01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Cabinet01_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Cabinet01_A", + "RepairRecipe": "House_HousingItem_Dynasty_Cabinet01_A", + "SalvageRecipe": "House_HousingItem_Dynasty_Cabinet01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Cabinet01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Cabinet01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Cabinet01_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Cabinet01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Cabinet01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Cabinet01_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Cabinet01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Cabinet01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Cabinet01_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Cabinet01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Cabinet01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Cabinet01_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Cabinet01_C", + "RepairRecipe": "House_HousingItem_Dynasty_Cabinet01_C", + "SalvageRecipe": "House_HousingItem_Dynasty_Cabinet01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Cabinet01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Cabinet01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.6, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Cabinet01_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Cabinet01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Cabinet01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Cabinet01_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Cabinet01_D", + "RepairRecipe": "House_HousingItem_Dynasty_Cabinet01_D", + "SalvageRecipe": "House_HousingItem_Dynasty_Cabinet01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Cabinet02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Cabinet02_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Cabinet02_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Cabinet02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Cabinet02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Cabinet02_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Cabinet02_A", + "RepairRecipe": "House_HousingItem_Dynasty_Cabinet02_A", + "SalvageRecipe": "House_HousingItem_Dynasty_Cabinet02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Cabinet02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Cabinet02_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Cabinet02_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Cabinet02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Cabinet02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Cabinet02_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Cabinet02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Cabinet02_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Cabinet02_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Cabinet02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Cabinet02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Cabinet02_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Cabinet02_C", + "RepairRecipe": "House_HousingItem_Dynasty_Cabinet02_C", + "SalvageRecipe": "House_HousingItem_Dynasty_Cabinet02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Cabinet02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Cabinet02_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Cabinet02_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Cabinet02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Cabinet02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Cabinet02_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Cabinet02_D", + "RepairRecipe": "House_HousingItem_Dynasty_Cabinet02_D", + "SalvageRecipe": "House_HousingItem_Dynasty_Cabinet02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Ceiling_Dishes01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Ceiling_Dishes01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Ceiling_Dishes01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Ceiling_Dishes01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Ceiling_Dishes01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Ceiling_Dishes01.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Ceiling_Plant01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Ceiling_Plant01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.7, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Ceiling_Plant01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Ceiling_Plant01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Ceiling_Plant01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Ceiling_Plant01.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Ceiling_Plant02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Ceiling_Plant02", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.7, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Ceiling_Plant02_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Ceiling_Plant02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Ceiling_Plant02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Ceiling_Plant02.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Ceiling_Plant03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Ceiling_Plant03", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Ceiling_Plant03_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Ceiling_Plant03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Ceiling_Plant03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Ceiling_Plant03.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_ClayBarrel01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_ClayBarrel01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_ClayBarrel01_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_ClayBarrel01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_ClayBarrel01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_ClayBarrel01_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_ClayBarrel01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_ClayBarrel01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_ClayBarrel01_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_ClayBarrel01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_ClayBarrel01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_ClayBarrel01_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_ClayBarrel02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_ClayBarrel02_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0.01, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_ClayBarrel02_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_ClayBarrel02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_ClayBarrel02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_ClayBarrel02_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_ClayBarrel02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_ClayBarrel02_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_ClayBarrel02_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_ClayBarrel02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_ClayBarrel02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_ClayBarrel02_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Floor_Plant01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Floor_Plant01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.7, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Floor_Plant01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Floor_Plant01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Floor_Plant01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Floor_Plant01.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Floor_Plant02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Floor_Plant02", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Floor_Plant02_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Floor_Plant02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Floor_Plant02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Floor_Plant02.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Floor_Plant03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Floor_Plant03", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0.01, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Floor_Plant03_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Floor_Plant03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Floor_Plant03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Floor_Plant03.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Floor_WeaponRack01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Floor_WeaponRack01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Floor_WeaponRack01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Floor_WeaponRack01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Floor_WeaponRack01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Floor_WeaponRack01.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_MiscOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Decor_Floor_WeaponRack01", + "RepairRecipe": "House_HousingItem_Dynasty_Decor_Floor_WeaponRack01", + "SalvageRecipe": "House_HousingItem_Dynasty_Decor_Floor_WeaponRack01", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_SmallVase_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_SmallVase_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_SmallVase_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_SmallVase_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_SmallVase_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_SmallVase_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_SmallVase_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_SmallVase_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_SmallVase_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_SmallVase_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_SmallVase_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_SmallVase_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_SmallVase_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_SmallVase_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Elite", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.84, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_SmallVase_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_SmallVase_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_SmallVase_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_SmallVase_C.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_SmallVase_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_SmallVase_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Elite", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.84, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_SmallVase_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_SmallVase_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_SmallVase_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_SmallVase_D.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_SmallVase_E", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_SmallVase_E", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_SmallVase_E_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_SmallVase_E_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_SmallVase_E.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_SmallVase_E.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_Dishes01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_Dishes01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_Dishes01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_Dishes01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_Dishes01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_Dishes01.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_Dishes02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_Dishes02", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_Dishes02_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_Dishes02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_Dishes02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_Dishes02.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_Dishes03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_Dishes03", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_Dishes03_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_Dishes03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_Dishes03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_Dishes03.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_Dishes04", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_Dishes04", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_Dishes04_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_Dishes04_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_Dishes04.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_Dishes04.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_Dishes05", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_Dishes05", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_Dishes05_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_Dishes05_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_Dishes05.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_Dishes05.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_Fishbowl01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_Fishbowl01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Pets", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsAnimal", + "HousingTag3": "+IsAnimated", + "HousingTag5 Buffs": "+NoStacking", + "HousingTags": "OnFurniture+IsAnimal+IsAnimated+NoStacking", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Elite", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_Fishbowl01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_Fishbowl01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_Fishbowl01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_Fishbowl01.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Animals", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_FlowerPot01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_FlowerPot01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 1, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_FlowerPot01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_FlowerPot01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_FlowerPot01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_FlowerPot01.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_FlowerPot02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_FlowerPot02", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.7, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_FlowerPot02_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_FlowerPot02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_FlowerPot02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_FlowerPot02.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_FlowerPot03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_FlowerPot03", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0.01, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_FlowerPot03_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_FlowerPot03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_FlowerPot03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_FlowerPot03.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_PlaceSetting01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_PlaceSetting01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.56, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_PlaceSetting01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_PlaceSetting01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_PlaceSetting01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_PlaceSetting01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_PlaceSetting02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_PlaceSetting02", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_PlaceSetting02_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_PlaceSetting02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_PlaceSetting02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_PlaceSetting02.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_PlaceSetting03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_PlaceSetting03", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_PlaceSetting03_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_PlaceSetting03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_PlaceSetting03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_PlaceSetting03.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_PlaceSetting04", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_PlaceSetting04", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsPlaceSetting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsPlaceSetting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Elite", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 1.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_PlaceSetting04_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_PlaceSetting04_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_PlaceSetting04.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_PlaceSetting04.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_Plant01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_Plant01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Elite", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.13, + "MaxPotentialPoints": 1.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_Plant01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_Plant01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_Plant01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_Plant01.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_Stationary01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_Stationary01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_Stationary01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_Stationary01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_Stationary01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_Stationary01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_Stationary02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_Stationary02", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_Stationary02_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_Stationary02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_Stationary02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_Stationary02.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_Stationary03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_Stationary03", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsBooksPaper", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsBooksPaper", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.05, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_Stationary03_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_Stationary03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_Stationary03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_Stationary03.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_BooksPaper", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Table_TeaSet01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Table_TeaSet01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Elite", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.84, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Table_TeaSet01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Table_TeaSet01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Table_TeaSet01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Table_TeaSet01.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_TallVase_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_TallVase_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_TallVase_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_TallVase_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_TallVase_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_TallVase_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_TallVase_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_TallVase_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.66, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_TallVase_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_TallVase_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_TallVase_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_TallVase_B.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_TallVase_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_TallVase_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Elite", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.84, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_TallVase_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_TallVase_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_TallVase_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_TallVase_C.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_TallVase_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_TallVase_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Elite", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 0.84, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_TallVase_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_TallVase_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_TallVase_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_TallVase_D.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_TallVase_E", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_TallVase_E", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.42, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_TallVase_E_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_TallVase_E_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_TallVase_E.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_TallVase_E.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Birdcage01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Wall_Birdcage01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsMediumDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Birdcage01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Birdcage01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Birdcage01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Birdcage01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Curtain01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Curtain01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Curtain01_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Curtain01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Curtain01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Curtain01_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain01_A", + "RepairRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain01_A", + "SalvageRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Curtain01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Curtain01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Curtain01_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Curtain01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Curtain01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Curtain01_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain01_B", + "RepairRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain01_B", + "SalvageRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Curtain01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Curtain01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Curtain01_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Curtain01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Curtain01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Curtain01_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Curtain01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Curtain01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Elite", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.6, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Curtain01_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Curtain01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Curtain01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Curtain01_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Curtain02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Curtain02_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Curtain02_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Curtain02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Curtain02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Curtain02_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain02_A", + "RepairRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain02_A", + "SalvageRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Curtain02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Curtain02_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Curtain02_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Curtain02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Curtain02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Curtain02_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain02_B", + "RepairRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain02_B", + "SalvageRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain02_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Curtain02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Curtain02_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Curtain02_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Curtain02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Curtain02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Curtain02_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Curtain02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Curtain02_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Elite", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.6, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Curtain02_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Curtain02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Curtain02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Curtain02_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Curtain03_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Curtain03_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Curtain03_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Curtain03_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Curtain03_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Curtain03_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain03_A", + "RepairRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain03_A", + "SalvageRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain03_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Curtain03_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Curtain03_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Curtain03_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Curtain03_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Curtain03_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Curtain03_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain03_B", + "RepairRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain03_B", + "SalvageRecipe": "House_HousingItem_Dynasty_Decor_Wall_Curtain03_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Curtain03_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Curtain03_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Curtain03_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Curtain03_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Curtain03_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Curtain03_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Curtain03_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Curtain03_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsCurtain", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsCurtain", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Elite", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.6, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Curtain03_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Curtain03_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Curtain03_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Curtain03_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Curtains", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Fans01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Wall_Fans01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLargeDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLargeDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Fans01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Fans01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Fans01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Fans01.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_FlowerPot01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Wall_FlowerPot01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.7, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_FlowerPot01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_FlowerPot01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_FlowerPot01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_FlowerPot01.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_FlowerPot02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Wall_FlowerPot02", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Vegetation", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsVeg", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsVeg", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Common", + "ItemRarity": "Common", + "ForceRarity": 0, + "RankingPointsDuplicateLimit": 10, + "RankingPointsNegativeLimit": 20, + "PointModifier": 0.01, + "RankingPoints": 0.04, + "MaxPotentialPoints": 0.4, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_FlowerPot02_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_FlowerPot02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_FlowerPot02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_FlowerPot02.png", + "Weight": 1, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Veg", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 1, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Incense01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Wall_Incense01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsMediumDecor", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsMediumDecor", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Incense01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Incense01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Incense01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Incense01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_DecorOther", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Painting01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Wall_Painting01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Painting01_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Painting01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Painting01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Painting01.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Paintings", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Painting02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Wall_Painting02", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Painting02_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Painting02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Painting02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Painting02.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Paintings", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Painting03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Wall_Painting03", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Painting03_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Painting03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Painting03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Painting03.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Paintings", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_Wall_Painting04", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Wall_Painting04", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsPainting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsPainting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_Wall_Painting04_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_Wall_Painting04_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_Wall_Painting04.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_Wall_Painting04.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Paintings", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Decor_WineJug_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_WineJug_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Decorations", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsDishes", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsDishes", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 6, + "RankingPointsNegativeLimit": 12, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.54, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Decor_WineJug_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Decor_WineJug_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Decor_WineJug_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Decor_WineJug_A.png", + "Weight": 5, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Dishes", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 6, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Dresser01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Dresser01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Dresser01_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Dresser01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Dresser01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Dresser01_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Dresser01_A", + "RepairRecipe": "House_HousingItem_Dynasty_Dresser01_A", + "SalvageRecipe": "House_HousingItem_Dynasty_Dresser01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Dresser01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Dresser01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Dresser01_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Dresser01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Dresser01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Dresser01_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Dresser01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Dresser01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Dresser01_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Dresser01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Dresser01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Dresser01_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Dresser01_C", + "RepairRecipe": "House_HousingItem_Dynasty_Dresser01_C", + "SalvageRecipe": "House_HousingItem_Dynasty_Dresser01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Dresser01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Dresser01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsCabinetShort", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsCabinetShort", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.6, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Dresser01_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Dresser01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Dresser01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Dresser01_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Cabinets", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Dresser01_D", + "RepairRecipe": "House_HousingItem_Dynasty_Dresser01_D", + "SalvageRecipe": "House_HousingItem_Dynasty_Dresser01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Shelf01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Shelf01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Shelf01_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Shelf01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Shelf01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Shelf01_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Shelf01_A", + "RepairRecipe": "House_HousingItem_Dynasty_Shelf01_A", + "SalvageRecipe": "House_HousingItem_Dynasty_Shelf01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Shelf01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Shelf01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Shelf01_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Shelf01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Shelf01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Shelf01_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Shelf01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Shelf01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Shelf01_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Shelf01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Shelf01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Shelf01_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Shelf01_C", + "RepairRecipe": "House_HousingItem_Dynasty_Shelf01_C", + "SalvageRecipe": "House_HousingItem_Dynasty_Shelf01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Shelf01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Shelf01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.6, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Shelf01_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Shelf01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Shelf01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Shelf01_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Shelf01_D", + "RepairRecipe": "House_HousingItem_Dynasty_Shelf01_D", + "SalvageRecipe": "House_HousingItem_Dynasty_Shelf01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Shelf02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Shelf02_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.28, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Shelf02_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Shelf02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Shelf02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Shelf02_A.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Shelf02_A", + "RepairRecipe": "House_HousingItem_Dynasty_Shelf02_A", + "SalvageRecipe": "House_HousingItem_Dynasty_Shelf02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Shelf02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Shelf02_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Shelf02_B_MasterName", + "Description": "@House_HousingItem_Dynasty_Shelf02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Shelf02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Shelf02_B.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Shelf02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Shelf02_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.44, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Shelf02_C_MasterName", + "Description": "@House_HousingItem_Dynasty_Shelf02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Shelf02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Shelf02_C.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Shelf02_C", + "RepairRecipe": "House_HousingItem_Dynasty_Shelf02_C", + "SalvageRecipe": "House_HousingItem_Dynasty_Shelf02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Shelf02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Shelf02_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Shelves", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsShelfWall", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsShelfWall", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 4, + "RankingPointsNegativeLimit": 8, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.6, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Shelf02_D_MasterName", + "Description": "@House_HousingItem_Dynasty_Shelf02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Shelf02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Shelf02_D.png", + "Weight": 7, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Shelves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Shelf02_D", + "RepairRecipe": "House_HousingItem_Dynasty_Shelf02_D", + "SalvageRecipe": "House_HousingItem_Dynasty_Shelf02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 4, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Dynasty_Stove01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Stove01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStoveOven", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStoveOven", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Dynasty_Stove01_A_MasterName", + "Description": "@House_HousingItem_Dynasty_Stove01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Dynasty_Stove01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Dynasty_Stove01_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Stoves", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Dynasty_Stove01_A", + "RepairRecipe": "House_HousingItem_Dynasty_Stove01_A", + "SalvageRecipe": "House_HousingItem_Dynasty_Stove01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Dynasty_LightCeiling01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_LightCeiling01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Dynasty_LightCeiling01_A_MasterName", + "Description": "@House_HousingItem_Lighting_Dynasty_LightCeiling01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Dynasty_LightCeiling01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Dynasty_LightCeiling01_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Dynasty_LightCeiling01_A", + "RepairRecipe": "House_HousingItem_Lighting_Dynasty_LightCeiling01_A", + "SalvageRecipe": "House_HousingItem_Lighting_Dynasty_LightCeiling01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Dynasty_LightCeiling01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_LightCeiling01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.75, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Dynasty_LightCeiling01_B_MasterName", + "Description": "@House_HousingItem_Lighting_Dynasty_LightCeiling01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Dynasty_LightCeiling01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Dynasty_LightCeiling01_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Dynasty_LightCeiling01_B", + "RepairRecipe": "House_HousingItem_Lighting_Dynasty_LightCeiling01_B", + "SalvageRecipe": "House_HousingItem_Lighting_Dynasty_LightCeiling01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Dynasty_LightCeiling01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_LightCeiling01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Dynasty_LightCeiling01_C_MasterName", + "Description": "@House_HousingItem_Lighting_Dynasty_LightCeiling01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Dynasty_LightCeiling01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Dynasty_LightCeiling01_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Dynasty_LightCeiling01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_LightCeiling01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnCeiling", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnCeiling+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Dynasty_LightCeiling01_D_MasterName", + "Description": "@House_HousingItem_Lighting_Dynasty_LightCeiling01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Dynasty_LightCeiling01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Dynasty_LightCeiling01_D.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Dynasty_LightTable01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_LightTable01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Dynasty_LightTable01_A_MasterName", + "Description": "@House_HousingItem_Lighting_Dynasty_LightTable01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Dynasty_LightTable01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Dynasty_LightTable01_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Dynasty_LightTable01_A", + "RepairRecipe": "House_HousingItem_Lighting_Dynasty_LightTable01_A", + "SalvageRecipe": "House_HousingItem_Lighting_Dynasty_LightTable01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Dynasty_LightTable01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_LightTable01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Dynasty_LightTable01_B_MasterName", + "Description": "@House_HousingItem_Lighting_Dynasty_LightTable01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Dynasty_LightTable01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Dynasty_LightTable01_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Dynasty_LightTable01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_LightTable01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Dynasty_LightTable01_C_MasterName", + "Description": "@House_HousingItem_Lighting_Dynasty_LightTable01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Dynasty_LightTable01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Dynasty_LightTable01_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Dynasty_LightTable01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_LightTable01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnFurniture", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFurniture+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.75, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Dynasty_LightTable01_D_MasterName", + "Description": "@House_HousingItem_Lighting_Dynasty_LightTable01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Dynasty_LightTable01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Dynasty_LightTable01_D.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Dynasty_LightTable01_D", + "RepairRecipe": "House_HousingItem_Lighting_Dynasty_LightTable01_D", + "SalvageRecipe": "House_HousingItem_Lighting_Dynasty_LightTable01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Dynasty_LightWall01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_LightWall01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Dynasty_LightWall01_A_MasterName", + "Description": "@House_HousingItem_Lighting_Dynasty_LightWall01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Dynasty_LightWall01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Dynasty_LightWall01_A.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Dynasty_LightWall01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_LightWall01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.35, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Dynasty_LightWall01_B_MasterName", + "Description": "@House_HousingItem_Lighting_Dynasty_LightWall01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Dynasty_LightWall01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Dynasty_LightWall01_B.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Dynasty_LightWall01_B", + "RepairRecipe": "House_HousingItem_Lighting_Dynasty_LightWall01_B", + "SalvageRecipe": "House_HousingItem_Lighting_Dynasty_LightWall01_B", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Dynasty_LightWall01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_LightWall01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.75, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Dynasty_LightWall01_C_MasterName", + "Description": "@House_HousingItem_Lighting_Dynasty_LightWall01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Dynasty_LightWall01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Dynasty_LightWall01_C.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Lighting_Dynasty_LightWall01_C", + "RepairRecipe": "House_HousingItem_Lighting_Dynasty_LightWall01_C", + "SalvageRecipe": "House_HousingItem_Lighting_Dynasty_LightWall01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Lighting_Dynasty_LightWall01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_LightWall01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Lighting", + "HousingTag1 Placed": "OnWall", + "HousingTag2": "+IsLighting", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnWall+IsLighting", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 5, + "RankingPointsNegativeLimit": 10, + "PointModifier": 0, + "RankingPoints": 0.11, + "MaxPotentialPoints": 0.55, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Lighting_Dynasty_LightWall01_D_MasterName", + "Description": "@House_HousingItem_Lighting_Dynasty_LightWall01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Lighting_Dynasty_LightWall01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Lighting_Dynasty_LightWall01_D.png", + "Weight": 6, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Lighting", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 5, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug01", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Floor_Rug01", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.09, + "MaxPotentialPoints": 0.72, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug01_MasterName", + "Description": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug01_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug01.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug01", + "RepairRecipe": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug01", + "SalvageRecipe": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug01", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug02", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Floor_Rug02", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug02_MasterName", + "Description": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug02_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug02.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug02.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug03", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Floor_Rug03", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.96, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug03_MasterName", + "Description": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug03_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug03.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug03.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug04", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Floor_Rug04", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.14, + "MaxPotentialPoints": 1.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug04_MasterName", + "Description": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug04_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug04.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug04.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug04", + "RepairRecipe": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug04", + "SalvageRecipe": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug04", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug05", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Floor_Rug05", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Uncommon", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.07, + "MaxPotentialPoints": 0.56, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug05_MasterName", + "Description": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug05_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug05.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug05.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug06", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Floor_Rug06", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug06_MasterName", + "Description": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug06_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug06.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug06.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug06", + "RepairRecipe": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug06", + "SalvageRecipe": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug06", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug07", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Floor_Rug07", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.1, + "MaxPotentialPoints": 0.8, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug07_MasterName", + "Description": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug07_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug07.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug07.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug07", + "RepairRecipe": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug07", + "SalvageRecipe": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug07", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Rug_Dynasty_Decor_Floor_Rug08", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/Decor/House_Dynasty_Decor_Floor_Rug08", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsRug", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsRug", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 8, + "RankingPointsNegativeLimit": 16, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.96, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "HousingItemLieOnRug", + "Name": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug08_MasterName", + "Description": "@House_HousingItem_Rug_Dynasty_Decor_Floor_Rug08_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug08.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Rug_Dynasty_Decor_Floor_Rug08.png", + "Weight": 3, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Decorations", + "TradingGroup": "HousingTrdG_Rugs", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 8, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Storage_T3_Dynasty", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Amenities/HousingItem_Storage_ChestOrnate", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Misc", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsStorage", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsStorage", + "IsEntitlement": "0", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": 8000, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Storage_T3_Dynasty_MasterName", + "Description": "@House_HousingItem_Storage_T3_Dynasty_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Storage_T3_Dynasty.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Storage_T3_Dynasty.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Misc", + "TradingGroup": "HousingTrdG_Storage", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Storage_T3_Dynasty", + "RepairRecipe": "House_HousingItem_Storage_T3_Dynasty", + "SalvageRecipe": "House_HousingItem_Storage_T3_Dynasty", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_BedSideTable_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_BedSideTable_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_BedSideTable_A_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_BedSideTable_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_BedSideTable_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_BedSideTable_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Dynasty_BedSideTable_A", + "RepairRecipe": "House_HousingItem_Table_Dynasty_BedSideTable_A", + "SalvageRecipe": "House_HousingItem_Table_Dynasty_BedSideTable_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_BedSideTable_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_BedSideTable_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_BedSideTable_B_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_BedSideTable_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_BedSideTable_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_BedSideTable_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_BedSideTable_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_BedSideTable_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_BedSideTable_C_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_BedSideTable_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_BedSideTable_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_BedSideTable_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Dynasty_BedSideTable_C", + "RepairRecipe": "House_HousingItem_Table_Dynasty_BedSideTable_C", + "SalvageRecipe": "House_HousingItem_Table_Dynasty_BedSideTable_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_BedSideTable_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_BedSideTable_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_BedSideTable_D_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_BedSideTable_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_BedSideTable_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_BedSideTable_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Dynasty_BedSideTable_D", + "RepairRecipe": "House_HousingItem_Table_Dynasty_BedSideTable_D", + "SalvageRecipe": "House_HousingItem_Table_Dynasty_BedSideTable_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_Desk01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Desk01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_Desk01_A_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_Desk01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_Desk01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_Desk01_A.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Dynasty_Desk01_A", + "RepairRecipe": "House_HousingItem_Table_Dynasty_Desk01_A", + "SalvageRecipe": "House_HousingItem_Table_Dynasty_Desk01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_Desk01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Desk01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_Desk01_B_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_Desk01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_Desk01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_Desk01_B.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_Desk01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Desk01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.24, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_Desk01_C_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_Desk01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_Desk01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_Desk01_C.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Dynasty_Desk01_C", + "RepairRecipe": "House_HousingItem_Table_Dynasty_Desk01_C", + "SalvageRecipe": "House_HousingItem_Table_Dynasty_Desk01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_Desk01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Desk01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableOther", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableOther", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 2, + "RankingPointsNegativeLimit": 4, + "PointModifier": 0, + "RankingPoints": 0.15, + "MaxPotentialPoints": 0.3, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_Desk01_D_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_Desk01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_Desk01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_Desk01_D.png", + "Weight": 9, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Dynasty_Desk01_D", + "RepairRecipe": "House_HousingItem_Table_Dynasty_Desk01_D", + "SalvageRecipe": "House_HousingItem_Table_Dynasty_Desk01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 2, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_Table01_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Table01_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_Table01_A_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_Table01_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_Table01_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_Table01_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Dynasty_Table01_A", + "RepairRecipe": "House_HousingItem_Table_Dynasty_Table01_A", + "SalvageRecipe": "House_HousingItem_Table_Dynasty_Table01_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_Table01_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Table01_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_Table01_B_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_Table01_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_Table01_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_Table01_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_Table01_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Table01_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_Table01_C_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_Table01_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_Table01_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_Table01_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Dynasty_Table01_C", + "RepairRecipe": "House_HousingItem_Table_Dynasty_Table01_C", + "SalvageRecipe": "House_HousingItem_Table_Dynasty_Table01_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_Table01_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Table01_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_Table01_D_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_Table01_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_Table01_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_Table01_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Dynasty_Table01_D", + "RepairRecipe": "House_HousingItem_Table_Dynasty_Table01_D", + "SalvageRecipe": "House_HousingItem_Table_Dynasty_Table01_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_Table02_A", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Table02_A", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Uncommon Materials", + "ItemRarity": "Uncommon", + "ForceRarity": 1, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.08, + "MaxPotentialPoints": 0.08, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_Table02_A_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_Table02_A_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_Table02_A.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_Table02_A.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 2, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Dynasty_Table02_A", + "RepairRecipe": "House_HousingItem_Table_Dynasty_Table02_A", + "SalvageRecipe": "House_HousingItem_Table_Dynasty_Table02_A", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_Table02_B", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Table02_B", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Loot Drop - Rare", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_Table02_B_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_Table02_B_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_Table02_B.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_Table02_B.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": false, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "", + "RepairRecipe": "", + "SalvageRecipe": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_Table02_C", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Table02_C", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Rare Materials", + "ItemRarity": "Rare", + "ForceRarity": 2, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.12, + "MaxPotentialPoints": 0.12, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_Table02_C_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_Table02_C_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_Table02_C.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_Table02_C.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 3, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Dynasty_Table02_C", + "RepairRecipe": "House_HousingItem_Table_Dynasty_Table02_C", + "SalvageRecipe": "House_HousingItem_Table_Dynasty_Table02_C", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + }, + { + "HouseItemID": "House_HousingItem_Table_Dynasty_Table02_D", + "ExcludeFromGame": 0, + "PrefabPath": "Housing/Items/Themes/Dynasty/CoreFurniture/House_Dynasty_Table02_D", + "DEV-FurnitureSet": "Set-03-Dynasty", + "UIHousingCategory": "Tables", + "HousingTag1 Placed": "OnFloor", + "HousingTag2": "+IsTableDining", + "HousingTag3": "", + "HousingTag5 Buffs": "", + "HousingTags": "OnFloor+IsTableDining", + "IsEntitlement": "FALSE", + "HowToOptain (Primarily)": "Crafting - Epic Materials", + "ItemRarity": "Epic", + "ForceRarity": 3, + "RankingPointsDuplicateLimit": 1, + "RankingPointsNegativeLimit": 2, + "PointModifier": 0, + "RankingPoints": 0.16, + "MaxPotentialPoints": 0.16, + "HousingStatusEffect": "", + "StorageBonus": null, + "InteractionAnimationID": "", + "Name": "@House_HousingItem_Table_Dynasty_Table02_D_MasterName", + "Description": "@House_HousingItem_Table_Dynasty_Table02_D_Description", + "IconPath": "lyshineui/images/icons/items/HousingItem/House_HousingItem_Table_Dynasty_Table02_D.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/House_HousingItem_Table_Dynasty_Table02_D.png", + "Weight": 10, + "TradingCategory": "Furnishings", + "TradingFamily": "HousingTrdF_Furniture", + "TradingGroup": "HousingTrdG_Tables", + "IconCaptureGroup": "", + "ItemType": "HousingItem", + "UiItemClass": "UI_Furniture", + "Tier": 4, + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "BindOnPickup": false, + "CraftingRecipe": "House_HousingItem_Table_Dynasty_Table02_D", + "RepairRecipe": "House_HousingItem_Table_Dynasty_Table02_D", + "SalvageRecipe": "House_HousingItem_Table_Dynasty_Table02_D", + "SalvageGameEventID": "", + "RepairDustModifier": 0, + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": false, + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "Notes": "" + } +] diff --git a/NewWorldCompanion.Services/Data/MasterItemDefinitions_Loot.json b/NewWorldCompanion.Services/Data/MasterItemDefinitions_Loot.json new file mode 100644 index 0000000..5f85a1b --- /dev/null +++ b/NewWorldCompanion.Services/Data/MasterItemDefinitions_Loot.json @@ -0,0 +1,358912 @@ +[ + { + "ItemID": "OutpostRushRewardL60", + "Name": "@OutpostRushRewardL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]OutpostRushRewardChest", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL1", + "Name": "@InvasionRewardContainerRarity1LowL1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL2", + "Name": "@InvasionRewardContainerRarity1LowL2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL3", + "Name": "@InvasionRewardContainerRarity1LowL3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL4", + "Name": "@InvasionRewardContainerRarity1LowL4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL5", + "Name": "@InvasionRewardContainerRarity1LowL5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL6", + "Name": "@InvasionRewardContainerRarity1LowL6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL7", + "Name": "@InvasionRewardContainerRarity1LowL7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL8", + "Name": "@InvasionRewardContainerRarity1LowL8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL9", + "Name": "@InvasionRewardContainerRarity1LowL9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL10", + "Name": "@InvasionRewardContainerRarity1LowL10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL11", + "Name": "@InvasionRewardContainerRarity1LowL11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL12", + "Name": "@InvasionRewardContainerRarity1LowL12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL13", + "Name": "@InvasionRewardContainerRarity1LowL13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL14", + "Name": "@InvasionRewardContainerRarity1LowL14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL15", + "Name": "@InvasionRewardContainerRarity1LowL15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL16", + "Name": "@InvasionRewardContainerRarity1LowL16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL17", + "Name": "@InvasionRewardContainerRarity1LowL17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL18", + "Name": "@InvasionRewardContainerRarity1LowL18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL19", + "Name": "@InvasionRewardContainerRarity1LowL19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL20", + "Name": "@InvasionRewardContainerRarity1LowL20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL21", + "Name": "@InvasionRewardContainerRarity1LowL21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL22", + "Name": "@InvasionRewardContainerRarity1LowL22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL23", + "Name": "@InvasionRewardContainerRarity1LowL23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL24", + "Name": "@InvasionRewardContainerRarity1LowL24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL25", + "Name": "@InvasionRewardContainerRarity1LowL25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL26", + "Name": "@InvasionRewardContainerRarity1LowL26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL27", + "Name": "@InvasionRewardContainerRarity1LowL27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL28", + "Name": "@InvasionRewardContainerRarity1LowL28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL29", + "Name": "@InvasionRewardContainerRarity1LowL29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL30", + "Name": "@InvasionRewardContainerRarity1LowL30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL31", + "Name": "@InvasionRewardContainerRarity1LowL31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL32", + "Name": "@InvasionRewardContainerRarity1LowL32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL33", + "Name": "@InvasionRewardContainerRarity1LowL33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL34", + "Name": "@InvasionRewardContainerRarity1LowL34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL35", + "Name": "@InvasionRewardContainerRarity1LowL35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL36", + "Name": "@InvasionRewardContainerRarity1LowL36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL37", + "Name": "@InvasionRewardContainerRarity1LowL37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL38", + "Name": "@InvasionRewardContainerRarity1LowL38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL39", + "Name": "@InvasionRewardContainerRarity1LowL39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL40", + "Name": "@InvasionRewardContainerRarity1LowL40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL41", + "Name": "@InvasionRewardContainerRarity1LowL41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL42", + "Name": "@InvasionRewardContainerRarity1LowL42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL43", + "Name": "@InvasionRewardContainerRarity1LowL43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL44", + "Name": "@InvasionRewardContainerRarity1LowL44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL45", + "Name": "@InvasionRewardContainerRarity1LowL45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL46", + "Name": "@InvasionRewardContainerRarity1LowL46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL47", + "Name": "@InvasionRewardContainerRarity1LowL47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL48", + "Name": "@InvasionRewardContainerRarity1LowL48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL49", + "Name": "@InvasionRewardContainerRarity1LowL49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL50", + "Name": "@InvasionRewardContainerRarity1LowL50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL51", + "Name": "@InvasionRewardContainerRarity1LowL51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL52", + "Name": "@InvasionRewardContainerRarity1LowL52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL53", + "Name": "@InvasionRewardContainerRarity1LowL53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL54", + "Name": "@InvasionRewardContainerRarity1LowL54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL55", + "Name": "@InvasionRewardContainerRarity1LowL55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL56", + "Name": "@InvasionRewardContainerRarity1LowL56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL57", + "Name": "@InvasionRewardContainerRarity1LowL57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL58", + "Name": "@InvasionRewardContainerRarity1LowL58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL59", + "Name": "@InvasionRewardContainerRarity1LowL59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1LowL60", + "Name": "@InvasionRewardContainerRarity1LowL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL1", + "Name": "@InvasionRewardContainerRarity1HighL1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL2", + "Name": "@InvasionRewardContainerRarity1HighL2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL3", + "Name": "@InvasionRewardContainerRarity1HighL3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL4", + "Name": "@InvasionRewardContainerRarity1HighL4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL5", + "Name": "@InvasionRewardContainerRarity1HighL5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL6", + "Name": "@InvasionRewardContainerRarity1HighL6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL7", + "Name": "@InvasionRewardContainerRarity1HighL7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL8", + "Name": "@InvasionRewardContainerRarity1HighL8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL9", + "Name": "@InvasionRewardContainerRarity1HighL9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL10", + "Name": "@InvasionRewardContainerRarity1HighL10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL11", + "Name": "@InvasionRewardContainerRarity1HighL11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL12", + "Name": "@InvasionRewardContainerRarity1HighL12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL13", + "Name": "@InvasionRewardContainerRarity1HighL13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL14", + "Name": "@InvasionRewardContainerRarity1HighL14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL15", + "Name": "@InvasionRewardContainerRarity1HighL15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL16", + "Name": "@InvasionRewardContainerRarity1HighL16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL17", + "Name": "@InvasionRewardContainerRarity1HighL17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL18", + "Name": "@InvasionRewardContainerRarity1HighL18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL19", + "Name": "@InvasionRewardContainerRarity1HighL19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL20", + "Name": "@InvasionRewardContainerRarity1HighL20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL21", + "Name": "@InvasionRewardContainerRarity1HighL21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL22", + "Name": "@InvasionRewardContainerRarity1HighL22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL23", + "Name": "@InvasionRewardContainerRarity1HighL23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL24", + "Name": "@InvasionRewardContainerRarity1HighL24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL25", + "Name": "@InvasionRewardContainerRarity1HighL25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL26", + "Name": "@InvasionRewardContainerRarity1HighL26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL27", + "Name": "@InvasionRewardContainerRarity1HighL27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL28", + "Name": "@InvasionRewardContainerRarity1HighL28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL29", + "Name": "@InvasionRewardContainerRarity1HighL29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL30", + "Name": "@InvasionRewardContainerRarity1HighL30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL31", + "Name": "@InvasionRewardContainerRarity1HighL31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL32", + "Name": "@InvasionRewardContainerRarity1HighL32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL33", + "Name": "@InvasionRewardContainerRarity1HighL33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL34", + "Name": "@InvasionRewardContainerRarity1HighL34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL35", + "Name": "@InvasionRewardContainerRarity1HighL35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL36", + "Name": "@InvasionRewardContainerRarity1HighL36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL37", + "Name": "@InvasionRewardContainerRarity1HighL37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL38", + "Name": "@InvasionRewardContainerRarity1HighL38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL39", + "Name": "@InvasionRewardContainerRarity1HighL39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL40", + "Name": "@InvasionRewardContainerRarity1HighL40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL41", + "Name": "@InvasionRewardContainerRarity1HighL41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL42", + "Name": "@InvasionRewardContainerRarity1HighL42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL43", + "Name": "@InvasionRewardContainerRarity1HighL43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL44", + "Name": "@InvasionRewardContainerRarity1HighL44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL45", + "Name": "@InvasionRewardContainerRarity1HighL45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL46", + "Name": "@InvasionRewardContainerRarity1HighL46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL47", + "Name": "@InvasionRewardContainerRarity1HighL47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL48", + "Name": "@InvasionRewardContainerRarity1HighL48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL49", + "Name": "@InvasionRewardContainerRarity1HighL49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL50", + "Name": "@InvasionRewardContainerRarity1HighL50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL51", + "Name": "@InvasionRewardContainerRarity1HighL51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL52", + "Name": "@InvasionRewardContainerRarity1HighL52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL53", + "Name": "@InvasionRewardContainerRarity1HighL53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL54", + "Name": "@InvasionRewardContainerRarity1HighL54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL55", + "Name": "@InvasionRewardContainerRarity1HighL55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL56", + "Name": "@InvasionRewardContainerRarity1HighL56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL57", + "Name": "@InvasionRewardContainerRarity1HighL57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL58", + "Name": "@InvasionRewardContainerRarity1HighL58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL59", + "Name": "@InvasionRewardContainerRarity1HighL59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity1HighL60", + "Name": "@InvasionRewardContainerRarity1HighL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L1", + "Name": "@InvasionRewardContainerRarity2L1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L2", + "Name": "@InvasionRewardContainerRarity2L2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L3", + "Name": "@InvasionRewardContainerRarity2L3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L4", + "Name": "@InvasionRewardContainerRarity2L4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L5", + "Name": "@InvasionRewardContainerRarity2L5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L6", + "Name": "@InvasionRewardContainerRarity2L6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L7", + "Name": "@InvasionRewardContainerRarity2L7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L8", + "Name": "@InvasionRewardContainerRarity2L8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L9", + "Name": "@InvasionRewardContainerRarity2L9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L10", + "Name": "@InvasionRewardContainerRarity2L10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L11", + "Name": "@InvasionRewardContainerRarity2L11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L12", + "Name": "@InvasionRewardContainerRarity2L12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L13", + "Name": "@InvasionRewardContainerRarity2L13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L14", + "Name": "@InvasionRewardContainerRarity2L14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L15", + "Name": "@InvasionRewardContainerRarity2L15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L16", + "Name": "@InvasionRewardContainerRarity2L16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L17", + "Name": "@InvasionRewardContainerRarity2L17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L18", + "Name": "@InvasionRewardContainerRarity2L18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L19", + "Name": "@InvasionRewardContainerRarity2L19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L20", + "Name": "@InvasionRewardContainerRarity2L20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L21", + "Name": "@InvasionRewardContainerRarity2L21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L22", + "Name": "@InvasionRewardContainerRarity2L22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L23", + "Name": "@InvasionRewardContainerRarity2L23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L24", + "Name": "@InvasionRewardContainerRarity2L24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L25", + "Name": "@InvasionRewardContainerRarity2L25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L26", + "Name": "@InvasionRewardContainerRarity2L26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L27", + "Name": "@InvasionRewardContainerRarity2L27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L28", + "Name": "@InvasionRewardContainerRarity2L28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L29", + "Name": "@InvasionRewardContainerRarity2L29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L30", + "Name": "@InvasionRewardContainerRarity2L30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L31", + "Name": "@InvasionRewardContainerRarity2L31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L32", + "Name": "@InvasionRewardContainerRarity2L32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L33", + "Name": "@InvasionRewardContainerRarity2L33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L34", + "Name": "@InvasionRewardContainerRarity2L34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L35", + "Name": "@InvasionRewardContainerRarity2L35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L36", + "Name": "@InvasionRewardContainerRarity2L36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L37", + "Name": "@InvasionRewardContainerRarity2L37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L38", + "Name": "@InvasionRewardContainerRarity2L38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L39", + "Name": "@InvasionRewardContainerRarity2L39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L40", + "Name": "@InvasionRewardContainerRarity2L40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L41", + "Name": "@InvasionRewardContainerRarity2L41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L42", + "Name": "@InvasionRewardContainerRarity2L42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L43", + "Name": "@InvasionRewardContainerRarity2L43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L44", + "Name": "@InvasionRewardContainerRarity2L44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L45", + "Name": "@InvasionRewardContainerRarity2L45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L46", + "Name": "@InvasionRewardContainerRarity2L46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L47", + "Name": "@InvasionRewardContainerRarity2L47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L48", + "Name": "@InvasionRewardContainerRarity2L48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L49", + "Name": "@InvasionRewardContainerRarity2L49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L50", + "Name": "@InvasionRewardContainerRarity2L50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L51", + "Name": "@InvasionRewardContainerRarity2L51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L52", + "Name": "@InvasionRewardContainerRarity2L52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L53", + "Name": "@InvasionRewardContainerRarity2L53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L54", + "Name": "@InvasionRewardContainerRarity2L54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L55", + "Name": "@InvasionRewardContainerRarity2L55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L56", + "Name": "@InvasionRewardContainerRarity2L56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L57", + "Name": "@InvasionRewardContainerRarity2L57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L58", + "Name": "@InvasionRewardContainerRarity2L58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L59", + "Name": "@InvasionRewardContainerRarity2L59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity2L60", + "Name": "@InvasionRewardContainerRarity2L60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L1", + "Name": "@InvasionRewardContainerRarity3L1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L2", + "Name": "@InvasionRewardContainerRarity3L2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L3", + "Name": "@InvasionRewardContainerRarity3L3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L4", + "Name": "@InvasionRewardContainerRarity3L4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L5", + "Name": "@InvasionRewardContainerRarity3L5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L6", + "Name": "@InvasionRewardContainerRarity3L6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L7", + "Name": "@InvasionRewardContainerRarity3L7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L8", + "Name": "@InvasionRewardContainerRarity3L8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L9", + "Name": "@InvasionRewardContainerRarity3L9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L10", + "Name": "@InvasionRewardContainerRarity3L10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L11", + "Name": "@InvasionRewardContainerRarity3L11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L12", + "Name": "@InvasionRewardContainerRarity3L12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L13", + "Name": "@InvasionRewardContainerRarity3L13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L14", + "Name": "@InvasionRewardContainerRarity3L14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L15", + "Name": "@InvasionRewardContainerRarity3L15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L16", + "Name": "@InvasionRewardContainerRarity3L16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L17", + "Name": "@InvasionRewardContainerRarity3L17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L18", + "Name": "@InvasionRewardContainerRarity3L18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L19", + "Name": "@InvasionRewardContainerRarity3L19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L20", + "Name": "@InvasionRewardContainerRarity3L20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L21", + "Name": "@InvasionRewardContainerRarity3L21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L22", + "Name": "@InvasionRewardContainerRarity3L22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L23", + "Name": "@InvasionRewardContainerRarity3L23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L24", + "Name": "@InvasionRewardContainerRarity3L24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L25", + "Name": "@InvasionRewardContainerRarity3L25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L26", + "Name": "@InvasionRewardContainerRarity3L26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L27", + "Name": "@InvasionRewardContainerRarity3L27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L28", + "Name": "@InvasionRewardContainerRarity3L28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L29", + "Name": "@InvasionRewardContainerRarity3L29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L30", + "Name": "@InvasionRewardContainerRarity3L30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L31", + "Name": "@InvasionRewardContainerRarity3L31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L32", + "Name": "@InvasionRewardContainerRarity3L32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L33", + "Name": "@InvasionRewardContainerRarity3L33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L34", + "Name": "@InvasionRewardContainerRarity3L34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L35", + "Name": "@InvasionRewardContainerRarity3L35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L36", + "Name": "@InvasionRewardContainerRarity3L36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L37", + "Name": "@InvasionRewardContainerRarity3L37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L38", + "Name": "@InvasionRewardContainerRarity3L38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L39", + "Name": "@InvasionRewardContainerRarity3L39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L40", + "Name": "@InvasionRewardContainerRarity3L40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L41", + "Name": "@InvasionRewardContainerRarity3L41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L42", + "Name": "@InvasionRewardContainerRarity3L42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L43", + "Name": "@InvasionRewardContainerRarity3L43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L44", + "Name": "@InvasionRewardContainerRarity3L44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L45", + "Name": "@InvasionRewardContainerRarity3L45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L46", + "Name": "@InvasionRewardContainerRarity3L46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L47", + "Name": "@InvasionRewardContainerRarity3L47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L48", + "Name": "@InvasionRewardContainerRarity3L48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L49", + "Name": "@InvasionRewardContainerRarity3L49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L50", + "Name": "@InvasionRewardContainerRarity3L50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L51", + "Name": "@InvasionRewardContainerRarity3L51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L52", + "Name": "@InvasionRewardContainerRarity3L52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L53", + "Name": "@InvasionRewardContainerRarity3L53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L54", + "Name": "@InvasionRewardContainerRarity3L54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L55", + "Name": "@InvasionRewardContainerRarity3L55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L56", + "Name": "@InvasionRewardContainerRarity3L56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L57", + "Name": "@InvasionRewardContainerRarity3L57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L58", + "Name": "@InvasionRewardContainerRarity3L58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L59", + "Name": "@InvasionRewardContainerRarity3L59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainerRarity3L60", + "Name": "@InvasionRewardContainerRarity3L60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]Invasion4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL1", + "Name": "@WarRewardContainerL1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL2", + "Name": "@WarRewardContainerL2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL3", + "Name": "@WarRewardContainerL3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL4", + "Name": "@WarRewardContainerL4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL5", + "Name": "@WarRewardContainerL5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL6", + "Name": "@WarRewardContainerL6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL7", + "Name": "@WarRewardContainerL7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL8", + "Name": "@WarRewardContainerL8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL9", + "Name": "@WarRewardContainerL9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL10", + "Name": "@WarRewardContainerL10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL11", + "Name": "@WarRewardContainerL11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL12", + "Name": "@WarRewardContainerL12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL13", + "Name": "@WarRewardContainerL13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL14", + "Name": "@WarRewardContainerL14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL15", + "Name": "@WarRewardContainerL15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL16", + "Name": "@WarRewardContainerL16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL17", + "Name": "@WarRewardContainerL17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL18", + "Name": "@WarRewardContainerL18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL19", + "Name": "@WarRewardContainerL19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL20", + "Name": "@WarRewardContainerL20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL21", + "Name": "@WarRewardContainerL21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL22", + "Name": "@WarRewardContainerL22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL23", + "Name": "@WarRewardContainerL23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL24", + "Name": "@WarRewardContainerL24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL25", + "Name": "@WarRewardContainerL25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL26", + "Name": "@WarRewardContainerL26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL27", + "Name": "@WarRewardContainerL27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL28", + "Name": "@WarRewardContainerL28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL29", + "Name": "@WarRewardContainerL29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL30", + "Name": "@WarRewardContainerL30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL31", + "Name": "@WarRewardContainerL31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL32", + "Name": "@WarRewardContainerL32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL33", + "Name": "@WarRewardContainerL33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL34", + "Name": "@WarRewardContainerL34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL35", + "Name": "@WarRewardContainerL35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL36", + "Name": "@WarRewardContainerL36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL37", + "Name": "@WarRewardContainerL37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL38", + "Name": "@WarRewardContainerL38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL39", + "Name": "@WarRewardContainerL39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL40", + "Name": "@WarRewardContainerL40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL41", + "Name": "@WarRewardContainerL41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL42", + "Name": "@WarRewardContainerL42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL43", + "Name": "@WarRewardContainerL43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL44", + "Name": "@WarRewardContainerL44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL45", + "Name": "@WarRewardContainerL45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL46", + "Name": "@WarRewardContainerL46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL47", + "Name": "@WarRewardContainerL47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL48", + "Name": "@WarRewardContainerL48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL49", + "Name": "@WarRewardContainerL49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL50", + "Name": "@WarRewardContainerL50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL51", + "Name": "@WarRewardContainerL51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL52", + "Name": "@WarRewardContainerL52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL53", + "Name": "@WarRewardContainerL53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL54", + "Name": "@WarRewardContainerL54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL55", + "Name": "@WarRewardContainerL55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL56", + "Name": "@WarRewardContainerL56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL57", + "Name": "@WarRewardContainerL57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL58", + "Name": "@WarRewardContainerL58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL59", + "Name": "@WarRewardContainerL59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainerL60", + "Name": "@WarRewardContainerL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]War", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L1", + "Name": "@DarknessRewardContainerMinor1L1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L2", + "Name": "@DarknessRewardContainerMinor1L2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L3", + "Name": "@DarknessRewardContainerMinor1L3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L4", + "Name": "@DarknessRewardContainerMinor1L4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L5", + "Name": "@DarknessRewardContainerMinor1L5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L6", + "Name": "@DarknessRewardContainerMinor1L6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L7", + "Name": "@DarknessRewardContainerMinor1L7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L8", + "Name": "@DarknessRewardContainerMinor1L8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L9", + "Name": "@DarknessRewardContainerMinor1L9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L10", + "Name": "@DarknessRewardContainerMinor1L10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L11", + "Name": "@DarknessRewardContainerMinor1L11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L12", + "Name": "@DarknessRewardContainerMinor1L12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L13", + "Name": "@DarknessRewardContainerMinor1L13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L14", + "Name": "@DarknessRewardContainerMinor1L14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L15", + "Name": "@DarknessRewardContainerMinor1L15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L16", + "Name": "@DarknessRewardContainerMinor1L16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L17", + "Name": "@DarknessRewardContainerMinor1L17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L18", + "Name": "@DarknessRewardContainerMinor1L18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L19", + "Name": "@DarknessRewardContainerMinor1L19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L20", + "Name": "@DarknessRewardContainerMinor1L20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L21", + "Name": "@DarknessRewardContainerMinor1L21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L22", + "Name": "@DarknessRewardContainerMinor1L22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L23", + "Name": "@DarknessRewardContainerMinor1L23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L24", + "Name": "@DarknessRewardContainerMinor1L24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L25", + "Name": "@DarknessRewardContainerMinor1L25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L26", + "Name": "@DarknessRewardContainerMinor1L26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L27", + "Name": "@DarknessRewardContainerMinor1L27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L28", + "Name": "@DarknessRewardContainerMinor1L28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L29", + "Name": "@DarknessRewardContainerMinor1L29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L30", + "Name": "@DarknessRewardContainerMinor1L30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L31", + "Name": "@DarknessRewardContainerMinor1L31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L32", + "Name": "@DarknessRewardContainerMinor1L32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L33", + "Name": "@DarknessRewardContainerMinor1L33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L34", + "Name": "@DarknessRewardContainerMinor1L34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L35", + "Name": "@DarknessRewardContainerMinor1L35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L36", + "Name": "@DarknessRewardContainerMinor1L36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L37", + "Name": "@DarknessRewardContainerMinor1L37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L38", + "Name": "@DarknessRewardContainerMinor1L38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L39", + "Name": "@DarknessRewardContainerMinor1L39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L40", + "Name": "@DarknessRewardContainerMinor1L40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L41", + "Name": "@DarknessRewardContainerMinor1L41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L42", + "Name": "@DarknessRewardContainerMinor1L42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L43", + "Name": "@DarknessRewardContainerMinor1L43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L44", + "Name": "@DarknessRewardContainerMinor1L44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L45", + "Name": "@DarknessRewardContainerMinor1L45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L46", + "Name": "@DarknessRewardContainerMinor1L46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L47", + "Name": "@DarknessRewardContainerMinor1L47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L48", + "Name": "@DarknessRewardContainerMinor1L48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L49", + "Name": "@DarknessRewardContainerMinor1L49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L50", + "Name": "@DarknessRewardContainerMinor1L50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L51", + "Name": "@DarknessRewardContainerMinor1L51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L52", + "Name": "@DarknessRewardContainerMinor1L52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L53", + "Name": "@DarknessRewardContainerMinor1L53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L54", + "Name": "@DarknessRewardContainerMinor1L54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L55", + "Name": "@DarknessRewardContainerMinor1L55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L56", + "Name": "@DarknessRewardContainerMinor1L56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L57", + "Name": "@DarknessRewardContainerMinor1L57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L58", + "Name": "@DarknessRewardContainerMinor1L58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L59", + "Name": "@DarknessRewardContainerMinor1L59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor1L60", + "Name": "@DarknessRewardContainerMinor1L60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L1", + "Name": "@DarknessRewardContainerMinor2L1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L2", + "Name": "@DarknessRewardContainerMinor2L2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L3", + "Name": "@DarknessRewardContainerMinor2L3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L4", + "Name": "@DarknessRewardContainerMinor2L4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L5", + "Name": "@DarknessRewardContainerMinor2L5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L6", + "Name": "@DarknessRewardContainerMinor2L6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L7", + "Name": "@DarknessRewardContainerMinor2L7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L8", + "Name": "@DarknessRewardContainerMinor2L8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L9", + "Name": "@DarknessRewardContainerMinor2L9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L10", + "Name": "@DarknessRewardContainerMinor2L10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L11", + "Name": "@DarknessRewardContainerMinor2L11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L12", + "Name": "@DarknessRewardContainerMinor2L12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L13", + "Name": "@DarknessRewardContainerMinor2L13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L14", + "Name": "@DarknessRewardContainerMinor2L14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L15", + "Name": "@DarknessRewardContainerMinor2L15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L16", + "Name": "@DarknessRewardContainerMinor2L16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L17", + "Name": "@DarknessRewardContainerMinor2L17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L18", + "Name": "@DarknessRewardContainerMinor2L18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L19", + "Name": "@DarknessRewardContainerMinor2L19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L20", + "Name": "@DarknessRewardContainerMinor2L20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L21", + "Name": "@DarknessRewardContainerMinor2L21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L22", + "Name": "@DarknessRewardContainerMinor2L22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L23", + "Name": "@DarknessRewardContainerMinor2L23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L24", + "Name": "@DarknessRewardContainerMinor2L24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L25", + "Name": "@DarknessRewardContainerMinor2L25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L26", + "Name": "@DarknessRewardContainerMinor2L26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L27", + "Name": "@DarknessRewardContainerMinor2L27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L28", + "Name": "@DarknessRewardContainerMinor2L28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L29", + "Name": "@DarknessRewardContainerMinor2L29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L30", + "Name": "@DarknessRewardContainerMinor2L30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L31", + "Name": "@DarknessRewardContainerMinor2L31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L32", + "Name": "@DarknessRewardContainerMinor2L32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L33", + "Name": "@DarknessRewardContainerMinor2L33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L34", + "Name": "@DarknessRewardContainerMinor2L34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L35", + "Name": "@DarknessRewardContainerMinor2L35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L36", + "Name": "@DarknessRewardContainerMinor2L36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L37", + "Name": "@DarknessRewardContainerMinor2L37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L38", + "Name": "@DarknessRewardContainerMinor2L38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L39", + "Name": "@DarknessRewardContainerMinor2L39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L40", + "Name": "@DarknessRewardContainerMinor2L40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L41", + "Name": "@DarknessRewardContainerMinor2L41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L42", + "Name": "@DarknessRewardContainerMinor2L42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L43", + "Name": "@DarknessRewardContainerMinor2L43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L44", + "Name": "@DarknessRewardContainerMinor2L44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L45", + "Name": "@DarknessRewardContainerMinor2L45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L46", + "Name": "@DarknessRewardContainerMinor2L46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L47", + "Name": "@DarknessRewardContainerMinor2L47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L48", + "Name": "@DarknessRewardContainerMinor2L48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L49", + "Name": "@DarknessRewardContainerMinor2L49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L50", + "Name": "@DarknessRewardContainerMinor2L50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L51", + "Name": "@DarknessRewardContainerMinor2L51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L52", + "Name": "@DarknessRewardContainerMinor2L52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L53", + "Name": "@DarknessRewardContainerMinor2L53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L54", + "Name": "@DarknessRewardContainerMinor2L54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L55", + "Name": "@DarknessRewardContainerMinor2L55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L56", + "Name": "@DarknessRewardContainerMinor2L56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L57", + "Name": "@DarknessRewardContainerMinor2L57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L58", + "Name": "@DarknessRewardContainerMinor2L58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L59", + "Name": "@DarknessRewardContainerMinor2L59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2L60", + "Name": "@DarknessRewardContainerMinor2L60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinor2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L1", + "Name": "@DarknessRewardContainerMajor1L1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L2", + "Name": "@DarknessRewardContainerMajor1L2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L3", + "Name": "@DarknessRewardContainerMajor1L3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L4", + "Name": "@DarknessRewardContainerMajor1L4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L5", + "Name": "@DarknessRewardContainerMajor1L5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L6", + "Name": "@DarknessRewardContainerMajor1L6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L7", + "Name": "@DarknessRewardContainerMajor1L7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L8", + "Name": "@DarknessRewardContainerMajor1L8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L9", + "Name": "@DarknessRewardContainerMajor1L9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L10", + "Name": "@DarknessRewardContainerMajor1L10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L11", + "Name": "@DarknessRewardContainerMajor1L11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L12", + "Name": "@DarknessRewardContainerMajor1L12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L13", + "Name": "@DarknessRewardContainerMajor1L13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L14", + "Name": "@DarknessRewardContainerMajor1L14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L15", + "Name": "@DarknessRewardContainerMajor1L15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L16", + "Name": "@DarknessRewardContainerMajor1L16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L17", + "Name": "@DarknessRewardContainerMajor1L17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L18", + "Name": "@DarknessRewardContainerMajor1L18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L19", + "Name": "@DarknessRewardContainerMajor1L19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L20", + "Name": "@DarknessRewardContainerMajor1L20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L21", + "Name": "@DarknessRewardContainerMajor1L21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L22", + "Name": "@DarknessRewardContainerMajor1L22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L23", + "Name": "@DarknessRewardContainerMajor1L23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L24", + "Name": "@DarknessRewardContainerMajor1L24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L25", + "Name": "@DarknessRewardContainerMajor1L25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L26", + "Name": "@DarknessRewardContainerMajor1L26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L27", + "Name": "@DarknessRewardContainerMajor1L27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L28", + "Name": "@DarknessRewardContainerMajor1L28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L29", + "Name": "@DarknessRewardContainerMajor1L29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L30", + "Name": "@DarknessRewardContainerMajor1L30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L31", + "Name": "@DarknessRewardContainerMajor1L31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L32", + "Name": "@DarknessRewardContainerMajor1L32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L33", + "Name": "@DarknessRewardContainerMajor1L33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L34", + "Name": "@DarknessRewardContainerMajor1L34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L35", + "Name": "@DarknessRewardContainerMajor1L35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L36", + "Name": "@DarknessRewardContainerMajor1L36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L37", + "Name": "@DarknessRewardContainerMajor1L37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L38", + "Name": "@DarknessRewardContainerMajor1L38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L39", + "Name": "@DarknessRewardContainerMajor1L39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L40", + "Name": "@DarknessRewardContainerMajor1L40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L41", + "Name": "@DarknessRewardContainerMajor1L41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L42", + "Name": "@DarknessRewardContainerMajor1L42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L43", + "Name": "@DarknessRewardContainerMajor1L43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L44", + "Name": "@DarknessRewardContainerMajor1L44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L45", + "Name": "@DarknessRewardContainerMajor1L45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L46", + "Name": "@DarknessRewardContainerMajor1L46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L47", + "Name": "@DarknessRewardContainerMajor1L47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L48", + "Name": "@DarknessRewardContainerMajor1L48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L49", + "Name": "@DarknessRewardContainerMajor1L49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L50", + "Name": "@DarknessRewardContainerMajor1L50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L51", + "Name": "@DarknessRewardContainerMajor1L51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L52", + "Name": "@DarknessRewardContainerMajor1L52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L53", + "Name": "@DarknessRewardContainerMajor1L53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L54", + "Name": "@DarknessRewardContainerMajor1L54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L55", + "Name": "@DarknessRewardContainerMajor1L55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L56", + "Name": "@DarknessRewardContainerMajor1L56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L57", + "Name": "@DarknessRewardContainerMajor1L57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L58", + "Name": "@DarknessRewardContainerMajor1L58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L59", + "Name": "@DarknessRewardContainerMajor1L59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor1L60", + "Name": "@DarknessRewardContainerMajor1L60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor1Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L1", + "Name": "@DarknessRewardContainerMajor2L1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L2", + "Name": "@DarknessRewardContainerMajor2L2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L3", + "Name": "@DarknessRewardContainerMajor2L3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L4", + "Name": "@DarknessRewardContainerMajor2L4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L5", + "Name": "@DarknessRewardContainerMajor2L5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L6", + "Name": "@DarknessRewardContainerMajor2L6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L7", + "Name": "@DarknessRewardContainerMajor2L7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L8", + "Name": "@DarknessRewardContainerMajor2L8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L9", + "Name": "@DarknessRewardContainerMajor2L9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L10", + "Name": "@DarknessRewardContainerMajor2L10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L11", + "Name": "@DarknessRewardContainerMajor2L11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L12", + "Name": "@DarknessRewardContainerMajor2L12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L13", + "Name": "@DarknessRewardContainerMajor2L13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L14", + "Name": "@DarknessRewardContainerMajor2L14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L15", + "Name": "@DarknessRewardContainerMajor2L15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L16", + "Name": "@DarknessRewardContainerMajor2L16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L17", + "Name": "@DarknessRewardContainerMajor2L17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L18", + "Name": "@DarknessRewardContainerMajor2L18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L19", + "Name": "@DarknessRewardContainerMajor2L19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L20", + "Name": "@DarknessRewardContainerMajor2L20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L21", + "Name": "@DarknessRewardContainerMajor2L21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L22", + "Name": "@DarknessRewardContainerMajor2L22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L23", + "Name": "@DarknessRewardContainerMajor2L23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L24", + "Name": "@DarknessRewardContainerMajor2L24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L25", + "Name": "@DarknessRewardContainerMajor2L25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L26", + "Name": "@DarknessRewardContainerMajor2L26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L27", + "Name": "@DarknessRewardContainerMajor2L27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L28", + "Name": "@DarknessRewardContainerMajor2L28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L29", + "Name": "@DarknessRewardContainerMajor2L29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L30", + "Name": "@DarknessRewardContainerMajor2L30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L31", + "Name": "@DarknessRewardContainerMajor2L31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L32", + "Name": "@DarknessRewardContainerMajor2L32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L33", + "Name": "@DarknessRewardContainerMajor2L33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L34", + "Name": "@DarknessRewardContainerMajor2L34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L35", + "Name": "@DarknessRewardContainerMajor2L35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L36", + "Name": "@DarknessRewardContainerMajor2L36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L37", + "Name": "@DarknessRewardContainerMajor2L37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L38", + "Name": "@DarknessRewardContainerMajor2L38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L39", + "Name": "@DarknessRewardContainerMajor2L39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L40", + "Name": "@DarknessRewardContainerMajor2L40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L41", + "Name": "@DarknessRewardContainerMajor2L41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L42", + "Name": "@DarknessRewardContainerMajor2L42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L43", + "Name": "@DarknessRewardContainerMajor2L43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L44", + "Name": "@DarknessRewardContainerMajor2L44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L45", + "Name": "@DarknessRewardContainerMajor2L45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L46", + "Name": "@DarknessRewardContainerMajor2L46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L47", + "Name": "@DarknessRewardContainerMajor2L47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L48", + "Name": "@DarknessRewardContainerMajor2L48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L49", + "Name": "@DarknessRewardContainerMajor2L49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L50", + "Name": "@DarknessRewardContainerMajor2L50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L51", + "Name": "@DarknessRewardContainerMajor2L51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L52", + "Name": "@DarknessRewardContainerMajor2L52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L53", + "Name": "@DarknessRewardContainerMajor2L53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L54", + "Name": "@DarknessRewardContainerMajor2L54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L55", + "Name": "@DarknessRewardContainerMajor2L55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L56", + "Name": "@DarknessRewardContainerMajor2L56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L57", + "Name": "@DarknessRewardContainerMajor2L57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L58", + "Name": "@DarknessRewardContainerMajor2L58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L59", + "Name": "@DarknessRewardContainerMajor2L59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L60", + "Name": "@DarknessRewardContainerMajor2L60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2L60Special", + "Name": "@DarknessRewardContainerMajor2L60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajor2Roll65", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL1", + "Name": "@RewardContainerAngryEarthL1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL2", + "Name": "@RewardContainerAngryEarthL2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL3", + "Name": "@RewardContainerAngryEarthL3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL4", + "Name": "@RewardContainerAngryEarthL4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL5", + "Name": "@RewardContainerAngryEarthL5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL6", + "Name": "@RewardContainerAngryEarthL6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL7", + "Name": "@RewardContainerAngryEarthL7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL8", + "Name": "@RewardContainerAngryEarthL8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL9", + "Name": "@RewardContainerAngryEarthL9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL10", + "Name": "@RewardContainerAngryEarthL10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL11", + "Name": "@RewardContainerAngryEarthL11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL12", + "Name": "@RewardContainerAngryEarthL12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL13", + "Name": "@RewardContainerAngryEarthL13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL14", + "Name": "@RewardContainerAngryEarthL14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL15", + "Name": "@RewardContainerAngryEarthL15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL16", + "Name": "@RewardContainerAngryEarthL16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL17", + "Name": "@RewardContainerAngryEarthL17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL18", + "Name": "@RewardContainerAngryEarthL18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL19", + "Name": "@RewardContainerAngryEarthL19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL20", + "Name": "@RewardContainerAngryEarthL20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL21", + "Name": "@RewardContainerAngryEarthL21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL22", + "Name": "@RewardContainerAngryEarthL22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL23", + "Name": "@RewardContainerAngryEarthL23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL24", + "Name": "@RewardContainerAngryEarthL24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL25", + "Name": "@RewardContainerAngryEarthL25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL26", + "Name": "@RewardContainerAngryEarthL26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL27", + "Name": "@RewardContainerAngryEarthL27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL28", + "Name": "@RewardContainerAngryEarthL28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL29", + "Name": "@RewardContainerAngryEarthL29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL30", + "Name": "@RewardContainerAngryEarthL30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL31", + "Name": "@RewardContainerAngryEarthL31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL32", + "Name": "@RewardContainerAngryEarthL32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL33", + "Name": "@RewardContainerAngryEarthL33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL34", + "Name": "@RewardContainerAngryEarthL34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL35", + "Name": "@RewardContainerAngryEarthL35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL36", + "Name": "@RewardContainerAngryEarthL36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL37", + "Name": "@RewardContainerAngryEarthL37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL38", + "Name": "@RewardContainerAngryEarthL38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL39", + "Name": "@RewardContainerAngryEarthL39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL40", + "Name": "@RewardContainerAngryEarthL40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL41", + "Name": "@RewardContainerAngryEarthL41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL42", + "Name": "@RewardContainerAngryEarthL42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL43", + "Name": "@RewardContainerAngryEarthL43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL44", + "Name": "@RewardContainerAngryEarthL44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL45", + "Name": "@RewardContainerAngryEarthL45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL46", + "Name": "@RewardContainerAngryEarthL46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL47", + "Name": "@RewardContainerAngryEarthL47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL48", + "Name": "@RewardContainerAngryEarthL48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL49", + "Name": "@RewardContainerAngryEarthL49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL50", + "Name": "@RewardContainerAngryEarthL50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL51", + "Name": "@RewardContainerAngryEarthL51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL52", + "Name": "@RewardContainerAngryEarthL52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL53", + "Name": "@RewardContainerAngryEarthL53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL54", + "Name": "@RewardContainerAngryEarthL54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL55", + "Name": "@RewardContainerAngryEarthL55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL56", + "Name": "@RewardContainerAngryEarthL56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL57", + "Name": "@RewardContainerAngryEarthL57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL58", + "Name": "@RewardContainerAngryEarthL58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL59", + "Name": "@RewardContainerAngryEarthL59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAngryEarthL60", + "Name": "@RewardContainerAngryEarthL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAngryEarthRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSprigganArena", + "Name": "@RewardContainerAngryEarthL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSprigganRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL1", + "Name": "@RewardContainerSwampBeastL1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL2", + "Name": "@RewardContainerSwampBeastL2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL3", + "Name": "@RewardContainerSwampBeastL3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL4", + "Name": "@RewardContainerSwampBeastL4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL5", + "Name": "@RewardContainerSwampBeastL5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL6", + "Name": "@RewardContainerSwampBeastL6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL7", + "Name": "@RewardContainerSwampBeastL7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL8", + "Name": "@RewardContainerSwampBeastL8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL9", + "Name": "@RewardContainerSwampBeastL9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL10", + "Name": "@RewardContainerSwampBeastL10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL11", + "Name": "@RewardContainerSwampBeastL11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL12", + "Name": "@RewardContainerSwampBeastL12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL13", + "Name": "@RewardContainerSwampBeastL13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL14", + "Name": "@RewardContainerSwampBeastL14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL15", + "Name": "@RewardContainerSwampBeastL15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL16", + "Name": "@RewardContainerSwampBeastL16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL17", + "Name": "@RewardContainerSwampBeastL17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL18", + "Name": "@RewardContainerSwampBeastL18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL19", + "Name": "@RewardContainerSwampBeastL19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL20", + "Name": "@RewardContainerSwampBeastL20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL21", + "Name": "@RewardContainerSwampBeastL21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL22", + "Name": "@RewardContainerSwampBeastL22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL23", + "Name": "@RewardContainerSwampBeastL23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL24", + "Name": "@RewardContainerSwampBeastL24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL25", + "Name": "@RewardContainerSwampBeastL25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL26", + "Name": "@RewardContainerSwampBeastL26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL27", + "Name": "@RewardContainerSwampBeastL27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL28", + "Name": "@RewardContainerSwampBeastL28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL29", + "Name": "@RewardContainerSwampBeastL29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL30", + "Name": "@RewardContainerSwampBeastL30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL31", + "Name": "@RewardContainerSwampBeastL31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL32", + "Name": "@RewardContainerSwampBeastL32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL33", + "Name": "@RewardContainerSwampBeastL33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL34", + "Name": "@RewardContainerSwampBeastL34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL35", + "Name": "@RewardContainerSwampBeastL35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL36", + "Name": "@RewardContainerSwampBeastL36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL37", + "Name": "@RewardContainerSwampBeastL37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL38", + "Name": "@RewardContainerSwampBeastL38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL39", + "Name": "@RewardContainerSwampBeastL39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL40", + "Name": "@RewardContainerSwampBeastL40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL41", + "Name": "@RewardContainerSwampBeastL41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL42", + "Name": "@RewardContainerSwampBeastL42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL43", + "Name": "@RewardContainerSwampBeastL43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL44", + "Name": "@RewardContainerSwampBeastL44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL45", + "Name": "@RewardContainerSwampBeastL45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL46", + "Name": "@RewardContainerSwampBeastL46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL47", + "Name": "@RewardContainerSwampBeastL47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL48", + "Name": "@RewardContainerSwampBeastL48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL49", + "Name": "@RewardContainerSwampBeastL49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL50", + "Name": "@RewardContainerSwampBeastL50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL51", + "Name": "@RewardContainerSwampBeastL51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL52", + "Name": "@RewardContainerSwampBeastL52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL53", + "Name": "@RewardContainerSwampBeastL53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL54", + "Name": "@RewardContainerSwampBeastL54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL55", + "Name": "@RewardContainerSwampBeastL55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL56", + "Name": "@RewardContainerSwampBeastL56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL57", + "Name": "@RewardContainerSwampBeastL57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL58", + "Name": "@RewardContainerSwampBeastL58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL59", + "Name": "@RewardContainerSwampBeastL59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastL60", + "Name": "@RewardContainerSwampBeastL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSwampBeastArena", + "Name": "@RewardContainerSwampBeastL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSwampBeastArenaRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL1", + "Name": "@RewardContainerLostL1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL2", + "Name": "@RewardContainerLostL2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL3", + "Name": "@RewardContainerLostL3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL4", + "Name": "@RewardContainerLostL4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL5", + "Name": "@RewardContainerLostL5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL6", + "Name": "@RewardContainerLostL6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL7", + "Name": "@RewardContainerLostL7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL8", + "Name": "@RewardContainerLostL8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL9", + "Name": "@RewardContainerLostL9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL10", + "Name": "@RewardContainerLostL10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL11", + "Name": "@RewardContainerLostL11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL12", + "Name": "@RewardContainerLostL12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL13", + "Name": "@RewardContainerLostL13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL14", + "Name": "@RewardContainerLostL14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL15", + "Name": "@RewardContainerLostL15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL16", + "Name": "@RewardContainerLostL16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL17", + "Name": "@RewardContainerLostL17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL18", + "Name": "@RewardContainerLostL18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL19", + "Name": "@RewardContainerLostL19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL20", + "Name": "@RewardContainerLostL20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL21", + "Name": "@RewardContainerLostL21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL22", + "Name": "@RewardContainerLostL22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL23", + "Name": "@RewardContainerLostL23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL24", + "Name": "@RewardContainerLostL24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL25", + "Name": "@RewardContainerLostL25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL26", + "Name": "@RewardContainerLostL26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL27", + "Name": "@RewardContainerLostL27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL28", + "Name": "@RewardContainerLostL28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL29", + "Name": "@RewardContainerLostL29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL30", + "Name": "@RewardContainerLostL30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL31", + "Name": "@RewardContainerLostL31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL32", + "Name": "@RewardContainerLostL32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL33", + "Name": "@RewardContainerLostL33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL34", + "Name": "@RewardContainerLostL34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL35", + "Name": "@RewardContainerLostL35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL36", + "Name": "@RewardContainerLostL36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL37", + "Name": "@RewardContainerLostL37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL38", + "Name": "@RewardContainerLostL38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL39", + "Name": "@RewardContainerLostL39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL40", + "Name": "@RewardContainerLostL40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL41", + "Name": "@RewardContainerLostL41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL42", + "Name": "@RewardContainerLostL42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL43", + "Name": "@RewardContainerLostL43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL44", + "Name": "@RewardContainerLostL44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL45", + "Name": "@RewardContainerLostL45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL46", + "Name": "@RewardContainerLostL46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL47", + "Name": "@RewardContainerLostL47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL48", + "Name": "@RewardContainerLostL48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL49", + "Name": "@RewardContainerLostL49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL50", + "Name": "@RewardContainerLostL50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL51", + "Name": "@RewardContainerLostL51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL52", + "Name": "@RewardContainerLostL52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL53", + "Name": "@RewardContainerLostL53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL54", + "Name": "@RewardContainerLostL54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL55", + "Name": "@RewardContainerLostL55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL56", + "Name": "@RewardContainerLostL56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL57", + "Name": "@RewardContainerLostL57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL58", + "Name": "@RewardContainerLostL58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL59", + "Name": "@RewardContainerLostL59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerLostL60", + "Name": "@RewardContainerLostL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardLostRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerSirenArena", + "Name": "@RewardContainerLostL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardSirenQueenRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL1", + "Name": "@RewardContainerCorruptedL1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL2", + "Name": "@RewardContainerCorruptedL2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL3", + "Name": "@RewardContainerCorruptedL3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL4", + "Name": "@RewardContainerCorruptedL4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL5", + "Name": "@RewardContainerCorruptedL5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL6", + "Name": "@RewardContainerCorruptedL6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL7", + "Name": "@RewardContainerCorruptedL7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL8", + "Name": "@RewardContainerCorruptedL8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL9", + "Name": "@RewardContainerCorruptedL9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL10", + "Name": "@RewardContainerCorruptedL10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL11", + "Name": "@RewardContainerCorruptedL11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL12", + "Name": "@RewardContainerCorruptedL12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL13", + "Name": "@RewardContainerCorruptedL13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL14", + "Name": "@RewardContainerCorruptedL14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL15", + "Name": "@RewardContainerCorruptedL15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL16", + "Name": "@RewardContainerCorruptedL16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL17", + "Name": "@RewardContainerCorruptedL17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL18", + "Name": "@RewardContainerCorruptedL18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL19", + "Name": "@RewardContainerCorruptedL19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL20", + "Name": "@RewardContainerCorruptedL20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL21", + "Name": "@RewardContainerCorruptedL21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL22", + "Name": "@RewardContainerCorruptedL22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL23", + "Name": "@RewardContainerCorruptedL23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL24", + "Name": "@RewardContainerCorruptedL24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL25", + "Name": "@RewardContainerCorruptedL25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL26", + "Name": "@RewardContainerCorruptedL26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL27", + "Name": "@RewardContainerCorruptedL27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL28", + "Name": "@RewardContainerCorruptedL28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL29", + "Name": "@RewardContainerCorruptedL29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL30", + "Name": "@RewardContainerCorruptedL30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL31", + "Name": "@RewardContainerCorruptedL31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL32", + "Name": "@RewardContainerCorruptedL32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL33", + "Name": "@RewardContainerCorruptedL33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL34", + "Name": "@RewardContainerCorruptedL34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL35", + "Name": "@RewardContainerCorruptedL35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL36", + "Name": "@RewardContainerCorruptedL36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL37", + "Name": "@RewardContainerCorruptedL37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL38", + "Name": "@RewardContainerCorruptedL38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL39", + "Name": "@RewardContainerCorruptedL39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL40", + "Name": "@RewardContainerCorruptedL40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL41", + "Name": "@RewardContainerCorruptedL41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL42", + "Name": "@RewardContainerCorruptedL42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL43", + "Name": "@RewardContainerCorruptedL43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL44", + "Name": "@RewardContainerCorruptedL44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL45", + "Name": "@RewardContainerCorruptedL45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL46", + "Name": "@RewardContainerCorruptedL46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL47", + "Name": "@RewardContainerCorruptedL47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL48", + "Name": "@RewardContainerCorruptedL48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL49", + "Name": "@RewardContainerCorruptedL49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL50", + "Name": "@RewardContainerCorruptedL50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL51", + "Name": "@RewardContainerCorruptedL51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL52", + "Name": "@RewardContainerCorruptedL52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL53", + "Name": "@RewardContainerCorruptedL53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL54", + "Name": "@RewardContainerCorruptedL54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL55", + "Name": "@RewardContainerCorruptedL55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL56", + "Name": "@RewardContainerCorruptedL56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL57", + "Name": "@RewardContainerCorruptedL57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL58", + "Name": "@RewardContainerCorruptedL58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL59", + "Name": "@RewardContainerCorruptedL59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerCorruptedL60", + "Name": "@RewardContainerCorruptedL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardCorruptedRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL1", + "Name": "@RewardContainerAncientL1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL2", + "Name": "@RewardContainerAncientL2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL3", + "Name": "@RewardContainerAncientL3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL4", + "Name": "@RewardContainerAncientL4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL5", + "Name": "@RewardContainerAncientL5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL6", + "Name": "@RewardContainerAncientL6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL7", + "Name": "@RewardContainerAncientL7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL8", + "Name": "@RewardContainerAncientL8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL9", + "Name": "@RewardContainerAncientL9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL10", + "Name": "@RewardContainerAncientL10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL11", + "Name": "@RewardContainerAncientL11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL12", + "Name": "@RewardContainerAncientL12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL13", + "Name": "@RewardContainerAncientL13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL14", + "Name": "@RewardContainerAncientL14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL15", + "Name": "@RewardContainerAncientL15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL16", + "Name": "@RewardContainerAncientL16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL17", + "Name": "@RewardContainerAncientL17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL18", + "Name": "@RewardContainerAncientL18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL19", + "Name": "@RewardContainerAncientL19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL20", + "Name": "@RewardContainerAncientL20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL21", + "Name": "@RewardContainerAncientL21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL22", + "Name": "@RewardContainerAncientL22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL23", + "Name": "@RewardContainerAncientL23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL24", + "Name": "@RewardContainerAncientL24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL25", + "Name": "@RewardContainerAncientL25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL26", + "Name": "@RewardContainerAncientL26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL27", + "Name": "@RewardContainerAncientL27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL28", + "Name": "@RewardContainerAncientL28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL29", + "Name": "@RewardContainerAncientL29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL30", + "Name": "@RewardContainerAncientL30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL31", + "Name": "@RewardContainerAncientL31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL32", + "Name": "@RewardContainerAncientL32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL33", + "Name": "@RewardContainerAncientL33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL34", + "Name": "@RewardContainerAncientL34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL35", + "Name": "@RewardContainerAncientL35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL36", + "Name": "@RewardContainerAncientL36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL37", + "Name": "@RewardContainerAncientL37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL38", + "Name": "@RewardContainerAncientL38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL39", + "Name": "@RewardContainerAncientL39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL40", + "Name": "@RewardContainerAncientL40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL41", + "Name": "@RewardContainerAncientL41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL42", + "Name": "@RewardContainerAncientL42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL43", + "Name": "@RewardContainerAncientL43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL44", + "Name": "@RewardContainerAncientL44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL45", + "Name": "@RewardContainerAncientL45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL46", + "Name": "@RewardContainerAncientL46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL47", + "Name": "@RewardContainerAncientL47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL48", + "Name": "@RewardContainerAncientL48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL49", + "Name": "@RewardContainerAncientL49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL50", + "Name": "@RewardContainerAncientL50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL51", + "Name": "@RewardContainerAncientL51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL52", + "Name": "@RewardContainerAncientL52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL53", + "Name": "@RewardContainerAncientL53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL54", + "Name": "@RewardContainerAncientL54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL55", + "Name": "@RewardContainerAncientL55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL56", + "Name": "@RewardContainerAncientL56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL57", + "Name": "@RewardContainerAncientL57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL58", + "Name": "@RewardContainerAncientL58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL59", + "Name": "@RewardContainerAncientL59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RewardContainerAncientL60", + "Name": "@RewardContainerAncientL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AwardAncientRoll", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainer1", + "Name": "@DarknessRewardContainer1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@DarknessRewardContainer1_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinorT3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainer2", + "Name": "@DarknessRewardContainer2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@DarknessRewardContainer2_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinorT3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainer3", + "Name": "@DarknessRewardContainer3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@DarknessRewardContainer3_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinorT4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainer4", + "Name": "@DarknessRewardContainer4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@DarknessRewardContainer4_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainer4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainer4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinorT5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor2", + "Name": "@DarknessRewardContainerMinor2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@DarknessRewardContainerMinor2_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinorT3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor3", + "Name": "@DarknessRewardContainerMinor3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@DarknessRewardContainerMinor3_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinorT4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMinor4", + "Name": "@DarknessRewardContainerMinor4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@DarknessRewardContainerMinor4_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMinor4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMinor4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMinorT5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor2", + "Name": "@DarknessRewardContainerMajor2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@DarknessRewardContainerMajor2_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajorT3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor3", + "Name": "@DarknessRewardContainerMajor3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@DarknessRewardContainerMajor3_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajorT4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarknessRewardContainerMajor4", + "Name": "@DarknessRewardContainerMajor4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@DarknessRewardContainerMajor4_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarknessRewardContainerMajor4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarknessRewardContainerMajor4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarknessMajorT5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestRewardWeaponsT2", + "Name": "@QuestRewardWeaponsT2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardWeaponsT2_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCaseT2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestRewardWeaponsT3", + "Name": "@QuestRewardWeaponsT3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardWeaponsT3_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCaseT3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestRewardWeaponsT4", + "Name": "@QuestRewardWeaponsT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardWeaponsT4_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCaseT4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestRewardWeaponsT5", + "Name": "@QuestRewardWeaponsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardWeaponsT5_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCaseT5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestRewardArmorT2", + "Name": "@QuestRewardArmorT2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardArmorT2_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCaseT2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestRewardArmorT3", + "Name": "@QuestRewardArmorT3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardArmorT3_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCaseT3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestRewardArmorT4", + "Name": "@QuestRewardArmorT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardArmorT4_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCaseT4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestRewardArmorT5", + "Name": "@QuestRewardArmorT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardArmorT5_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCaseT5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestRewardDye", + "Name": "@QuestRewardDye_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardDye_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardDye.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardDye.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DyeRandom", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ArtificerResourceContainer1", + "Name": "@ArtificerResourceContainer1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@ArtificerResourceContainer1_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ArtificerResourceContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ArtificerResourceContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]RefinementQuestReward", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainer1", + "Name": "@InvasionRewardContainer1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@InvasionRewardContainer1_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]InvasionT4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainer2", + "Name": "@InvasionRewardContainer2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@InvasionRewardContainer2_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]InvasionT4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainer3", + "Name": "@InvasionRewardContainer3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@InvasionRewardContainer3_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]InvasionT4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "InvasionRewardContainer4", + "Name": "@InvasionRewardContainer4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@InvasionRewardContainer4_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InvasionRewardContainer4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InvasionRewardContainer4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]InvasionT5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "SprigganRewardContainer1", + "Name": "@SprigganRewardContainer1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@SprigganRewardContainer1_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]SprigganT5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainer1", + "Name": "@WarRewardContainer1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@WarRewardContainer1_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WarT2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainer2", + "Name": "@WarRewardContainer2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@WarRewardContainer2_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WarT3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainer3", + "Name": "@WarRewardContainer3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@WarRewardContainer3_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WarT4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "WarRewardContainer4", + "Name": "@WarRewardContainer4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@WarRewardContainer4_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WarRewardContainer4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WarRewardContainer4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WarT5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DarkSprigganRewardContainer1", + "Name": "@DarkSprigganRewardContainer1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@DarkSprigganRewardContainer1_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DarkSprigganRewardContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DarkSprigganRewardContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DarkSprigganT5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DEVFurniture", + "Name": "@DEVFurniture_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@DEVFurniture_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": true, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LockboxT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LockboxT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]DEV_Furniture", + "CraftingRecipe": "[LTID]DEV_Furniture", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MyrkgardKey", + "Name": "@MyrkgardKey_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_Key_item", + "Description": "@MyrkgardKey_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_TuningOrbs", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT10.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT10.png", + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MyrkgardKeyFragment1", + "Name": "@MyrkgardKeyFragment1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MyrkgardKeyFragment1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_TuningOrbs", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT1.png", + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MyrkgardKeyFragment2", + "Name": "@MyrkgardKeyFragment2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MyrkgardKeyFragment2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_TuningOrbs", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT2.png", + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MyrkgardKeyFragment3", + "Name": "@MyrkgardKeyFragment3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MyrkgardKeyFragment3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_TuningOrbs", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT3.png", + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MyrkgardKeyFragment4", + "Name": "@MyrkgardKeyFragment4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MyrkgardKeyFragment4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_TuningOrbs", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT4.png", + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MyrkgardKeyFragment5", + "Name": "@MyrkgardKeyFragment5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MyrkgardKeyFragment5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_TuningOrbs", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT5.png", + "MaxStackSize": 10, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": false, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MyrkgardKeyFragmentContainer1", + "Name": "@MyrkgardKeyFragmentContainer1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MyrkgardKeyFragmentContainer1_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MyrkgardKeyFragmentContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MyrkgardKeyFragmentContainer1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]MyrkgardKeyFragment1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MyrkgardKeyFragmentContainer2", + "Name": "@MyrkgardKeyFragmentContainer2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MyrkgardKeyFragmentContainer2_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MyrkgardKeyFragmentContainer2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MyrkgardKeyFragmentContainer2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]MyrkgardKeyFragment2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MyrkgardKeyFragmentContainer3", + "Name": "@MyrkgardKeyFragmentContainer3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MyrkgardKeyFragmentContainer3_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MyrkgardKeyFragmentContainer3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MyrkgardKeyFragmentContainer3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]MyrkgardKeyFragment3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MyrkgardKeyFragmentContainer4", + "Name": "@MyrkgardKeyFragmentContainer4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MyrkgardKeyFragmentContainer4_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MyrkgardKeyFragmentContainer4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MyrkgardKeyFragmentContainer4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]MyrkgardKeyFragment4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MyrkgardKeyFragmentContainer5", + "Name": "@MyrkgardKeyFragmentContainer5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MyrkgardKeyFragmentContainer5_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MyrkgardKeyFragmentContainer5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MyrkgardKeyFragmentContainer5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]MyrkgardKeyFragment5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "TransferenceBox", + "Name": "@TransferenceBox_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@TransferenceBox_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_WoodenBoxSpringLatch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_WoodenBoxSpringLatch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]TransferenceBox", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "AgentBox", + "Name": "@AgentBox_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@AgentBox_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ArtificerResourceContainer1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ArtificerResourceContainer1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]AgentBox", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "SparkBox", + "Name": "@SparkBox_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@SparkBox_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WorkRationsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WorkRationsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]SparkBox", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MakeGoodContainer", + "Name": "@MakeGoodContainer_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MakeGoodContainer_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MakeGoodContainer.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MakeGoodContainer.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase_HorticulturistMakeGood_T3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestStarterCache1", + "Name": "@QuestStarterCache1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestStarterCache1_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]QuestStarterCache1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestStarterCache2", + "Name": "@QuestStarterCache2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestStarterCache2_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]QuestStarterCache2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestStarterCache3", + "Name": "@QuestStarterCache3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestStarterCache3_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]QuestStarterCache3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "QuestStarterCache4", + "Name": "@QuestStarterCache4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestStarterCache4_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]QuestStarterCache4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDropT2", + "Name": "@1hLongswordDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDropT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SwordT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDropT3", + "Name": "@1hLongswordDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDropT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDropT4", + "Name": "@1hLongswordDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDropT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordDropT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordDropT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDropT5", + "Name": "@1hLongswordDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDropT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordDropT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordDropT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDropT2", + "Name": "@1hThrowingAxeDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDropT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HatchetT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDropT3", + "Name": "@1hThrowingAxeDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDropT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDropT4", + "Name": "@1hThrowingAxeDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDropT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeDropT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeDropT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDropT5", + "Name": "@1hThrowingAxeDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDropT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeDropT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeDropT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDropT2", + "Name": "@2hWarhammerDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDropT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HHammerT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 90, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDropT3", + "Name": "@2hWarhammerDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDropT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDropT4", + "Name": "@2hWarhammerDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDropT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDropT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDropT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDropT5", + "Name": "@2hWarhammerDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDropT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDropT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDropT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeDropT2", + "Name": "@2hGreatAxeDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeDropT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HAxeT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeDropT3", + "Name": "@2hGreatAxeDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeDropT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HAxeT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeDropT4", + "Name": "@2hGreatAxeDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeDropT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDropT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDropT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeDropT5", + "Name": "@2hGreatAxeDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeDropT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDropT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDropT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDropT2", + "Name": "@2hBowDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDropT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "BowT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_TimberT2", + "CraftingRecipe": "SalvageSmall_TimberT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDropT3", + "Name": "@2hBowDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDropT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BowT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_TimberT3", + "CraftingRecipe": "SalvageSmall_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDropT4", + "Name": "@2hBowDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDropT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDropT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDropT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDropT5", + "Name": "@2hBowDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDropT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDropT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDropT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDropT2", + "Name": "@2hMusketDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDropT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MusketT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDropT3", + "Name": "@2hMusketDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDropT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDropT4", + "Name": "@2hMusketDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDropT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDropT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDropT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDropT5", + "Name": "@2hMusketDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDropT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDropT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDropT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDropT2", + "Name": "@1hRoundShieldDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldDropT2_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hShieldAT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDropT3", + "Name": "@1hRoundShieldDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldDropT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldAT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDropT4", + "Name": "@1hRoundShieldDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldDropT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldDropT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldDropT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDropT5", + "Name": "@1hRoundShieldDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldDropT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldDropT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldDropT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldDropT3", + "Name": "@1hKiteShieldDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldDropT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldBT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldDropT4", + "Name": "@1hKiteShieldDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldDropT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldDropT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldDropT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldDropT5", + "Name": "@1hKiteShieldDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldDropT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldDropT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldDropT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldDropT4", + "Name": "@1hTowerShieldDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hShieldDT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldDT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 66, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldDropT5", + "Name": "@1hTowerShieldDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldDropT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDropT2", + "Name": "@2hStaffFireDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDropT2_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "FireStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDropT3", + "Name": "@2hStaffFireDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDropT3_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "FireStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDropT4", + "Name": "@2hStaffFireDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDropT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireDropT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireDropT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDropT5", + "Name": "@2hStaffFireDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDropT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireDropT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireDropT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDropT2", + "Name": "@2hStaffLifeDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDropT2_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LifeStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDropT3", + "Name": "@2hStaffLifeDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDropT3_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDropT4", + "Name": "@2hStaffLifeDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDropT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeDropT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeDropT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDropT5", + "Name": "@2hStaffLifeDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDropT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeDropT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeDropT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDropT2", + "Name": "@2hSpearDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDropT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SpearT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDropT3", + "Name": "@2hSpearDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDropT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SpearT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDropT4", + "Name": "@2hSpearDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDropT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SpearT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDropT5", + "Name": "@2hSpearDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDropT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDropT2", + "Name": "@1hRapierDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDropT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "RapierT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 28, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Rapier", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDropT3", + "Name": "@1hRapierDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDropT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RapierT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 32, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Rapier", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDropT4", + "Name": "@1hRapierDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDropT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RapierT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Rapier", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDropT5", + "Name": "@1hRapierDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDropT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Rapier", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDropT2", + "Name": "@1hGauntletIceDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDropT2_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hElementalGauntlet_IceT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hElementalGauntlet_IceT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDropT3", + "Name": "@1hGauntletIceDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDropT3_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hElementalGauntlet_IceT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hElementalGauntlet_IceT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDropT4", + "Name": "@1hGauntletIceDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDropT4_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hElementalGauntlet_IceT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hElementalGauntlet_IceT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDropT5", + "Name": "@1hGauntletIceDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDropT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hElementalGauntlet_IceT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDropT2", + "Name": "@1hGauntletVoidDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDropT2_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "VoidGauntletT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidGauntlet_VoidT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hVoidGauntlet_VoidT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hVoidGauntlet_VoidT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDropT3", + "Name": "@1hGauntletVoidDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDropT3_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "VoidGauntletT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidGauntlet_VoidT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hVoidGauntlet_VoidT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hVoidGauntlet_VoidT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDropT4", + "Name": "@1hGauntletVoidDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDropT4_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "VoidGauntletT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidGauntlet_VoidT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hVoidGauntlet_VoidT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hVoidGauntlet_VoidT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDropT5", + "Name": "@1hGauntletVoidDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDropT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidGauntlet_VoidT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hVoidGauntlet_VoidT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hVoidGauntlet_VoidT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDropT2", + "Name": "@2hBlunderbussDropT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDropT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "BlunderbussT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "CraftingGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 92, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Blunderbuss", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDropT3", + "Name": "@2hBlunderbussDropT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDropT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BlunderbussT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "CraftingGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 106, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Blunderbuss", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDropT4", + "Name": "@2hBlunderbussDropT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDropT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BlunderbussT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDropT5", + "Name": "@2hBlunderbussDropT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDropT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordBuccaneerT3", + "Name": "@1hLongswordBuccaneerT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordBuccaneerT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordBuccaneerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordBuccaneerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordGraverobberT4", + "Name": "@1hLongswordGraverobberT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordGraverobberT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordWraithHunterT4", + "Name": "@1hLongswordWraithHunterT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordWraithHunterT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordWraithHunterT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordWraithHunterT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordGuardianT4", + "Name": "@1hLongswordGuardianT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordGuardianT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAncient", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordGuardianT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordGuardianT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordShadowbringerT4", + "Name": "@1hLongswordShadowbringerT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordShadowbringerT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordShadowbringerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordShadowbringerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordCorsairT4", + "Name": "@1hLongswordCorsairT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordCorsairT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordCorsairT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordCorsairT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordRagebearerT5", + "Name": "@1hLongswordRagebearerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordRagebearerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordMistwalkerT5", + "Name": "@1hLongswordMistwalkerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordMistwalkerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordMistwalkerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordMistwalkerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDoomsingerT5", + "Name": "@1hLongswordDoomsingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDoomsingerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordDoomsingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordDoomsingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordHarbingerT5", + "Name": "@1hLongswordHarbingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordHarbingerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordFanaticT5", + "Name": "@1hLongswordFanaticT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordFanaticT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordBondsmanT5", + "Name": "@1hLongswordBondsmanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordBondsmanT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordBondsmanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordBondsmanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordOphanT5", + "Name": "@1hLongswordOphanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordOphanT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordOphanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordOphanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeBuccaneerT3", + "Name": "@1hThrowingAxeBuccaneerT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeBuccaneerT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeBuccaneerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeBuccaneerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeGraverobberT4", + "Name": "@1hThrowingAxeGraverobberT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeGraverobberT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Hatchet_InfectedThrow", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeWraithHunterT4", + "Name": "@1hThrowingAxeWraithHunterT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeWraithHunterT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Hatchet_FeralRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeWraithHunterT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeWraithHunterT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeGuardianT4", + "Name": "@1hThrowingAxeGuardianT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeGuardianT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAncient", + "Perk4": "PerkID_Ability_Hatchet_InfectedThrow", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeGuardianT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeGuardianT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeShadowbringerT4", + "Name": "@1hThrowingAxeShadowbringerT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeShadowbringerT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hatchet_FeralRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeShadowbringerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeShadowbringerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeCorsairT4", + "Name": "@1hThrowingAxeCorsairT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeCorsairT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Hatchet_InfectedThrow", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeCorsairT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeCorsairT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeRagebearerT5", + "Name": "@1hThrowingAxeRagebearerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeRagebearerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_Hatchet_FeralRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeMistwalkerT5", + "Name": "@1hThrowingAxeMistwalkerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeMistwalkerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_Hatchet_InfectedThrow", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeMistwalkerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeMistwalkerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDoomsingerT5", + "Name": "@1hThrowingAxeDoomsingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDoomsingerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hatchet_FeralRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeDoomsingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeDoomsingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeHarbingerT5", + "Name": "@1hThrowingAxeHarbingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeHarbingerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hatchet_InfectedThrow", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeFanaticT5", + "Name": "@1hThrowingAxeFanaticT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeFanaticT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hatchet_FeralRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeBondsmanT5", + "Name": "@1hThrowingAxeBondsmanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeBondsmanT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hatchet_InfectedThrow", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeBondsmanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeBondsmanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeOphanT5", + "Name": "@1hThrowingAxeOphanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeOphanT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hatchet_FeralRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeOphanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeOphanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerBuccaneerT3", + "Name": "@2hWarhammerBuccaneerT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerBuccaneerT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerBuccaneerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerBuccaneerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerGraverobberT4", + "Name": "@2hWarhammerGraverobberT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerGraverobberT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Hammer_Shockwave", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerWraithHunterT4", + "Name": "@2hWarhammerWraithHunterT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerWraithHunterT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Hammer_ArmorBreaker", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerWraithHunterT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerWraithHunterT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerGuardianT4", + "Name": "@2hWarhammerGuardianT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerGuardianT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAncient", + "Perk4": "PerkID_Ability_Hammer_Shockwave", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerGuardianT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerGuardianT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerShadowbringerT4", + "Name": "@2hWarhammerShadowbringerT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerShadowbringerT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hammer_ArmorBreaker", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerShadowbringerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerShadowbringerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerCorsairT4", + "Name": "@2hWarhammerCorsairT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerCorsairT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Hammer_Shockwave", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerCorsairT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerCorsairT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerRagebearerT5", + "Name": "@2hWarhammerRagebearerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerRagebearerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_Hammer_ArmorBreaker", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerMistwalkerT5", + "Name": "@2hWarhammerMistwalkerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerMistwalkerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_Hammer_Shockwave", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerMistwalkerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerMistwalkerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDoomsingerT5", + "Name": "@2hWarhammerDoomsingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDoomsingerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hammer_ArmorBreaker", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDoomsingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDoomsingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerHarbingerT5", + "Name": "@2hWarhammerHarbingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerHarbingerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hammer_Shockwave", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerFanaticT5", + "Name": "@2hWarhammerFanaticT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerFanaticT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hammer_ArmorBreaker", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerBondsmanT5", + "Name": "@2hWarhammerBondsmanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerBondsmanT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hammer_Shockwave", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerBondsmanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerBondsmanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerOphanT5", + "Name": "@2hWarhammerOphanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerOphanT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hammer_ArmorBreaker", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerOphanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerOphanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeBuccaneerT3", + "Name": "@2hGreataxeBuccaneerT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeBuccaneerT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HAxeT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeBuccaneerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeBuccaneerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeGraverobberT4", + "Name": "@2hGreataxeGraverobberT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeGraverobberT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeWraithHunterT4", + "Name": "@2hGreataxeWraithHunterT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeWraithHunterT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeWraithHunterT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeWraithHunterT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeGuardianT4", + "Name": "@2hGreataxeGuardianT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeGuardianT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAncient", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeGuardianT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeGuardianT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeShadowbringerT4", + "Name": "@2hGreataxeShadowbringerT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeShadowbringerT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeShadowbringerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeShadowbringerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeCorsairT4", + "Name": "@2hGreataxeCorsairT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeCorsairT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeCorsairT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeCorsairT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeRagebearerT5", + "Name": "@2hGreataxeRagebearerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeRagebearerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeMistwalkerT5", + "Name": "@2hGreataxeMistwalkerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeMistwalkerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeMistwalkerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeMistwalkerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeDoomsingerT5", + "Name": "@2hGreataxeDoomsingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeDoomsingerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeDoomsingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeDoomsingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeHarbingerT5", + "Name": "@2hGreataxeHarbingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeHarbingerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeFanaticT5", + "Name": "@2hGreataxeFanaticT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeFanaticT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeBondsmanT5", + "Name": "@2hGreataxeBondsmanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeBondsmanT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeBondsmanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeBondsmanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeOphanT5", + "Name": "@2hGreataxeOphanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeOphanT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxeOphanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxeOphanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowBuccaneerT3", + "Name": "@2hBowBuccaneerT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowBuccaneerT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BowT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowBuccaneerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowBuccaneerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_TimberT3", + "CraftingRecipe": "SalvageSmall_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowGraverobberT4", + "Name": "@2hBowGraverobberT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowGraverobberT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Bow_EvadeShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowWraithHunterT4", + "Name": "@2hBowWraithHunterT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowWraithHunterT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Bow_SplinterShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowWraithHunterT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowWraithHunterT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowGuardianT4", + "Name": "@2hBowGuardianT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowGuardianT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAncient", + "Perk4": "PerkID_Ability_Bow_EvadeShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowGuardianT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowGuardianT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowGuardianT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowShadowbringerT4", + "Name": "@2hBowShadowbringerT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowShadowbringerT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Bow_SplinterShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowShadowbringerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowShadowbringerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowCorsairT4", + "Name": "@2hBowCorsairT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowCorsairT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Bow_EvadeShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowCorsairT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowCorsairT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowRagebearerT5", + "Name": "@2hBowRagebearerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowRagebearerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_Bow_SplinterShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowMistwalkerT5", + "Name": "@2hBowMistwalkerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowMistwalkerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_Bow_EvadeShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowMistwalkerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowMistwalkerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDoomsingerT5", + "Name": "@2hBowDoomsingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDoomsingerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Bow_SplinterShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDoomsingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDoomsingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowHarbingerT5", + "Name": "@2hBowHarbingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowHarbingerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Bow_EvadeShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowFanaticT5", + "Name": "@2hBowFanaticT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowFanaticT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Bow_SplinterShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowBondsmanT5", + "Name": "@2hBowBondsmanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowBondsmanT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Bow_EvadeShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowBondsmanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowBondsmanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowOphanT5", + "Name": "@2hBowOphanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowOphanT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Bow_SplinterShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowOphanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowOphanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketBuccaneerT3", + "Name": "@2hMusketBuccaneerT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketBuccaneerT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketBuccaneerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketBuccaneerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketGraverobberT4", + "Name": "@2hMusketGraverobberT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketGraverobberT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Musket_Traps", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketWraithHunterT4", + "Name": "@2hMusketWraithHunterT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketWraithHunterT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Musket_PowerShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketWraithHunterT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketWraithHunterT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketGuardianT4", + "Name": "@2hMusketGuardianT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketGuardianT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAncient", + "Perk4": "PerkID_Ability_Musket_Traps", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketGuardianT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketGuardianT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketShadowbringerT4", + "Name": "@2hMusketShadowbringerT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketShadowbringerT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Musket_PowerShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketShadowbringerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketShadowbringerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketCorsairT4", + "Name": "@2hMusketCorsairT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketCorsairT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_Musket_Traps", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketCorsairT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketCorsairT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketRagebearerT5", + "Name": "@2hMusketRagebearerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketRagebearerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_Musket_PowerShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketMistwalkerT5", + "Name": "@2hMusketMistwalkerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketMistwalkerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_Musket_Traps", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketMistwalkerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketMistwalkerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDoomsingerT5", + "Name": "@2hMusketDoomsingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDoomsingerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Musket_PowerShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDoomsingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDoomsingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketHarbingerT5", + "Name": "@2hMusketHarbingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketHarbingerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Musket_Traps", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketFanaticT5", + "Name": "@2hMusketFanaticT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketFanaticT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Musket_PowerShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketBondsmanT5", + "Name": "@2hMusketBondsmanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketBondsmanT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Musket_Traps", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketBondsmanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketBondsmanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketOphanT5", + "Name": "@2hMusketOphanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketOphanT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Musket_PowerShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketOphanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketOphanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldBuccaneerT3", + "Name": "@1hRoundShieldBuccaneerT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldBuccaneerT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldAT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldBuccaneerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldBuccaneerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldGraverobberT4", + "Name": "@1hRoundShieldGraverobberT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldGraverobberT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldWraithHunterT4", + "Name": "@1hRoundShieldWraithHunterT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldWraithHunterT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldWraithHunterT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldWraithHunterT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldGuardianT4", + "Name": "@1hRoundShieldGuardianT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldGuardianT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldGuardianT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldGuardianT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldShadowbringerT4", + "Name": "@1hRoundShieldShadowbringerT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldShadowbringerT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldShadowbringerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldShadowbringerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldCorsairT4", + "Name": "@1hRoundShieldCorsairT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldCorsairT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldCorsairT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldCorsairT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldRagebearerT5", + "Name": "@1hRoundShieldRagebearerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldRagebearerT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldMistwalkerT5", + "Name": "@1hRoundShieldMistwalkerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldMistwalkerT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldMistwalkerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldMistwalkerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDoomsingerT5", + "Name": "@1hRoundShieldDoomsingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldDoomsingerT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldDoomsingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldDoomsingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldHarbingerT5", + "Name": "@1hRoundShieldHarbingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldHarbingerT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldFanaticT5", + "Name": "@1hRoundShieldFanaticT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldFanaticT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldBondsmanT5", + "Name": "@1hRoundShieldBondsmanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldBondsmanT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldBondsmanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldBondsmanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldOphanT5", + "Name": "@1hRoundShieldOphanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldOphanT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldOphanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldOphanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldBuccaneerT3", + "Name": "@1hKiteShieldBuccaneerT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldBuccaneerT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldBT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldBuccaneerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldBuccaneerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldGraverobberT4", + "Name": "@1hKiteShieldGraverobberT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldGraverobberT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldWraithHunterT4", + "Name": "@1hKiteShieldWraithHunterT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldWraithHunterT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldWraithHunterT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldWraithHunterT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldGuardianT4", + "Name": "@1hKiteShieldGuardianT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldGuardianT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldGuardianT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldGuardianT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldShadowbringerT4", + "Name": "@1hKiteShieldShadowbringerT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldShadowbringerT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldShadowbringerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldShadowbringerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldCorsairT4", + "Name": "@1hKiteShieldCorsairT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldCorsairT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldCorsairT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldCorsairT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldRagebearerT5", + "Name": "@1hKiteShieldRagebearerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldRagebearerT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldMistwalkerT5", + "Name": "@1hKiteShieldMistwalkerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldMistwalkerT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldMistwalkerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldMistwalkerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldDoomsingerT5", + "Name": "@1hKiteShieldDoomsingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldDoomsingerT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldDoomsingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldDoomsingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldHarbingerT5", + "Name": "@1hKiteShieldHarbingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldHarbingerT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldFanaticT5", + "Name": "@1hKiteShieldFanaticT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldFanaticT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldBondsmanT5", + "Name": "@1hKiteShieldBondsmanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldBondsmanT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldBondsmanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldBondsmanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldOphanT5", + "Name": "@1hKiteShieldOphanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldOphanT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldOphanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldOphanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireBuccaneerT3", + "Name": "@2hStaffFireBuccaneerT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireBuccaneerT3_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "FireStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireBuccaneerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireBuccaneerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireGraverobberT4", + "Name": "@2hStaffFireGraverobberT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireGraverobberT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_FireStaff_MeteorShower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireWraithHunterT4", + "Name": "@2hStaffFireWraithHunterT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireWraithHunterT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_FireStaff_Flamethrower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireWraithHunterT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireWraithHunterT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireGuardianT4", + "Name": "@2hStaffFireGuardianT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireGuardianT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAncient", + "Perk4": "PerkID_Ability_FireStaff_MeteorShower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireGuardianT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireGuardianT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireShadowbringerT4", + "Name": "@2hStaffFireShadowbringerT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireShadowbringerT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_FireStaff_Flamethrower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireShadowbringerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireShadowbringerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireCorsairT4", + "Name": "@2hStaffFireCorsairT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireCorsairT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_FireStaff_MeteorShower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireCorsairT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireCorsairT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireRagebearerT5", + "Name": "@2hStaffFireRagebearerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireRagebearerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_FireStaff_Flamethrower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireMistwalkerT5", + "Name": "@2hStaffFireMistwalkerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireMistwalkerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_FireStaff_MeteorShower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireMistwalkerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireMistwalkerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDoomsingerT5", + "Name": "@2hStaffFireDoomsingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDoomsingerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_FireStaff_Flamethrower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireDoomsingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireDoomsingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireHarbingerT5", + "Name": "@2hStaffFireHarbingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireHarbingerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_FireStaff_MeteorShower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireFanaticT5", + "Name": "@2hStaffFireFanaticT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireFanaticT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_FireStaff_Flamethrower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireBondsmanT5", + "Name": "@2hStaffFireBondsmanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireBondsmanT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_FireStaff_MeteorShower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireBondsmanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireBondsmanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireOphanT5", + "Name": "@2hStaffFireOphanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireOphanT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_FireStaff_Flamethrower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireOphanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireOphanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeBuccaneerT3", + "Name": "@2hStaffLifeBuccaneerT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeBuccaneerT3_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeBuccaneerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeBuccaneerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeGraverobberT4", + "Name": "@2hStaffLifeGraverobberT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeGraverobberT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_LifeStaff_SplashOfLight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeWraithHunterT4", + "Name": "@2hStaffLifeWraithHunterT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeWraithHunterT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_LifeStaff_LightsEmbrace", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeWraithHunterT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeWraithHunterT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeGuardianT4", + "Name": "@2hStaffLifeGuardianT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeGuardianT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAncient", + "Perk4": "PerkID_Ability_LifeStaff_SplashOfLight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeGuardianT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeGuardianT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeShadowbringerT4", + "Name": "@2hStaffLifeShadowbringerT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeShadowbringerT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_LifeStaff_LightsEmbrace", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeShadowbringerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeShadowbringerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeCorsairT4", + "Name": "@2hStaffLifeCorsairT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeCorsairT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Ability_LifeStaff_SplashOfLight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeCorsairT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeCorsairT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeRagebearerT5", + "Name": "@2hStaffLifeRagebearerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeRagebearerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_LifeStaff_LightsEmbrace", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeMistwalkerT5", + "Name": "@2hStaffLifeMistwalkerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeMistwalkerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_LifeStaff_SplashOfLight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeMistwalkerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeMistwalkerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDoomsingerT5", + "Name": "@2hStaffLifeDoomsingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDoomsingerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_LifeStaff_LightsEmbrace", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeDoomsingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeDoomsingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeHarbingerT5", + "Name": "@2hStaffLifeHarbingerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeHarbingerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_LifeStaff_SplashOfLight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeFanaticT5", + "Name": "@2hStaffLifeFanaticT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeFanaticT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_LifeStaff_LightsEmbrace", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeBondsmanT5", + "Name": "@2hStaffLifeBondsmanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeBondsmanT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_LifeStaff_SplashOfLight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeBondsmanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeBondsmanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeOphanT5", + "Name": "@2hStaffLifeOphanT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeOphanT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_LifeStaff_LightsEmbrace", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeOphanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeOphanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSwordPrimevalT5", + "Name": "@1hSwordPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSwordPrimevalT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierPrimevalT5", + "Name": "@1hRapierPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierPrimevalT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchetPrimevalT5", + "Name": "@1hHatchetPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchetPrimevalT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerPrimevalT5", + "Name": "@2hWarhammerPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerPrimevalT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearPrimevalT5", + "Name": "@2hSpearPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearPrimevalT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowPrimevalT5", + "Name": "@2hBowPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowPrimevalT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketPrimevalT5", + "Name": "@2hMusketPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketPrimevalT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxePrimevalT5", + "Name": "@2hGreatAxePrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxePrimevalT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxePrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxePrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxePrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hFireStaffPrimevalT5", + "Name": "@2hFireStaffPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hFireStaffPrimevalT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaffPrimevalT5", + "Name": "@2hLifeStaffPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaffPrimevalT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldPrimevalT5", + "Name": "@1hRoundShieldPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldPrimevalT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldPrimevalT5", + "Name": "@1hKiteShieldPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldPrimevalT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldPrimevalT5", + "Name": "@1hTowerShieldPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldPrimevalT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidPrimevalT5", + "Name": "@1hGauntletVoidPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidPrimevalT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "VoidGauntletPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/VoidGauntletPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VoidGauntletPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIcePrimevalT5", + "Name": "@1hGauntletIcePrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIcePrimevalT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussPrimevalT5", + "Name": "@2hBlunderbussPrimevalT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussPrimevalT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Weapon_DmgCrit", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussPrimevalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussPrimevalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussPrimevalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordCorruptedT2", + "Name": "@1hLongswordCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordCorruptedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SwordT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT2", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordCorruptedT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordCorruptedT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordCorruptedT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordCorruptedT3", + "Name": "@1hLongswordCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordCorruptedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordCorruptedT4", + "Name": "@1hLongswordCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordCorruptedT5", + "Name": "@1hLongswordCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeCorruptedT2", + "Name": "@1hThrowingAxeCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeCorruptedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HatchetT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT2", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeCorruptedT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeCorruptedT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeCorruptedT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeCorruptedT3", + "Name": "@1hThrowingAxeCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeCorruptedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeCorruptedT4", + "Name": "@1hThrowingAxeCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeCorruptedT5", + "Name": "@1hThrowingAxeCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerCorruptedT2", + "Name": "@2hWarhammerCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerCorruptedT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HHammerT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT2", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerCorruptedT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerCorruptedT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerCorruptedT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 90, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerCorruptedT3", + "Name": "@2hWarhammerCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerCorruptedT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerCorruptedT4", + "Name": "@2hWarhammerCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerCorruptedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerCorruptedT5", + "Name": "@2hWarhammerCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerCorruptedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeCorruptedT2", + "Name": "@2hGreatAxeCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeCorruptedT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HAxeT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT2", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeCorruptedT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeCorruptedT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeCorruptedT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeCorruptedT3", + "Name": "@2hGreatAxeCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeCorruptedT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HAxeT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeCorruptedT4", + "Name": "@2hGreatAxeCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeCorruptedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeCorruptedT5", + "Name": "@2hGreatAxeCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeCorruptedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowCorruptedT2", + "Name": "@2hBowCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowCorruptedT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "BowT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT2", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowCorruptedT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowCorruptedT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowCorruptedT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_TimberT2", + "CraftingRecipe": "SalvageSmall_TimberT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowCorruptedT3", + "Name": "@2hBowCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowCorruptedT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BowT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_TimberT3", + "CraftingRecipe": "SalvageSmall_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowCorruptedT4", + "Name": "@2hBowCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowCorruptedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowCorruptedT5", + "Name": "@2hBowCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowCorruptedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketCorruptedT2", + "Name": "@2hMusketCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketCorruptedT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MusketT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT2", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketCorruptedT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketCorruptedT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketCorruptedT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 92, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketCorruptedT3", + "Name": "@2hMusketCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketCorruptedT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 106, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketCorruptedT4", + "Name": "@2hMusketCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketCorruptedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketCorruptedT5", + "Name": "@2hMusketCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketCorruptedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldCorruptedT2", + "Name": "@1hRoundShieldCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldCorruptedT2_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hShieldAT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT2", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldCorruptedT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldCorruptedT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldCorruptedT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldCorruptedT3", + "Name": "@1hRoundShieldCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldCorruptedT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldAT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldCorruptedT4", + "Name": "@1hRoundShieldCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldCorruptedT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldCorruptedT5", + "Name": "@1hRoundShieldCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldCorruptedT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldCorruptedT3", + "Name": "@1hKiteShieldCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldCorruptedT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldBT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldCorruptedT4", + "Name": "@1hKiteShieldCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldCorruptedT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldCorruptedT5", + "Name": "@1hKiteShieldCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldCorruptedT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldCorruptedT4", + "Name": "@1hTowerShieldCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldCorruptedT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldDT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldCCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldCCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldCCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 66, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldCorruptedT5", + "Name": "@1hTowerShieldCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldCorruptedT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldCCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldCCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldCCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireCorruptedT2", + "Name": "@2hStaffFireCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireCorruptedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "FireStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT2", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireCorruptedT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireCorruptedT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireCorruptedT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireCorruptedT3", + "Name": "@2hStaffFireCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireCorruptedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "FireStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireCorruptedT4", + "Name": "@2hStaffFireCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireCorruptedT5", + "Name": "@2hStaffFireCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeCorruptedT2", + "Name": "@2hStaffLifeCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeCorruptedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LifeStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT2", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeCorruptedT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeCorruptedT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeCorruptedT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeCorruptedT3", + "Name": "@2hStaffLifeCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeCorruptedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeCorruptedT4", + "Name": "@2hStaffLifeCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeCorruptedT5", + "Name": "@2hStaffLifeCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearCorruptedT2", + "Name": "@2hSpearCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearCorruptedT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SpearT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT2", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearCorruptedT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearCorruptedT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearCorruptedT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearCorruptedT3", + "Name": "@2hSpearCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearCorruptedT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SpearT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearCorruptedT4", + "Name": "@2hSpearCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearCorruptedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SpearT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearCorruptedT5", + "Name": "@2hSpearCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearCorruptedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierCorruptedT2", + "Name": "@1hRapierCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierCorruptedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "RapierT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT2", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBCorruptedT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBCorruptedT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBCorruptedT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 28, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierCorruptedT3", + "Name": "@1hRapierCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierCorruptedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RapierT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 32, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierCorruptedT4", + "Name": "@1hRapierCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RapierT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierCorruptedT5", + "Name": "@1hRapierCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceCorruptedT2", + "Name": "@1hGauntletIceCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceCorruptedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hElementalGauntlet_IceT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT2", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hElementalGauntlet_IceT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceCorruptedT3", + "Name": "@1hGauntletIceCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceCorruptedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hElementalGauntlet_IceT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hElementalGauntlet_IceT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceCorruptedT4", + "Name": "@1hGauntletIceCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hElementalGauntlet_IceT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hElementalGauntlet_IceT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceCorruptedT5", + "Name": "@1hGauntletIceCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hElementalGauntlet_IceT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidCorruptedT2", + "Name": "@1hGauntletVoidCorruptedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidCorruptedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "VoidGauntletT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT2", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletCorruptedT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletCorruptedT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletCorruptedT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidCorruptedT3", + "Name": "@1hGauntletVoidCorruptedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidCorruptedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "VoidGauntletT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidCorruptedT4", + "Name": "@1hGauntletVoidCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "VoidGauntletT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidCorruptedT5", + "Name": "@1hGauntletVoidCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussCorruptedT4", + "Name": "@2hBlunderbussCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussCorruptedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BlunderbussT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussCorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussCorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussCorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussCorruptedT5", + "Name": "@2hBlunderbussCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussCorruptedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordLostT2", + "Name": "@1hLongswordLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordLostT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SwordT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongSwordLostT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongSwordLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongSwordLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordLostT3", + "Name": "@1hLongswordLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordLostT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongSwordLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordEtherealT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordEtherealT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordLostT4", + "Name": "@1hLongswordLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordLostT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongSwordLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongSwordLostT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongSwordLostT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordLostT5", + "Name": "@1hLongswordLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordLostT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongSwordLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongSwordLostT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongSwordLostT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeLostT2", + "Name": "@1hThrowingAxeLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeLostT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HatchetT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeLostT2 ", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeLostT2 .png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeLostT2 .png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeLostT3", + "Name": "@1hThrowingAxeLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeLostT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeEtherealT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeEtherealT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeLostT4", + "Name": "@1hThrowingAxeLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeLostT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeEtherealT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeEtherealT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeLostT5", + "Name": "@1hThrowingAxeLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeLostT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeEtherealT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeEtherealT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerLostT2", + "Name": "@2hWarhammerLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerLostT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HHammerT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerLostT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 90, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerLostT3", + "Name": "@2hWarhammerLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerLostT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerLostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerLostT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerLostT4", + "Name": "@2hWarhammerLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerLostT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerLostT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerLostT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerLostT5", + "Name": "@2hWarhammerLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerLostT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerEtherealT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerEtherealT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeLostT2", + "Name": "@2hGreatAxeLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeLostT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HAxeT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeLostT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeLostT3", + "Name": "@2hGreatAxeLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeLostT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HAxeT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeLostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeLostT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeLostT4", + "Name": "@2hGreatAxeLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeLostT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeEtherealT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeEtherealT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeLostT5", + "Name": "@2hGreatAxeLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeLostT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeEtherealT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeEtherealT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowLostT2", + "Name": "@2hBowLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowLostT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "BowT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowLostT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_TimberT2", + "CraftingRecipe": "SalvageSmall_TimberT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowLostT3", + "Name": "@2hBowLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowLostT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BowT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowLostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowLostT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_TimberT3", + "CraftingRecipe": "SalvageSmall_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowLostT4", + "Name": "@2hBowLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowLostT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowEtherealT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowEtherealT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowLostT5", + "Name": "@2hBowLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowLostT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowLostT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowLostT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketLostT2", + "Name": "@2hMusketLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketLostT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketLostT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 106, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketLostT3", + "Name": "@2hMusketLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketLostT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketEtherealT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketEtherealT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketLostT4", + "Name": "@2hMusketLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketLostT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketEtherealT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketEtherealT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketLostT5", + "Name": "@2hMusketLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketLostT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketEtherealT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketEtherealT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldLostT2", + "Name": "@1hRoundShieldLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldLostT2_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hShieldAT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT2", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldLostT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldLostT3", + "Name": "@1hRoundShieldLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldLostT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldAT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldLostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldLostT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldLostT4", + "Name": "@1hRoundShieldLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldLostT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldLostT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldLostT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldLostT5", + "Name": "@1hRoundShieldLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldLostT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldLostT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldLostT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldLostT3", + "Name": "@1hKiteShieldLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldLostT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldBT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldLostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldLostT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldLostT4", + "Name": "@1hKiteShieldLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldLostT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldLostT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldLostT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldLostT5", + "Name": "@1hKiteShieldLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldLostT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldLostT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldLostT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldLostT4", + "Name": "@1hTowerShieldLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldLostT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldDT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldCLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldCLostT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldCLostT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 66, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldLostT5", + "Name": "@1hTowerShieldLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldLostT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldCLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldCLostT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldCLostT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireLostT2", + "Name": "@2hStaffFireLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireLostT2_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "FireStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireLostT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireLostT3", + "Name": "@2hStaffFireLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireLostT3_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "FireStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireLostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireLostT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireLostT4", + "Name": "@2hStaffFireLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireLostT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireLostT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireLostT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireLostT5", + "Name": "@2hStaffFireLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireLostT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireLostT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireLostT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeLostT2", + "Name": "@2hStaffLifeLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeLostT2_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LifeStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeLostT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeLostT3", + "Name": "@2hStaffLifeLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeLostT3_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeLostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeLostT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeLostT4", + "Name": "@2hStaffLifeLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeLostT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeEtherealT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeEtherealT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeLostT5", + "Name": "@2hStaffLifeLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeLostT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeEtherealT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeEtherealT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearLostT2", + "Name": "@2hSpearLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearLostT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SpearT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearLostT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearLostT3", + "Name": "@2hSpearLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearLostT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SpearT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearLostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearLostT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearLostT4", + "Name": "@2hSpearLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearLostT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SpearT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearLostT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearLostT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearLostT5", + "Name": "@2hSpearLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearLostT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearEtherealT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearEtherealT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierLostT2", + "Name": "@1hRapierLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierLostT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "RapierT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBLostT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 28, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierLostT3", + "Name": "@1hRapierLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierLostT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RapierT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBLostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBLostT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 32, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierLostT4", + "Name": "@1hRapierLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierLostT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RapierT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBLostT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBLostT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierLostT5", + "Name": "@1hRapierLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierLostT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierEtherealT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierEtherealT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceLostT2", + "Name": "@1hGauntletIceLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceLostT2_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hElementalGauntlet_IceT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletLostT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceLostT3", + "Name": "@1hGauntletIceLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceLostT3_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hElementalGauntlet_IceT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletLostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletLostT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceLostT4", + "Name": "@1hGauntletIceLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceLostT4_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hElementalGauntlet_IceT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletLostT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletLostT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceLostT5", + "Name": "@1hGauntletIceLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceLostT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletLostT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletLostT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidLostT2", + "Name": "@1hGauntletVoidLostT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidLostT2_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "VoidGauntletT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletLostT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidLostT3", + "Name": "@1hGauntletVoidLostT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidLostT3_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "VoidGauntletT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletLostT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletLostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletLostT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidLostT4", + "Name": "@1hGauntletVoidLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidLostT4_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "VoidGauntletT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletLostT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletLostT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidLostT5", + "Name": "@1hGauntletVoidLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidLostT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletLostT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletLostT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussLostT4", + "Name": "@2hBlunderbussLostT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussLostT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BlunderbussT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussLostT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussLostT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussLostT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussLostT5", + "Name": "@2hBlunderbussLostT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussLostT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussLostT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussLostT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordAncientT2", + "Name": "@1hLongswordAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordAncientT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SwordT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT2", + "PerkBucket2": "PerkBucket_AncientBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongSwordAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongSwordAncientT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongSwordAncientT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordAncientT3", + "Name": "@1hLongswordAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordAncientT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongSwordAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongSwordAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongSwordAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordAncientT4", + "Name": "@1hLongswordAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordAncientT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongSwordAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongSwordAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongSwordAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordAncientT5", + "Name": "@1hLongswordAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordAncientT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongSwordAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongSwordAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongSwordAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeAncientT2", + "Name": "@1hThrowingAxeAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeAncientT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HatchetT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT2", + "PerkBucket2": "PerkBucket_AncientBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeAncientT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeAncientT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeAncientT3", + "Name": "@1hThrowingAxeAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeAncientT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeAncientT4", + "Name": "@1hThrowingAxeAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeAncientT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeAncientT5", + "Name": "@1hThrowingAxeAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeAncientT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerAncientT2", + "Name": "@2hWarhammerAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerAncientT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HHammerT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT2", + "PerkBucket2": "PerkBucket_AncientBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerAncientT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerAncientT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 90, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerAncientT3", + "Name": "@2hWarhammerAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerAncientT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerAncientT4", + "Name": "@2hWarhammerAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerAncientT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerAncientT5", + "Name": "@2hWarhammerAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerAncientT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeAncientT2", + "Name": "@2hGreatAxeAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeAncientT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HAxeT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT2", + "PerkBucket2": "PerkBucket_AncientBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeAncientT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeAncientT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeAncientT3", + "Name": "@2hGreatAxeAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeAncientT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HAxeT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeAncientT4", + "Name": "@2hGreatAxeAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeAncientT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeAncientT5", + "Name": "@2hGreatAxeAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeAncientT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowAncientT2", + "Name": "@2hBowAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowAncientT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "BowT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT2", + "PerkBucket2": "PerkBucket_AncientBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowAncientT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowAncientT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_TimberT2", + "CraftingRecipe": "SalvageSmall_TimberT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowAncientT3", + "Name": "@2hBowAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowAncientT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BowT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_TimberT3", + "CraftingRecipe": "SalvageSmall_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowAncientT4", + "Name": "@2hBowAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowAncientT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowAncientT5", + "Name": "@2hBowAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowAncientT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketAncientT2", + "Name": "@2hMusketAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketAncientT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketAncientT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketAncientT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 106, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketAncientT3", + "Name": "@2hMusketAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketAncientT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketAncientT4", + "Name": "@2hMusketAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketAncientT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketAncientT5", + "Name": "@2hMusketAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketAncientT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldAncientT2", + "Name": "@1hRoundShieldAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldAncientT2_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hShieldAT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT2", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "PerkBucket_AncientBucketChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldAncientT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldAncientT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldAncientT3", + "Name": "@1hRoundShieldAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldAncientT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldAT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "PerkBucket_AncientBucketChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldAncientT4", + "Name": "@1hRoundShieldAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldAncientT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldAncientT5", + "Name": "@1hRoundShieldAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldAncientT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldAncientT3", + "Name": "@1hKiteShieldAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldAncientT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldBT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "PerkBucket_AncientBucketChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldAncientT4", + "Name": "@1hKiteShieldAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldAncientT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldAncientT5", + "Name": "@1hKiteShieldAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldAncientT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldAncientT4", + "Name": "@1hTowerShieldAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldAncientT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldDT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldCAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldCAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldCAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 66, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldAncientT5", + "Name": "@1hTowerShieldAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldAncientT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldCAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldCAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldCAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireAncientT2", + "Name": "@2hStaffFireAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireAncientT2_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "FireStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT2", + "PerkBucket2": "PerkBucket_AncientBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireAncientT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireAncientT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireAncientT3", + "Name": "@2hStaffFireAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireAncientT3_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "FireStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireAncientT4", + "Name": "@2hStaffFireAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireAncientT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireAncientT5", + "Name": "@2hStaffFireAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireAncientT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeAncientT2", + "Name": "@2hStaffLifeAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeAncientT2_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LifeStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT2", + "PerkBucket2": "PerkBucket_AncientBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeAncientT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeAncientT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeAncientT3", + "Name": "@2hStaffLifeAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeAncientT3_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeAncientT4", + "Name": "@2hStaffLifeAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeAncientT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeAncientT5", + "Name": "@2hStaffLifeAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeAncientT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearAncientT2", + "Name": "@2hSpearAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearAncientT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SpearT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT2", + "PerkBucket2": "PerkBucket_AncientBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearAncientT3", + "Name": "@2hSpearAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearAncientT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SpearT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearAncientT4", + "Name": "@2hSpearAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearAncientT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SpearT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearAncientT5", + "Name": "@2hSpearAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearAncientT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierAncientT2", + "Name": "@1hRapierAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierAncientT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "RapierT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT2", + "PerkBucket2": "PerkBucket_AncientBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 28, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierAncientT3", + "Name": "@1hRapierAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierAncientT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RapierT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 32, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierAncientT4", + "Name": "@1hRapierAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierAncientT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RapierT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierAncientT5", + "Name": "@1hRapierAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierAncientT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceAncientT2", + "Name": "@1hGauntletIceAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceAncientT2_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hElementalGauntlet_IceT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT2", + "PerkBucket2": "PerkBucket_AncientBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletAncientT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletAncientT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceAncientT3", + "Name": "@1hGauntletIceAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceAncientT3_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hElementalGauntlet_IceT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceAncientT4", + "Name": "@1hGauntletIceAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceAncientT4_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hElementalGauntlet_IceT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceAncientT5", + "Name": "@1hGauntletIceAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceAncientT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidAncientT2", + "Name": "@1hGauntletVoidAncientT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidAncientT2_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "VoidGauntletT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT2", + "PerkBucket2": "PerkBucket_AncientBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletAncientT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletAncientT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletAncientT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidAncientT3", + "Name": "@1hGauntletVoidAncientT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidAncientT3_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "VoidGauntletT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletAncientT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletAncientT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletAncientT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidAncientT4", + "Name": "@1hGauntletVoidAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidAncientT4_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "VoidGauntletT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidAncientT5", + "Name": "@1hGauntletVoidAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidAncientT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussAncientT4", + "Name": "@2hBlunderbussAncientT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussAncientT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BlunderbussT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AncientBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussAncientT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussAncientT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussAncientT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussAncientT5", + "Name": "@2hBlunderbussAncientT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussAncientT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussAncientT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussAncientT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussAncientT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordAngryEarthT2", + "Name": "@1hLongswordAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SwordT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT2", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongSwordAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongSwordAngryEarthT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongSwordAngryEarthT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordAngryEarthT3", + "Name": "@1hLongswordAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongSwordAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongSwordAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongSwordAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordAngryEarthT4", + "Name": "@1hLongswordAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongSwordAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongSwordAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongSwordAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordAngryEarthT5", + "Name": "@1hLongswordAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongSwordAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongSwordAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongSwordAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeAngryEarthT2", + "Name": "@1hThrowingAxeAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HatchetT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT2", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeAngryEarthT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeAngryEarthT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeAngryEarthT3", + "Name": "@1hThrowingAxeAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeAngryEarthT4", + "Name": "@1hThrowingAxeAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeAngryEarthT5", + "Name": "@1hThrowingAxeAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerAngryEarthT2", + "Name": "@2hWarhammerAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HHammerT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT2", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerAngryEarthT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerAngryEarthT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 90, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerAngryEarthT3", + "Name": "@2hWarhammerAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerAngryEarthT4", + "Name": "@2hWarhammerAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerAngryEarthT5", + "Name": "@2hWarhammerAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeAngryEarthT2", + "Name": "@2hGreatAxeAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HAxeT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT2", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeAngryEarthT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeAngryEarthT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeAngryEarthT3", + "Name": "@2hGreatAxeAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HAxeT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeAngryEarthT4", + "Name": "@2hGreatAxeAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeAngryEarthT5", + "Name": "@2hGreatAxeAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowAngryEarthT2", + "Name": "@2hBowAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "BowT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT2", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowAngryEarthT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowAngryEarthT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_TimberT2", + "CraftingRecipe": "SalvageSmall_TimberT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowAngryEarthT3", + "Name": "@2hBowAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BowT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_TimberT3", + "CraftingRecipe": "SalvageSmall_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowAngryEarthT4", + "Name": "@2hBowAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowAngryEarthT5", + "Name": "@2hBowAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketAngryEarthT2", + "Name": "@2hMusketAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketAngryEarthT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketAngryEarthT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 106, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketAngryEarthT3", + "Name": "@2hMusketAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketAngryEarthT4", + "Name": "@2hMusketAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketAngryEarthT5", + "Name": "@2hMusketAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldAngryEarthT2", + "Name": "@1hRoundShieldAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hShieldAT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT2", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldAngryEarthT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldAngryEarthT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldAngryEarthT3", + "Name": "@1hRoundShieldAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldAT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldAngryEarthT4", + "Name": "@1hRoundShieldAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldAngryEarthT5", + "Name": "@1hRoundShieldAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldAngryEarthT3", + "Name": "@1hKiteShieldAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldBT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldAngryEarthT4", + "Name": "@1hKiteShieldAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldAngryEarthT5", + "Name": "@1hKiteShieldAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldAngryEarthT4", + "Name": "@1hTowerShieldAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldDT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldCAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldCAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldCAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 66, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldAngryEarthT5", + "Name": "@1hTowerShieldAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldCAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldCAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldCAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireAngryEarthT2", + "Name": "@2hStaffFireAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "FireStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT2", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireAngryEarthT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireAngryEarthT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireAngryEarthT3", + "Name": "@2hStaffFireAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "FireStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireAngryEarthT4", + "Name": "@2hStaffFireAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireAngryEarthT5", + "Name": "@2hStaffFireAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeAngryEarthT2", + "Name": "@2hStaffLifeAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LifeStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT2", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeAngryEarthT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeAngryEarthT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeAngryEarthT3", + "Name": "@2hStaffLifeAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeAngryEarthT4", + "Name": "@2hStaffLifeAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeAngryEarthT5", + "Name": "@2hStaffLifeAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearAngryEarthT2", + "Name": "@2hSpearAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SpearT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT2", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearAngryEarthT3", + "Name": "@2hSpearAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SpearT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearAngryEarthT4", + "Name": "@2hSpearAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SpearT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearAngryEarthT5", + "Name": "@2hSpearAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierAngryEarthT2", + "Name": "@1hRapierAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "RapierT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT2", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 28, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierAngryEarthT3", + "Name": "@1hRapierAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RapierT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 32, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierAngryEarthT4", + "Name": "@1hRapierAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RapierT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierAngryEarthT5", + "Name": "@1hRapierAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceAngryEarthT2", + "Name": "@1hGauntletIceAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hElementalGauntlet_IceT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT2", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletAngryEarthT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletAngryEarthT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceAngryEarthT3", + "Name": "@1hGauntletIceAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hElementalGauntlet_IceT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceAngryEarthT4", + "Name": "@1hGauntletIceAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hElementalGauntlet_IceT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceAngryEarthT5", + "Name": "@1hGauntletIceAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidAngryEarthT2", + "Name": "@1hGauntletVoidAngryEarthT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidAngryEarthT2_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "VoidGauntletT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT2", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletAngryEarthT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletAngryEarthT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletAngryEarthT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidAngryEarthT3", + "Name": "@1hGauntletVoidAngryEarthT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidAngryEarthT3_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "VoidGauntletT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletAngryEarthT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletAngryEarthT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletAngryEarthT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidAngryEarthT4", + "Name": "@1hGauntletVoidAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "VoidGauntletT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidAngryEarthT5", + "Name": "@1hGauntletVoidAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussAngryEarthT4", + "Name": "@2hBlunderbussAngryEarthT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussAngryEarthT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BlunderbussT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussAngryEarthT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussAngryEarthT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussAngryEarthT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussAngryEarthT5", + "Name": "@2hBlunderbussAngryEarthT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussAngryEarthT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_AngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_AngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussAngryEarthT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussAngryEarthT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussAngryEarthT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDrownedT2", + "Name": "@1hLongswordDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDrownedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SwordT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordDrownedWaveborneT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongSwordLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongSwordLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDrownedT3", + "Name": "@1hLongswordDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDrownedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDrownedT4", + "Name": "@1hLongswordDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDrownedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDrownedT5", + "Name": "@1hLongswordDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDrownedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDrownedT2", + "Name": "@1hThrowingAxeDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDrownedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HatchetT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetDrownedWaveborneT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeLostT2 .png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeLostT2 .png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDrownedT3", + "Name": "@1hThrowingAxeDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDrownedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDrownedT4", + "Name": "@1hThrowingAxeDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDrownedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDrownedT5", + "Name": "@1hThrowingAxeDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDrownedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDrownedT2", + "Name": "@2hWarhammerDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDrownedT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HHammerT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDrownedWaveborneT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 90, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDrownedT3", + "Name": "@2hWarhammerDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDrownedT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDrownedT4", + "Name": "@2hWarhammerDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDrownedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDrownedT5", + "Name": "@2hWarhammerDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDrownedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeDrownedT2", + "Name": "@2hGreatAxeDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeDrownedT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HAxeT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeDrownedWaveborneT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeDrownedT3", + "Name": "@2hGreatAxeDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeDrownedT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HAxeT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeDrownedT4", + "Name": "@2hGreatAxeDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeDrownedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeDrownedT5", + "Name": "@2hGreatAxeDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeDrownedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDrownedT2", + "Name": "@2hBowDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDrownedT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "BowT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDrownedWaveborneT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_TimberT2", + "CraftingRecipe": "SalvageSmall_TimberT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDrownedT3", + "Name": "@2hBowDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDrownedT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BowT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_TimberT3", + "CraftingRecipe": "SalvageSmall_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDrownedT4", + "Name": "@2hBowDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDrownedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDrownedT5", + "Name": "@2hBowDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDrownedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDrownedT2", + "Name": "@2hMusketDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDrownedT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 3, + "ItemStatsRef": "MusketT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDrownedWaveborneT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 106, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDrownedT3", + "Name": "@2hMusketDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDrownedT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 4, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDrownedT4", + "Name": "@2hMusketDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDrownedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 5, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDrownedT5", + "Name": "@2hMusketDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDrownedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDrownedT2", + "Name": "@1hRoundShieldDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldDrownedT2_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hShieldAT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT2", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDrownedWaveborneT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDrownedT3", + "Name": "@1hRoundShieldDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldDrownedT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldAT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDrownedT4", + "Name": "@1hRoundShieldDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldDrownedT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDrownedT5", + "Name": "@1hRoundShieldDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldDrownedT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldDrownedT3", + "Name": "@1hKiteShieldDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldDrownedT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldBT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldDrownedT4", + "Name": "@1hKiteShieldDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldDrownedT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldDrownedT5", + "Name": "@1hKiteShieldDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldDrownedT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldDrownedT4", + "Name": "@1hTowerShieldDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldDrownedT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldDT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldCWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldCWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldCWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 66, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldDrownedT5", + "Name": "@1hTowerShieldDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldDrownedT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldCWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldCWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldCWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDrownedT2", + "Name": "@2hStaffFireDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDrownedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "FireStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffDrownedWaveborneT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDrownedT3", + "Name": "@2hStaffFireDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDrownedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "FireStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDrownedT4", + "Name": "@2hStaffFireDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDrownedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDrownedT5", + "Name": "@2hStaffFireDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDrownedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDrownedT2", + "Name": "@2hStaffLifeDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDrownedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LifeStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffDrownedWaveborneT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDrownedT3", + "Name": "@2hStaffLifeDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDrownedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDrownedT4", + "Name": "@2hStaffLifeDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDrownedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDrownedT5", + "Name": "@2hStaffLifeDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDrownedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDrownedT2", + "Name": "@2hSpearDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDrownedT2_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SpearT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearDrownedWaveborneT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDrownedT3", + "Name": "@2hSpearDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDrownedT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SpearT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDrownedT4", + "Name": "@2hSpearDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDrownedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SpearT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDrownedT5", + "Name": "@2hSpearDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDrownedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDrownedT2", + "Name": "@1hRapierDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDrownedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "RapierT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierDrownedWaveborneT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBLostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBLostT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 28, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDrownedT3", + "Name": "@1hRapierDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDrownedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RapierT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 32, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDrownedT4", + "Name": "@1hRapierDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDrownedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RapierT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDrownedT5", + "Name": "@1hRapierDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDrownedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDrownedT2", + "Name": "@1hGauntletIceDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDrownedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hElementalGauntlet_IceT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletDrownedWaveborneT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletDrownedWaveborneT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletDrownedWaveborneT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDrownedT3", + "Name": "@1hGauntletIceDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDrownedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hElementalGauntlet_IceT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDrownedT4", + "Name": "@1hGauntletIceDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDrownedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hElementalGauntlet_IceT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDrownedT5", + "Name": "@1hGauntletIceDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDrownedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDrownedT2", + "Name": "@1hGauntletVoidDrownedT2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDrownedT2_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "VoidGauntletT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT2", + "PerkBucket2": "PerkBucket_LostBucketChanceT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidGauntlet_VoidT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hVoidGauntlet_VoidT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hVoidGauntlet_VoidT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDrownedT3", + "Name": "@1hGauntletVoidDrownedT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDrownedT3_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "VoidGauntletT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletWaveborneT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletWaveborneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletWaveborneT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDrownedT4", + "Name": "@1hGauntletVoidDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDrownedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "VoidGauntletT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDrownedT5", + "Name": "@1hGauntletVoidDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDrownedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDrownedT4", + "Name": "@2hBlunderbussDrownedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDrownedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BlunderbussT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_LostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussWaveborneT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussWaveborneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussWaveborneT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDrownedT5", + "Name": "@2hBlunderbussDrownedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDrownedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDynastyT4", + "Name": "@1hLongswordCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hStraightSwordDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hStraightSwordDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hStraightSwordDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDynastyT5", + "Name": "@1hLongswordCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hStraightSwordDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDynastyT4", + "Name": "@1hThrowingAxeCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingaxeDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingaxeDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingaxeDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDynastyT5", + "Name": "@1hThrowingAxeCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingaxeDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDynastyT4", + "Name": "@2hWarhammerCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerCorruptedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDynastyT5", + "Name": "@2hWarhammerCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerCorruptedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeDynastyT4", + "Name": "@2hGreatAxeCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeCorruptedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeDynastyT5", + "Name": "@2hGreatAxeCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeCorruptedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDynastyT4", + "Name": "@2hBowCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowCorruptedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDynastyT5", + "Name": "@2hBowCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowCorruptedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDynastyT4", + "Name": "@2hMusketCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketCorruptedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDynastyT5", + "Name": "@2hMusketCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketCorruptedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDynastyT4", + "Name": "@1hRoundShieldCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldCorruptedT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldRoundDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldRoundDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldRoundDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDynastyT5", + "Name": "@1hRoundShieldCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldCorruptedT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldRoundDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldDynastyT4", + "Name": "@1hKiteShieldCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldCorruptedT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldKiteDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldKiteDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldKiteDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldDynastyT5", + "Name": "@1hKiteShieldCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldCorruptedT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldKiteDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldDynastyT4", + "Name": "@1hTowerShieldCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldCorruptedT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldDT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldTowerDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldTowerDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldTowerDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 66, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldDynastyT5", + "Name": "@1hTowerShieldCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldCorruptedT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldTowerDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDynastyT4", + "Name": "@2hStaffFireCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStafffireDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStafffireDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStafffireDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDynastyT5", + "Name": "@2hStaffFireCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStafffireDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDynastyT4", + "Name": "@2hStaffLifeCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStafflifeDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStafflifeDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStafflifeDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDynastyT5", + "Name": "@2hStaffLifeCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStafflifeDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDynastyT4", + "Name": "@2hSpearCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearCorruptedT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SpearT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDynastyT5", + "Name": "@2hSpearCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearCorruptedT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDynastyT4", + "Name": "@1hRapierCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RapierT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDynastyT5", + "Name": "@1hRapierCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDynastyT4", + "Name": "@1hGauntletIceCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hElementalGauntlet_IceT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hIcegauntletDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hIcegauntletDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hIcegauntletDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDynastyT5", + "Name": "@1hGauntletIceCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hIcegauntletDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hIcegauntletDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hIcegauntletDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDynastyT4", + "Name": "@1hGauntletVoidCorruptedT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidCorruptedT4_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "VoidGauntletT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidgauntletDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hVoidgauntletDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hVoidgauntletDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDynastyT5", + "Name": "@1hGauntletVoidCorruptedT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidCorruptedT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidgauntletDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hVoidgauntletDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hVoidgauntletDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDynastyT4", + "Name": "@2hBlunderbussDynastyT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDynastyT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BlunderbussT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDynastyT5", + "Name": "@2hBlunderbussDynastyT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDynastyT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_CorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordKnightT3", + "Name": "@1hLongswordKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordKnightT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeKnightT3", + "Name": "@1hThrowingAxeKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeKnightT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerKnightT3", + "Name": "@2hWarhammerKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerKnightT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeKnightT3", + "Name": "@2hGreatAxeKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeKnightT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HAxeT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowKnightT3", + "Name": "@2hBowKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowKnightT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BowT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_TimberT3", + "CraftingRecipe": "SalvageSmall_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketKnightT3", + "Name": "@2hMusketKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketKnightT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 4, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldKnightT3", + "Name": "@1hRoundShieldKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldKnightT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldAT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldKnightT3", + "Name": "@1hKiteShieldKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldKnightT3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldBT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireKnightT3", + "Name": "@2hStaffFireKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireKnightT3_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "FireStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeKnightT3", + "Name": "@2hStaffLifeKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeKnightT3_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearKnightT3", + "Name": "@2hSpearKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearKnightT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SpearT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierKnightT3", + "Name": "@1hRapierKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierKnightT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RapierT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 32, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceKnightT3", + "Name": "@1hGauntletIceKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceKnightT3_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hElementalGauntlet_IceT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidKnightT3", + "Name": "@1hGauntletVoidKnightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidKnightT3_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "VoidGauntletT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT3", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletEvilKnightT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletEvilKnightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletEvilKnightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordLostEliteT4", + "Name": "@1hLongswordLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordLostEliteT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeLostEliteT4", + "Name": "@1hThrowingAxeLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeLostEliteT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerLostEliteT4", + "Name": "@2hWarhammerLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerLostEliteT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeLostEliteT4", + "Name": "@2hGreatAxeLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeLostEliteT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearLostEliteT4", + "Name": "@2hSpearLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearLostEliteT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SpearT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierLostEliteT4", + "Name": "@1hRapierLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierLostEliteT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RapierT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireLostEliteT4", + "Name": "@2hStaffFireLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireLostEliteT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hlifestaffGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hlifestaffGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hlifestaffGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeLostEliteT4", + "Name": "@2hStaffLifeLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeLostEliteT4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hfirestaffGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hfirestaffGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hfirestaffGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceLostEliteT4", + "Name": "@1hGauntletIceLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceLostEliteT4_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hElementalGauntlet_IceT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hicegauntletGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hicegauntletGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hicegauntletGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowLostEliteT4", + "Name": "@2hBowLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowLostEliteT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketLostEliteT4", + "Name": "@2hMusketLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketLostEliteT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldLostEliteT4", + "Name": "@1hRoundShieldLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldLostEliteT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldLostEliteT4", + "Name": "@1hKiteShieldLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldLostEliteT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldLostEliteT4", + "Name": "@1hTowerShieldLostEliteT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldLostEliteT4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldDT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowershieldGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowershieldGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowershieldGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 66, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidLostEliteT4", + "Name": "@1hGauntletVoidLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidLostEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "VoidGauntletT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT4", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hvoidgauntletGraverobberT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/VoidGauntletGraverobberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VoidGauntletGraverobberT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordLostEliteT5", + "Name": "@1hLongswordLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordLostEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeLostEliteT5", + "Name": "@1hThrowingAxeLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeLostEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerLostEliteT5", + "Name": "@2hWarhammerLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerLostEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeLostEliteT5", + "Name": "@2hGreatAxeLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeLostEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowLostEliteT5", + "Name": "@2hBowLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowLostEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketLostEliteT5", + "Name": "@2hMusketLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketLostEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldLostEliteT5", + "Name": "@1hRoundShieldLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldLostEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldLostEliteT5", + "Name": "@1hKiteShieldLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldLostEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldLostEliteT5", + "Name": "@1hTowerShieldLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldLostEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowershieldGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowershieldGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowershieldGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireLostEliteT5", + "Name": "@2hStaffFireLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireLostEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hfirestaffGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hfirestaffGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hfirestaffGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeLostEliteT5", + "Name": "@2hStaffLifeLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeLostEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hlifestaffGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hlifestaffGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hlifestaffGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearLostEliteT5", + "Name": "@2hSpearLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearLostEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierLostEliteT5", + "Name": "@1hRapierLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierLostEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceLostEliteT5", + "Name": "@1hGauntletIceLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceLostEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hicegauntletGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hicegauntletGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hicegauntletGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidLostEliteT5", + "Name": "@1hGauntletVoidLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidLostEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hvoidgauntletGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/VoidGauntletGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VoidGauntletGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussLostEliteT5", + "Name": "@2hBlunderbussLostEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussLostEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_EliteLostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteLostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteLostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussGraverobberT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussGraverobberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussGraverobberT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordAncientEliteT5", + "Name": "@1hLongswordAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeAncientEliteT5", + "Name": "@1hThrowingAxeAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerAncientEliteT5", + "Name": "@2hWarhammerAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeAncientEliteT5", + "Name": "@2hGreatAxeAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowAncientEliteT5", + "Name": "@2hBowAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketAncientEliteT5", + "Name": "@2hMusketAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldAncientEliteT5", + "Name": "@1hRoundShieldAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldAncientEliteT5", + "Name": "@1hKiteShieldAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldAncientEliteT5", + "Name": "@1hTowerShieldAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowershieldCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireAncientEliteT5", + "Name": "@2hStaffFireAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hfirestaffCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeAncientEliteT5", + "Name": "@2hStaffLifeAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hlifestaffCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearAncientEliteT5", + "Name": "@2hSpearAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierAncientEliteT5", + "Name": "@1hRapierAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceAncientEliteT5", + "Name": "@1hGauntletIceAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidAncientEliteT5", + "Name": "@1hGauntletVoidAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/VoidGauntletCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VoidGauntletCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussAncientEliteT5", + "Name": "@2hBlunderbussAncientEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussAncientEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_EliteAncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAncientBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAncientBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordAngryEarthEliteT5", + "Name": "@1hLongswordAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeAngryEarthEliteT5", + "Name": "@1hThrowingAxeAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerAngryEarthEliteT5", + "Name": "@2hWarhammerAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeAngryEarthEliteT5", + "Name": "@2hGreatAxeAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowAngryEarthEliteT5", + "Name": "@2hBowAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketAngryEarthEliteT5", + "Name": "@2hMusketAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldAngryEarthEliteT5", + "Name": "@1hRoundShieldAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldAngryEarthEliteT5", + "Name": "@1hKiteShieldAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldAngryEarthEliteT5", + "Name": "@1hTowerShieldAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowershieldDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireAngryEarthEliteT5", + "Name": "@2hStaffFireAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hfirestaffDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeAngryEarthEliteT5", + "Name": "@2hStaffLifeAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hlifestaffDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearAngryEarthEliteT5", + "Name": "@2hSpearAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierAngryEarthEliteT5", + "Name": "@1hRapierAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceAngryEarthEliteT5", + "Name": "@1hGauntletIceAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidAngryEarthEliteT5", + "Name": "@1hGauntletVoidAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/VoidGauntletDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VoidGauntletDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussAngryEarthEliteT5", + "Name": "@2hBlunderbussAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordCorruptedEliteT5", + "Name": "@1hLongswordCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeCorruptedEliteT5", + "Name": "@1hThrowingAxeCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerCorruptedEliteT5", + "Name": "@2hWarhammerCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hwarhammerFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hwarhammerFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hwarhammerFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeCorruptedEliteT5", + "Name": "@2hGreatAxeCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowCorruptedEliteT5", + "Name": "@2hBowCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketCorruptedEliteT5", + "Name": "@2hMusketCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldCorruptedEliteT5", + "Name": "@1hRoundShieldCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldCorruptedEliteT5", + "Name": "@1hKiteShieldCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldCorruptedEliteT5", + "Name": "@1hTowerShieldCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireCorruptedEliteT5", + "Name": "@2hStaffFireCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeCorruptedEliteT5", + "Name": "@2hStaffLifeCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearCorruptedEliteT5", + "Name": "@2hSpearCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierCorruptedEliteT5", + "Name": "@1hRapierCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceCorruptedEliteT5", + "Name": "@1hGauntletIceCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidCorruptedEliteT5", + "Name": "@1hGauntletVoidCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "VoidGauntletFanatic_OrthoT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/VoidGauntletFanatic_OrthoT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VoidGauntletFanatic_OrthoT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussCorruptedEliteT5", + "Name": "@2hBlunderbussCorruptedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussCorruptedEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDynastyEliteT5", + "Name": "@1hLongswordDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hStraightSwordDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hStraightSwordDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hStraightSwordDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDynastyEliteT5", + "Name": "@1hThrowingAxeDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingaxeDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingaxeDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingaxeDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDynastyEliteT5", + "Name": "@2hWarhammerDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeDynastyEliteT5", + "Name": "@2hGreatAxeDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDynastyEliteT5", + "Name": "@2hBowDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDynastyEliteT5", + "Name": "@2hMusketDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDynastyEliteT5", + "Name": "@1hRoundShieldDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldRoundDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldRoundDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldRoundDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldDynastyEliteT5", + "Name": "@1hKiteShieldDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldKiteDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldKiteDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldKiteDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldDynastyEliteT5", + "Name": "@1hTowerShieldDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldTowerDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldTowerDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldTowerDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDynastyEliteT5", + "Name": "@2hStaffFireDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStafffireDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStafffireDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStafffireDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDynastyEliteT5", + "Name": "@2hStaffLifeDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStafflifeDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStafflifeDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStafflifeDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDynastyEliteT5", + "Name": "@2hSpearDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDynastyEliteT5", + "Name": "@1hRapierDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDynastyEliteT5", + "Name": "@1hGauntletIceDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hIcegauntletDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hIcegauntletDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hIcegauntletDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDynastyEliteT5", + "Name": "@1hGauntletVoidDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidgauntletDynasty_VB", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hVoidgauntletDynasty_VB.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hVoidgauntletDynasty_VB.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDynastyEliteT5", + "Name": "@2hBlunderbussDynastyEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDynastyEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_EliteCorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteCorruptedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteCorruptedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDrownedEliteT5", + "Name": "@1hLongswordDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Swords", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hstraightWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hstraightWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hstraightWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDrownedEliteT5", + "Name": "@1hThrowingAxeDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Hatchets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDrownedEliteT5", + "Name": "@2hWarhammerDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "WarHammers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hwarhammerWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hwarhammerWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hwarhammerWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeDrownedEliteT5", + "Name": "@2hGreatAxeDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "GreatAxes", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hgreataxeWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hgreataxeWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hgreataxeWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDrownedEliteT5", + "Name": "@2hBowDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Bows", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hbowWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hbowWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hbowWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDrownedEliteT5", + "Name": "@2hMusketDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Muskets", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldDrownedEliteT5", + "Name": "@1hRoundShieldDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsRound", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hroundshieldWaterlogged", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hroundshieldWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hroundshieldWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldDrownedEliteT5", + "Name": "@1hKiteShieldDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsKite", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldWaterlogged", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldDrownedEliteT5", + "Name": "@1hTowerShieldDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "Weapons", + "TradingFamily": "Shields", + "TradingGroup": "ShieldsTower", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDrownedEliteT5", + "Name": "@2hStaffFireDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesFire", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDrownedEliteT5", + "Name": "@2hStaffLifeDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "StavesLife", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDrownedEliteT5", + "Name": "@2hSpearDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Spears", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDrownedEliteT5", + "Name": "@1hRapierDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "Weapons", + "TradingFamily": "1Handed", + "TradingGroup": "Rapiers", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hrapierWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hrapierWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hrapierWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDrownedEliteT5", + "Name": "@1hGauntletIceDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletIce", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hIceGauntletWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hIceGauntletWaterloggedSiren.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hIceGauntletWaterloggedSiren.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDrownedEliteT5", + "Name": "@1hGauntletVoidDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "Weapons", + "TradingFamily": "Magical", + "TradingGroup": "GauntletVoid", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidGauntletWaterloggedSiren", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hVoidGauntletWaterloggedSiren", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hVoidGauntletWaterloggedSiren", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDrownedEliteT5", + "Name": "@2hBlunderbussDrownedEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDrownedEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "Weapons", + "TradingFamily": "2Handed", + "TradingGroup": "Blunderbuss", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_EliteDrownedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_EliteDrownedBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteDrownedBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussWaterloggedSirenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussWaterloggedSirenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussWaterloggedSirenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordAncient2AncestralT5", + "Name": "@1hLongswordAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordAncient2AncestralT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeAncient2AncestralT5", + "Name": "@1hThrowingAxeAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetAncient2AncestralT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerAncient2AncestralT5", + "Name": "@2hWarhammerAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerAncient2AncestralT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeAncient2AncestralT5", + "Name": "@2hGreatAxeAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeAncient2AncestralT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowAncient2AncestralT5", + "Name": "@2hBowAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowAncient2AncestralT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketAncient2AncestralT5", + "Name": "@2hMusketAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketAncient2AncestralT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldAncient2AncestralT5", + "Name": "@1hRoundShieldAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldAncient2AncestralT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldAncient2AncestralT5", + "Name": "@1hKiteShieldAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldAncient2AncestralT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldAncient2AncestralT5", + "Name": "@1hTowerShieldAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireAncient2AncestralT5", + "Name": "@2hStaffFireAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffAncient2AncestralT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeAncient2AncestralT5", + "Name": "@2hStaffLifeAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffAncient2AncestralT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearAncient2AncestralT5", + "Name": "@2hSpearAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearAncient2AncestralT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierAncient2AncestralT5", + "Name": "@1hRapierAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierAncient2AncestralT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierAncient2AncestralT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierAncient2AncestralT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceAncient2AncestralT5", + "Name": "@1hGauntletIceAncient2AncestralT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceAncient2AncestralT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hElementalGauntlet_IceT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Fisherman_DropT2", + "Name": "@LightHead_Fisherman_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Fisherman_DropT2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT2Bucket", + "PerkBucket2": "GlobalAttributeBucketT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fisherman_head", + "ArmorAppearanceF": "f_fisherman_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fisherman_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fisherman_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Fisherman_DropT2", + "Name": "@LightChest_Fisherman_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Fisherman_DropT2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT2Bucket", + "PerkBucket2": "GlobalAttributeBucketT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fisherman_chest", + "ArmorAppearanceF": "f_fisherman_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fisherman_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fisherman_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Fisherman_DropT2", + "Name": "@LightHands_Fisherman_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Fisherman_DropT2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT2Bucket", + "PerkBucket2": "GlobalAttributeBucketT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fisherman_hands", + "ArmorAppearanceF": "f_fisherman_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fisherman_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fisherman_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Fisherman_DropT2", + "Name": "@LightLegs_Fisherman_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Fisherman_DropT2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT2Bucket", + "PerkBucket2": "GlobalAttributeBucketT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fisherman_legs", + "ArmorAppearanceF": "f_fisherman_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fisherman_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fisherman_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Fisherman_DropT2", + "Name": "@LightFeet_Fisherman_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Fisherman_DropT2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT3Bucket", + "PerkBucket2": "GlobalAttributeBucketT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fisherman_feet", + "ArmorAppearanceF": "f_fisherman_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fisherman_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fisherman_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Fisherman_DropT3", + "Name": "@LightHead_Fisherman_DropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Fisherman_DropT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT3Bucket", + "PerkBucket2": "GlobalAttributeBucketT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "FishingArmorT3BucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fisherman_head", + "ArmorAppearanceF": "f_fisherman_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fisherman_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fisherman_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Fisherman_DropT3", + "Name": "@LightChest_Fisherman_DropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Fisherman_DropT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT3Bucket", + "PerkBucket2": "GlobalAttributeBucketT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "FishingArmorT3BucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fisherman_chest", + "ArmorAppearanceF": "f_fisherman_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fisherman_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fisherman_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Fisherman_DropT3", + "Name": "@LightHands_Fisherman_DropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Fisherman_DropT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT3Bucket", + "PerkBucket2": "GlobalAttributeBucketT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "FishingArmorT3BucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fisherman_hands", + "ArmorAppearanceF": "f_fisherman_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fisherman_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fisherman_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Fisherman_DropT3", + "Name": "@LightLegs_Fisherman_DropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Fisherman_DropT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT3Bucket", + "PerkBucket2": "GlobalAttributeBucketT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "FishingArmorT3BucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fisherman_legs", + "ArmorAppearanceF": "f_fisherman_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fisherman_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fisherman_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Fisherman_DropT3", + "Name": "@LightFeet_Fisherman_DropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Fisherman_DropT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT4Bucket", + "PerkBucket2": "GlobalAttributeBucketT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "FishingArmorT3BucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fisherman_feet", + "ArmorAppearanceF": "f_fisherman_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fisherman_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fisherman_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_FishermanVengeful_DropT4", + "Name": "@LightHead_FishermanVengeful_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_FishermanVengeful_DropT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT4Bucket", + "PerkBucket2": "GlobalAttributeBucketT4", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "FishingArmorT4BucketChance", + "PerkBucket5": "FishingArmorT4BucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_head", + "ArmorAppearanceF": "f_vengefulFisherman_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_FishermanVengeful_DropT4", + "Name": "@LightChest_FishermanVengeful_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_FishermanVengeful_DropT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT4Bucket", + "PerkBucket2": "GlobalAttributeBucketT4", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "FishingArmorT4BucketChance", + "PerkBucket5": "FishingArmorT4BucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vengefulFisherman_chest", + "ArmorAppearanceF": "f_vengefulFisherman_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_FishermanVengeful_DropT4", + "Name": "@LightHands_FishermanVengeful_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_FishermanVengeful_DropT4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT4Bucket", + "PerkBucket2": "GlobalAttributeBucketT4", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "FishingArmorT4BucketChance", + "PerkBucket5": "FishingArmorT4BucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_hands", + "ArmorAppearanceF": "f_vengefulFisherman_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_FishermanVengeful_DropT4", + "Name": "@LightLegs_FishermanVengeful_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_FishermanVengeful_DropT4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT4Bucket", + "PerkBucket2": "GlobalAttributeBucketT4", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "FishingArmorT4BucketChance", + "PerkBucket5": "FishingArmorT4BucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_legs", + "ArmorAppearanceF": "f_vengefulFisherman_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_FishermanVengeful_DropT4", + "Name": "@LightFeet_FishermanVengeful_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_FishermanVengeful_DropT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT4Bucket", + "PerkBucket2": "GlobalAttributeBucketT4", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "FishingArmorT4BucketChance", + "PerkBucket5": "FishingArmorT4BucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vengefulFisherman_feet", + "ArmorAppearanceF": "f_vengefulFisherman_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_FishermanVengeful_DropT5", + "Name": "@LightHead_FishermanVengeful_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_FishermanVengeful_DropT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT5Bucket", + "PerkBucket2": "GlobalAttributeBucketT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "FishingArmorT5BucketChance", + "PerkBucket5": "FishingArmorT5BucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_head", + "ArmorAppearanceF": "f_vengefulFisherman_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_FishermanVengeful_DropT5", + "Name": "@LightChest_FishermanVengeful_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_FishermanVengeful_DropT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT5Bucket", + "PerkBucket2": "GlobalAttributeBucketT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "FishingArmorT5BucketChance", + "PerkBucket5": "FishingArmorT5BucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vengefulFisherman_chest", + "ArmorAppearanceF": "f_vengefulFisherman_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_FishermanVengeful_DropT5", + "Name": "@LightHands_FishermanVengeful_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_FishermanVengeful_DropT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT5Bucket", + "PerkBucket2": "GlobalAttributeBucketT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "FishingArmorT5BucketChance", + "PerkBucket5": "FishingArmorT5BucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_hands", + "ArmorAppearanceF": "f_vengefulFisherman_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_FishermanVengeful_DropT5", + "Name": "@LightLegs_FishermanVengeful_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_FishermanVengeful_DropT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT5Bucket", + "PerkBucket2": "GlobalAttributeBucketT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "FishingArmorT5BucketChance", + "PerkBucket5": "FishingArmorT5BucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_legs", + "ArmorAppearanceF": "f_vengefulFisherman_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_FishermanVengeful_DropT5", + "Name": "@LightFeet_FishermanVengeful_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_FishermanVengeful_DropT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "FishingArmorT5Bucket", + "PerkBucket2": "GlobalAttributeBucketT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "FishingArmorT5BucketChance", + "PerkBucket5": "FishingArmorT5BucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vengefulFisherman_feet", + "ArmorAppearanceF": "f_vengefulFisherman_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "TestHead", + "Name": "@TestHead_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_head_slot", + "Description": "@TestHead_Description", + "ItemClass": "EquippableHead", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/TestHead.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TestHead.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 5, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "TestChest", + "Name": "@TestChest_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_chest_slot", + "Description": "@TestChest_Description", + "ItemClass": "EquippableChest", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/TestChest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TestChest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 5, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "TestHands", + "Name": "@TestHands_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_hands_slot", + "Description": "@TestHands_Description", + "ItemClass": "EquippableHands", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/TestHands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TestHands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 5, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "TestLegs", + "Name": "@TestLegs_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_legs_slot", + "Description": "@TestLegs_Description", + "ItemClass": "EquippableLegs", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/TestLegs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TestLegs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 5, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "TestFeet", + "Name": "@TestFeet_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_feet_slot", + "Description": "@TestFeet_Description", + "ItemClass": "EquippableFeet", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/TestFeet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TestFeet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 5, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "EarringDropT5", + "Name": "@EarringDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "Apparel", + "TradingFamily": "Earrings", + "TradingGroup": "DroppedEarring", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "GlobalGemSlotChanceT5", + "PerkBucket3": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RingDropT5", + "Name": "@RingDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "Apparel", + "TradingFamily": "Rings", + "TradingGroup": "DroppedRing", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "GlobalGemSlotChanceT5", + "PerkBucket3": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "AmuletDropT5", + "Name": "@AmuletDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "Apparel", + "TradingFamily": "Amulets", + "TradingGroup": "DroppedAmulet", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "GlobalGemSlotChanceT5", + "PerkBucket3": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Earring_BreachT3", + "Name": "@Earring_BreachT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_BreachT3_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "EarringCONT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring17.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring17.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT3", + "CraftingRecipe": "SalvageSmall_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Earring_BreachT4", + "Name": "@Earring_BreachT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_BreachT4_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "EarringCONT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring22.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring22.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Earring_BreachT5", + "Name": "@Earring_BreachT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_BreachT5_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Ring_BreachT3", + "Name": "@Ring_BreachT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_BreachT3_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RingCONT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing17.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing17.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT3", + "CraftingRecipe": "SalvageSmall_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Ring_BreachT4", + "Name": "@Ring_BreachT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_BreachT4_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RingCONT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing22.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing22.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Ring_BreachT5", + "Name": "@Ring_BreachT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_BreachT5_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Amulet_BreachT3", + "Name": "@Amulet_BreachT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_BreachT3_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "AmuletCONT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet17.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet17.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalPreciousT3", + "CraftingRecipe": "SalvageSmall_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Amulet_BreachT4", + "Name": "@Amulet_BreachT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_BreachT4_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "AmuletCONT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet22.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet22.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Amulet_BreachT5", + "Name": "@Amulet_BreachT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_BreachT5_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Earring_InvasionT3", + "Name": "@Earring_InvasionT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_InvasionT3_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "EarringCONT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring17.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring17.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT3", + "CraftingRecipe": "SalvageSmall_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Earring_InvasionT4", + "Name": "@Earring_InvasionT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_InvasionT4_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "EarringCONT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring22.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring22.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Earring_InvasionT5", + "Name": "@Earring_InvasionT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_InvasionT5_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Ring_InvasionT3", + "Name": "@Ring_InvasionT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_InvasionT3_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RingCONT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing17.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing17.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT3", + "CraftingRecipe": "SalvageSmall_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Ring_InvasionT4", + "Name": "@Ring_InvasionT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_InvasionT4_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RingCONT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing22.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing22.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Ring_InvasionT5", + "Name": "@Ring_InvasionT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_InvasionT5_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Amulet_InvasionT3", + "Name": "@Amulet_InvasionT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_InvasionT3_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "AmuletCONT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet17.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet17.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalPreciousT3", + "CraftingRecipe": "SalvageSmall_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Amulet_InvasionT4", + "Name": "@Amulet_InvasionT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_InvasionT4_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "AmuletCONT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet22.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet22.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Amulet_InvasionT5", + "Name": "@Amulet_InvasionT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_InvasionT5_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Head_DuelistT2", + "Name": "@Head_DuelistT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@Head_DuelistT2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "GlobalGemSlotChanceT2", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T1", + "ArmorAppearanceF": "F_Cloth_Hat_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_DuelistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_DuelistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Legs_DuelistT2", + "Name": "@Legs_DuelistT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@Legs_DuelistT2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "GlobalGemSlotChanceT2", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Pants_T1", + "ArmorAppearanceF": "F_Cloth_Pants_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_DuelistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_DuelistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Chest_DuelistT2", + "Name": "@Chest_DuelistT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@Chest_DuelistT2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "GlobalGemSlotChanceT2", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T1", + "ArmorAppearanceF": "F_Cloth_Shirt_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_DuelistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_DuelistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Feet_DuelistT2", + "Name": "@Feet_DuelistT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@Feet_DuelistT2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "GlobalGemSlotChanceT2", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T1", + "ArmorAppearanceF": "F_Cloth_Boots_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_DuelistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_DuelistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Chest_SoldierT2", + "Name": "@Chest_SoldierT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@Chest_SoldierT2_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "GlobalGemSlotChanceT2", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T1", + "ArmorAppearanceF": "F_Conquistador_Chest_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_SoldierT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_SoldierT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Chest_ExplorerT2", + "Name": "@Chest_ExplorerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@Chest_ExplorerT2_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "GlobalGemSlotChanceT2", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Shirt", + "ArmorAppearanceF": "F_MilitaryCivil_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_ExplorerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_ExplorerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_PlateDropT2", + "Name": "@HeavyHead_PlateDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_PlateDropT2_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T1", + "ArmorAppearanceF": "F_Conquistador_Helm_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_SoldierT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_SoldierT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_PlateDropT3", + "Name": "@HeavyHead_PlateDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_PlateDropT3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T2", + "ArmorAppearanceF": "F_Conquistador_Helm_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "Head_SoldierT3", + "IconPath": "lyshineui/images/icons/items/Armor/Head_SoldierT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_SoldierT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_PlateDropT4", + "Name": "@HeavyHead_PlateDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_PlateDropT4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T2", + "ArmorAppearanceF": "F_Conquistador_Helm_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_SoldierT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_SoldierT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_PlateDropT5", + "Name": "@HeavyHead_PlateDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_PlateDropT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Hat_T5", + "ArmorAppearanceF": "F_Metal_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_SoldierT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_SoldierT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_PlateDropT2", + "Name": "@HeavyChest_PlateDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_PlateDropT2_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T1", + "ArmorAppearanceF": "F_Conquistador_Chest_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_SoldierT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_SoldierT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_PlateDropT3", + "Name": "@HeavyChest_PlateDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_PlateDropT3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T2", + "ArmorAppearanceF": "F_Conquistador_Chest_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_SoldierT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_SoldierT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_PlateDropT4", + "Name": "@HeavyChest_PlateDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_PlateDropT4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T3", + "ArmorAppearanceF": "F_Conquistador_Chest_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_SoldierT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_SoldierT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_PlateDropT5", + "Name": "@HeavyChest_PlateDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_PlateDropT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Shirt_T5", + "ArmorAppearanceF": "F_Metal_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_SoldierT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_SoldierT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_PlateDropT2", + "Name": "@HeavyHands_PlateDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_PlateDropT2_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T1", + "ArmorAppearanceF": "F_Conquistador_Gloves_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_SoldierT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_SoldierT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_PlateDropT3", + "Name": "@HeavyHands_PlateDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_PlateDropT3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T2", + "ArmorAppearanceF": "F_Conquistador_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_SoldierT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_SoldierT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_PlateDropT4", + "Name": "@HeavyHands_PlateDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_PlateDropT4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T3", + "ArmorAppearanceF": "F_Conquistador_Gloves_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_SoldierT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_SoldierT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_PlateDropT5", + "Name": "@HeavyHands_PlateDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_PlateDropT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Gloves_T5", + "ArmorAppearanceF": "F_Metal_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_SoldierT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_SoldierT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_PlateDropT2", + "Name": "@HeavyLegs_PlateDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_PlateDropT2_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T1", + "ArmorAppearanceF": "F_Conquistador_Pants_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_SoldierT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_SoldierT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_PlateDropT3", + "Name": "@HeavyLegs_PlateDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_PlateDropT3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T2", + "ArmorAppearanceF": "F_Conquistador_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_SoldierT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_SoldierT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_PlateDropT4", + "Name": "@HeavyLegs_PlateDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_PlateDropT4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T3", + "ArmorAppearanceF": "F_Conquistador_Pants_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_SoldierT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_SoldierT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_PlateDropT5", + "Name": "@HeavyLegs_PlateDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_PlateDropT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Pants_T5", + "ArmorAppearanceF": "F_Metal_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_SoldierT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_SoldierT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_PlateDropT2", + "Name": "@HeavyFeet_PlateDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_PlateDropT2_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T1", + "ArmorAppearanceF": "F_Conquistador_Boots_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_SoldierT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_SoldierT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_PlateDropT3", + "Name": "@HeavyFeet_PlateDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_PlateDropT3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T2", + "ArmorAppearanceF": "F_Conquistador_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_SoldierT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_SoldierT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_PlateDropT4", + "Name": "@HeavyFeet_PlateDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_PlateDropT4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T3", + "ArmorAppearanceF": "F_Conquistador_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_SoldierT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_SoldierT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_PlateDropT5", + "Name": "@HeavyFeet_PlateDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_PlateDropT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Boots_T5", + "ArmorAppearanceF": "F_Metal_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_SoldierT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_SoldierT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_HeavyDropT2", + "Name": "@HeavyHead_HeavyDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_HeavyDropT2_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Hat_T3", + "ArmorAppearanceF": "F_Metal_SetB_Hat_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_HeavyT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_HeavyT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_HeavyDropT3", + "Name": "@HeavyHead_HeavyDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_HeavyDropT3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Ancestral_Hat", + "ArmorAppearanceF": "F_Ancestral_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_HeavyT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_HeavyT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_HeavyDropT4", + "Name": "@HeavyHead_HeavyDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_HeavyDropT4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Hat_T5", + "ArmorAppearanceF": "F_Metal_SetB_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_HeavyT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_HeavyT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_HeavyDropT3", + "Name": "@HeavyChest_HeavyDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_HeavyDropT3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Shirt_T3", + "ArmorAppearanceF": "F_Metal_SetB_Shirt_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_HeavyT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_HeavyT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 150, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_HeavyDropT4", + "Name": "@HeavyChest_HeavyDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_HeavyDropT4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Ancestral_Shirt", + "ArmorAppearanceF": "F_Ancestral_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_HeavyT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_HeavyT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 150, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_HeavyDropT5", + "Name": "@HeavyChest_HeavyDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_HeavyDropT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Shirt_T5", + "ArmorAppearanceF": "F_Metal_SetB_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_HeavyT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_HeavyT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 150, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_HeavyDropT3", + "Name": "@HeavyHands_HeavyDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_HeavyDropT3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Gloves_T3", + "ArmorAppearanceF": "F_Metal_SetB_Gloves_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_HeavyT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_HeavyT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 75, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_HeavyDropT4", + "Name": "@HeavyHands_HeavyDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_HeavyDropT4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Ancestral_Gloves", + "ArmorAppearanceF": "F_Ancestral_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_HeavyT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_HeavyT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 75, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_HeavyDropT5", + "Name": "@HeavyHands_HeavyDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_HeavyDropT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Gloves_T5", + "ArmorAppearanceF": "F_Metal_SetB_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_HeavyT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_HeavyT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 75, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_HeavyDropT3", + "Name": "@HeavyLegs_HeavyDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_HeavyDropT3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Pants_T3", + "ArmorAppearanceF": "F_Metal_SetB_Pants_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_HeavyT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_HeavyT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_HeavyDropT4", + "Name": "@HeavyLegs_HeavyDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_HeavyDropT4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Ancestral_Pants", + "ArmorAppearanceF": "F_Ancestral_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_HeavyT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_HeavyT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_HeavyDropT5", + "Name": "@HeavyLegs_HeavyDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_HeavyDropT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Pants_T5", + "ArmorAppearanceF": "F_Metal_SetB_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_HeavyT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_HeavyT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_HeavyDropT3", + "Name": "@HeavyFeet_HeavyDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_HeavyDropT3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Boots_T3", + "ArmorAppearanceF": "F_Metal_SetB_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_HeavyT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_HeavyT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 75, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_HeavyDropT4", + "Name": "@HeavyFeet_HeavyDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_HeavyDropT4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Ancestral_Boots", + "ArmorAppearanceF": "F_Ancestral_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_HeavyT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_HeavyT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 75, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_HeavyDropT5", + "Name": "@HeavyFeet_HeavyDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_HeavyDropT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Boots_T5", + "ArmorAppearanceF": "F_Metal_SetB_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_HeavyT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_HeavyT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 75, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_FurPlateDropT2", + "Name": "@HeavyHead_FurPlateDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_FurPlateDropT2_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Hat_T4", + "ArmorAppearanceF": "F_Metal_SetC_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_FurPlateDropT3", + "Name": "@HeavyHead_FurPlateDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_FurPlateDropT3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Hat_T4", + "ArmorAppearanceF": "F_Metal_SetC_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_FurPlateDropT4", + "Name": "@HeavyHead_FurPlateDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_FurPlateDropT4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Hat_T4", + "ArmorAppearanceF": "F_Metal_SetC_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_FurPlateDropT5", + "Name": "@HeavyHead_FurPlateDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_FurPlateDropT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Hat_T4", + "ArmorAppearanceF": "F_Metal_SetC_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_FurPlateDropT2", + "Name": "@HeavyChest_FurPlateDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_FurPlateDropT2_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Shirt_T4", + "ArmorAppearanceF": "F_Metal_SetC_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_FurPlateDropT3", + "Name": "@HeavyChest_FurPlateDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_FurPlateDropT3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Shirt_T4", + "ArmorAppearanceF": "F_Metal_SetC_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_FurPlateDropT4", + "Name": "@HeavyChest_FurPlateDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_FurPlateDropT4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Shirt_T4", + "ArmorAppearanceF": "F_Metal_SetC_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_FurPlateDropT5", + "Name": "@HeavyChest_FurPlateDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_FurPlateDropT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Shirt_T4", + "ArmorAppearanceF": "F_Metal_SetC_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_FurPlateDropT2", + "Name": "@HeavyHands_FurPlateDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_FurPlateDropT2_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Gloves_T4", + "ArmorAppearanceF": "F_Metal_SetC_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_FurPlateDropT3", + "Name": "@HeavyHands_FurPlateDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_FurPlateDropT3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Gloves_T4", + "ArmorAppearanceF": "F_Metal_SetC_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_FurPlateDropT4", + "Name": "@HeavyHands_FurPlateDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_FurPlateDropT4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Gloves_T4", + "ArmorAppearanceF": "F_Metal_SetC_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_FurPlateDropT5", + "Name": "@HeavyHands_FurPlateDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_FurPlateDropT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Gloves_T4", + "ArmorAppearanceF": "F_Metal_SetC_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_FurPlateDropT2", + "Name": "@HeavyLegs_FurPlateDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_FurPlateDropT2_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Pants_T4", + "ArmorAppearanceF": "F_Metal_SetC_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_FurPlateDropT3", + "Name": "@HeavyLegs_FurPlateDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_FurPlateDropT3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Pants_T4", + "ArmorAppearanceF": "F_Metal_SetC_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_FurPlateDropT4", + "Name": "@HeavyLegs_FurPlateDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_FurPlateDropT4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Pants_T4", + "ArmorAppearanceF": "F_Metal_SetC_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_FurPlateDropT5", + "Name": "@HeavyLegs_FurPlateDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_FurPlateDropT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Pants_T4", + "ArmorAppearanceF": "F_Metal_SetC_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_FurPlateDropT2", + "Name": "@HeavyFeet_FurPlateDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_FurPlateDropT2_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Metal_SetC_Boots_T4", + "ArmorAppearanceF": "F_Metal_SetC_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_FurPlateDropT3", + "Name": "@HeavyFeet_FurPlateDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_FurPlateDropT3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Metal_SetC_Boots_T4", + "ArmorAppearanceF": "F_Metal_SetC_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_FurPlateDropT4", + "Name": "@HeavyFeet_FurPlateDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_FurPlateDropT4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Metal_SetC_Boots_T4", + "ArmorAppearanceF": "F_Metal_SetC_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_FurPlateDropT5", + "Name": "@HeavyFeet_FurPlateDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_FurPlateDropT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Metal_SetC_Boots_T4", + "ArmorAppearanceF": "F_Metal_SetC_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_LeatherDropT2", + "Name": "@MediumHead_LeatherDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_LeatherDropT2_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Hat", + "ArmorAppearanceF": "F_MilitaryCivil_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_ExplorerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_ExplorerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_LeatherDropT3", + "Name": "@MediumHead_LeatherDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_LeatherDropT3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T1", + "ArmorAppearanceF": "F_Leather_Hat_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_ExplorerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_ExplorerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_LeatherDropT4", + "Name": "@MediumHead_LeatherDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_LeatherDropT4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_ExplorerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_ExplorerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_LeatherDropT5", + "Name": "@MediumHead_LeatherDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_LeatherDropT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Hat_T5", + "ArmorAppearanceF": "F_Leather_SetA_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_ExplorerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_ExplorerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_LeatherDropT2", + "Name": "@MediumChest_LeatherDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_LeatherDropT2_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Shirt", + "ArmorAppearanceF": "F_MilitaryCivil_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_ExplorerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_ExplorerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_LeatherDropT3", + "Name": "@MediumChest_LeatherDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_LeatherDropT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T1", + "ArmorAppearanceF": "F_Leather_Shirt_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_ExplorerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_ExplorerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_LeatherDropT4", + "Name": "@MediumChest_LeatherDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_LeatherDropT4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_ExplorerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_ExplorerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_LeatherDropT5", + "Name": "@MediumChest_LeatherDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_LeatherDropT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Shirt_T5", + "ArmorAppearanceF": "F_Leather_SetA_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_ExplorerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_ExplorerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_LeatherDropT2", + "Name": "@MediumHands_LeatherDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_LeatherDropT2_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "MilitaryCivil_Gloves", + "ArmorAppearanceF": "F_MilitaryCivil_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_ExplorerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_ExplorerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_LeatherDropT3", + "Name": "@MediumHands_LeatherDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_LeatherDropT3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Gloves_T1", + "ArmorAppearanceF": "F_Leather_Gloves_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_ExplorerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_ExplorerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_LeatherDropT4", + "Name": "@MediumHands_LeatherDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_LeatherDropT4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_ExplorerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_ExplorerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_LeatherDropT5", + "Name": "@MediumHands_LeatherDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_LeatherDropT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Gloves_T5", + "ArmorAppearanceF": "F_Leather_SetA_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_ExplorerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_ExplorerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_LeatherDropT2", + "Name": "@MediumLegs_LeatherDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_LeatherDropT2_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Pants", + "ArmorAppearanceF": "F_MilitaryCivil_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_ExplorerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_ExplorerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_LeatherDropT3", + "Name": "@MediumLegs_LeatherDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_LeatherDropT3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T1", + "ArmorAppearanceF": "F_Leather_Pants_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_ExplorerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_ExplorerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_LeatherDropT4", + "Name": "@MediumLegs_LeatherDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_LeatherDropT4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_ExplorerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_ExplorerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_LeatherDropT5", + "Name": "@MediumLegs_LeatherDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_LeatherDropT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Pants_T5", + "ArmorAppearanceF": "F_Leather_SetA_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_ExplorerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_ExplorerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_LeatherDropT2", + "Name": "@MediumFeet_LeatherDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_LeatherDropT2_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "MilitaryCivil_Boots", + "ArmorAppearanceF": "F_MilitaryCivil_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_ExplorerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_ExplorerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_LeatherDropT3", + "Name": "@MediumFeet_LeatherDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_LeatherDropT3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T1", + "ArmorAppearanceF": "F_Leather_Boots_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_ExplorerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_ExplorerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_LeatherDropT4", + "Name": "@MediumFeet_LeatherDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_LeatherDropT4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_ExplorerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_ExplorerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_LeatherDropT5", + "Name": "@MediumFeet_LeatherDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_LeatherDropT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Boots_T5", + "ArmorAppearanceF": "F_Leather_SetA_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_ExplorerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_ExplorerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_FurDropT3", + "Name": "@MediumHead_FurDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_FurDropT3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "ClothHybrid_Hat", + "ArmorAppearanceF": "F_ClothHybrid_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_TrapperT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_TrapperT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_FurDropT4", + "Name": "@MediumHead_FurDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_FurDropT4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_SetB_Hat_T4", + "ArmorAppearanceF": "F_Leather_SetB_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_TrapperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_TrapperT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_FurDropT5", + "Name": "@MediumHead_FurDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_FurDropT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "LeatherTrapper_Hat", + "ArmorAppearanceF": "F_LeatherTrapper_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_TrapperT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_TrapperT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_FurDropT3", + "Name": "@MediumChest_FurDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_FurDropT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "ClothHybrid_Shirt", + "ArmorAppearanceF": "F_ClothHybrid_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_TrapperT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_TrapperT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 90, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_FurDropT4", + "Name": "@MediumChest_FurDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_FurDropT4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetB_Shirt_T4", + "ArmorAppearanceF": "F_Leather_SetB_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_TrapperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_TrapperT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 90, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_FurDropT5", + "Name": "@MediumChest_FurDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_FurDropT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "LeatherTrapper_Shirt", + "ArmorAppearanceF": "F_LeatherTrapper_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_TrapperT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_TrapperT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 90, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_FurDropT3", + "Name": "@MediumHands_FurDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_FurDropT3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "ClothHybrid_Gloves", + "ArmorAppearanceF": "F_ClothHybrid_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_TrapperT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_TrapperT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 45, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_FurDropT4", + "Name": "@MediumHands_FurDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_FurDropT4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_SetB_Gloves_T4", + "ArmorAppearanceF": "F_Leather_SetB_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_TrapperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_TrapperT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 45, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_FurDropT5", + "Name": "@MediumHands_FurDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_FurDropT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "LeatherTrapper_Gloves", + "ArmorAppearanceF": "F_LeatherTrapper_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_TrapperT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_TrapperT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 45, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_FurDropT3", + "Name": "@MediumLegs_FurDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_FurDropT3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "ClothHybrid_Pants", + "ArmorAppearanceF": "F_ClothHybrid_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_TrapperT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_TrapperT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_FurDropT4", + "Name": "@MediumLegs_FurDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_FurDropT4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_SetB_Pants_T4", + "ArmorAppearanceF": "F_Leather_SetB_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_TrapperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_TrapperT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_FurDropT5", + "Name": "@MediumLegs_FurDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_FurDropT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "LeatherTrapper_Pants", + "ArmorAppearanceF": "F_LeatherTrapper_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_TrapperT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_TrapperT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_FurDropT3", + "Name": "@MediumFeet_FurDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_FurDropT3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "ClothHybrid_Boots", + "ArmorAppearanceF": "F_ClothHybrid_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_TrapperT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_TrapperT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 45, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_FurDropT4", + "Name": "@MediumFeet_FurDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_FurDropT4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_SetB_Boots_T4", + "ArmorAppearanceF": "F_Leather_SetB_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_TrapperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_TrapperT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 45, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_FurDropT5", + "Name": "@MediumFeet_FurDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_FurDropT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "LeatherTrapper_Boots", + "ArmorAppearanceF": "F_LeatherTrapper_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_TrapperT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_TrapperT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 45, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ClothDropT2", + "Name": "@LightHead_ClothDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ClothDropT2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T1", + "ArmorAppearanceF": "F_Cloth_Hat_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_DuelistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_DuelistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ClothDropT3", + "Name": "@LightHead_ClothDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ClothDropT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T2", + "ArmorAppearanceF": "F_Cloth_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_DuelistT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_DuelistT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ClothDropT4", + "Name": "@LightHead_ClothDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ClothDropT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Hat_T4", + "ArmorAppearanceF": "F_Cloth_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_DuelistT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_DuelistT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ClothDropT5", + "Name": "@LightHead_ClothDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ClothDropT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T5", + "ArmorAppearanceF": "F_Cloth_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_DuelistT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_DuelistT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ClothDropT2", + "Name": "@LightChest_ClothDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ClothDropT2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T1", + "ArmorAppearanceF": "F_Cloth_Shirt_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_DuelistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_DuelistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ClothDropT3", + "Name": "@LightChest_ClothDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ClothDropT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T2", + "ArmorAppearanceF": "F_Cloth_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_DuelistT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_DuelistT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ClothDropT4", + "Name": "@LightChest_ClothDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ClothDropT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T4", + "ArmorAppearanceF": "F_Cloth_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_DuelistT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_DuelistT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ClothDropT5", + "Name": "@LightChest_ClothDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ClothDropT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T5", + "ArmorAppearanceF": "F_Cloth_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_DuelistT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_DuelistT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ClothDropT2", + "Name": "@LightHands_ClothDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ClothDropT2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T1", + "ArmorAppearanceF": "F_Cloth_Gloves_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_DuelistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_DuelistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ClothDropT3", + "Name": "@LightHands_ClothDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ClothDropT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T2", + "ArmorAppearanceF": "F_Cloth_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_DuelistT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_DuelistT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ClothDropT4", + "Name": "@LightHands_ClothDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ClothDropT4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_DuelistT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_DuelistT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ClothDropT5", + "Name": "@LightHands_ClothDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ClothDropT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T5", + "ArmorAppearanceF": "F_Cloth_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_DuelistT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_DuelistT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ClothDropT2", + "Name": "@LightLegs_ClothDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ClothDropT2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Pants_T1", + "ArmorAppearanceF": "F_Cloth_Pants_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_DuelistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_DuelistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ClothDropT3", + "Name": "@LightLegs_ClothDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ClothDropT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T2", + "ArmorAppearanceF": "F_Cloth_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_DuelistT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_DuelistT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ClothDropT4", + "Name": "@LightLegs_ClothDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ClothDropT4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T4", + "ArmorAppearanceF": "F_Cloth_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_DuelistT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_DuelistT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ClothDropT5", + "Name": "@LightLegs_ClothDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ClothDropT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T5", + "ArmorAppearanceF": "F_Cloth_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_DuelistT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_DuelistT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ClothDropT2", + "Name": "@LightFeet_ClothDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ClothDropT2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T1", + "ArmorAppearanceF": "F_Cloth_Boots_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_DuelistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_DuelistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ClothDropT3", + "Name": "@LightFeet_ClothDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ClothDropT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Boots_T2", + "ArmorAppearanceF": "F_Cloth_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "Feet_DuelistT3", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_DuelistT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_DuelistT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ClothDropT4", + "Name": "@LightFeet_ClothDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ClothDropT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T4", + "ArmorAppearanceF": "F_Cloth_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_DuelistT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_DuelistT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ClothDropT5", + "Name": "@LightFeet_ClothDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ClothDropT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Boots_T5", + "ArmorAppearanceF": "F_Cloth_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_DuelistT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_DuelistT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_RobeDropT3", + "Name": "@LightHead_RobeDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_RobeDropT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Hat_T3", + "ArmorAppearanceF": "F_Cloth_SetB_Hat_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_SageT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_SageT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 12, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_RobeDropT4", + "Name": "@LightHead_RobeDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_RobeDropT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Hat_T4", + "ArmorAppearanceF": "F_Cloth_SetB_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_SageT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_SageT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 12, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_RobeDropT5", + "Name": "@LightHead_RobeDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_RobeDropT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Witch_Hat", + "ArmorAppearanceF": "F_Witch_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_SageT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_SageT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 12, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_RobeDropT3", + "Name": "@LightChest_RobeDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_RobeDropT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Shirt_T3", + "ArmorAppearanceF": "F_Cloth_SetB_Shirt_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_SageT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_SageT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 18, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_RobeDropT4", + "Name": "@LightChest_RobeDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_RobeDropT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Shirt_T4", + "ArmorAppearanceF": "F_Cloth_SetB_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_SageT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_SageT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 18, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_RobeDropT5", + "Name": "@LightChest_RobeDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_RobeDropT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Witch_Shirt", + "ArmorAppearanceF": "F_Witch_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_SageT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_SageT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 18, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_RobeDropT3", + "Name": "@LightHands_RobeDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_RobeDropT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Gloves_T3", + "ArmorAppearanceF": "F_Cloth_SetB_Gloves_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_SageT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_SageT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 9, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_RobeDropT4", + "Name": "@LightHands_RobeDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_RobeDropT4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_SetB_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_SageT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_SageT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 9, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_RobeDropT5", + "Name": "@LightHands_RobeDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_RobeDropT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_SageT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_SageT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 9, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_RobeDropT3", + "Name": "@LightLegs_RobeDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_RobeDropT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Pants_T3", + "ArmorAppearanceF": "F_Cloth_SetB_Pants_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_SageT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_SageT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 12, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_RobeDropT4", + "Name": "@LightLegs_RobeDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_RobeDropT4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Pants_T4", + "ArmorAppearanceF": "F_Cloth_SetB_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_SageT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_SageT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 12, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_RobeDropT5", + "Name": "@LightLegs_RobeDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_RobeDropT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Witch_Pants", + "ArmorAppearanceF": "F_Witch_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_SageT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_SageT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 12, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_RobeDropT3", + "Name": "@LightFeet_RobeDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_RobeDropT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Boots_T3", + "ArmorAppearanceF": "F_Cloth_SetB_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_SageT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_SageT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 9, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_RobeDropT4", + "Name": "@LightFeet_RobeDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_RobeDropT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Boots_T4", + "ArmorAppearanceF": "F_Cloth_SetB_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_SageT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_SageT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 9, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_RobeDropT5", + "Name": "@LightFeet_RobeDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_RobeDropT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Witch_Boots", + "ArmorAppearanceF": "F_Witch_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_SageT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_SageT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 9, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DressDropT2", + "Name": "@LightHead_DressDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DressDropT2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_basicdress_head", + "ArmorAppearanceF": "f_basicdress_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_basicdress_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_basicdress_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DressDropT3", + "Name": "@LightHead_DressDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DressDropT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininelightt3_head", + "ArmorAppearanceF": "f_femininelightt3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininelightt3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininelightt3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DressDropT4", + "Name": "@LightHead_DressDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DressDropT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femlightt4_head", + "ArmorAppearanceF": "f_femlightt4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femlightt4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femlightt4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DressDropT5", + "Name": "@LightHead_DressDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DressDropT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_femininelightt5_head", + "ArmorAppearanceF": "f_femininelightt5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininelightt5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininelightt5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DressDropT2", + "Name": "@LightChest_DressDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DressDropT2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_basicdress_chest", + "ArmorAppearanceF": "f_basicdress_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_basicdress_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_basicdress_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DressDropT3", + "Name": "@LightChest_DressDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DressDropT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininelightt3_chest", + "ArmorAppearanceF": "f_femininelightt3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininelightt3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininelightt3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DressDropT4", + "Name": "@LightChest_DressDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DressDropT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femlightt4_chest", + "ArmorAppearanceF": "f_femlightt4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femlightt4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femlightt4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DressDropT5", + "Name": "@LightChest_DressDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DressDropT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_femininelightt5_chest", + "ArmorAppearanceF": "f_femininelightt5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininelightt5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininelightt5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DressDropT2", + "Name": "@LightHands_DressDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DressDropT2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_basicdress_hands", + "ArmorAppearanceF": "f_basicdress_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_basicdress_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_basicdress_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DressDropT3", + "Name": "@LightHands_DressDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DressDropT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininelightt3_gloves", + "ArmorAppearanceF": "f_femininelightt3_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininelightt3_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininelightt3_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DressDropT4", + "Name": "@LightHands_DressDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DressDropT4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femlightt4_gloves", + "ArmorAppearanceF": "f_femlightt4_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femlightt4_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femlightt4_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DressDropT5", + "Name": "@LightHands_DressDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DressDropT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_femininelightt5_gloves", + "ArmorAppearanceF": "f_femininelightt5_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininelightt5_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininelightt5_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DressDropT2", + "Name": "@LightLegs_DressDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DressDropT2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_basicdress_legs", + "ArmorAppearanceF": "f_basicdress_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_basicdress_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_basicdress_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DressDropT3", + "Name": "@LightLegs_DressDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DressDropT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininelightt3_legs", + "ArmorAppearanceF": "f_femininelightt3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininelightt3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininelightt3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DressDropT4", + "Name": "@LightLegs_DressDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DressDropT4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_femlightt4_legs", + "ArmorAppearanceF": "f_femlightt4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femlightt4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femlightt4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DressDropT5", + "Name": "@LightLegs_DressDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DressDropT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_femininelightt5_legs", + "ArmorAppearanceF": "f_femininelightt5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininelightt5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininelightt5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DressDropT2", + "Name": "@LightFeet_DressDropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DressDropT2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_basicdress_feet", + "ArmorAppearanceF": "f_basicdress_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_basicdress_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_basicdress_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DressDropT3", + "Name": "@LightFeet_DressDropT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DressDropT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_femininelightt3_feet", + "ArmorAppearanceF": "f_femininelightt3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininelightt3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininelightt3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DressDropT4", + "Name": "@LightFeet_DressDropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DressDropT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_femlightt4_feet", + "ArmorAppearanceF": "f_femlightt4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femlightt4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femlightt4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DressDropT5", + "Name": "@LightFeet_DressDropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DressDropT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininelightt5_feet", + "ArmorAppearanceF": "f_femininelightt5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininelightt5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininelightt5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_StyleF01_T2", + "Name": "@LightHead_StyleF01_T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_StyleF01_T2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininehatt2_head", + "ArmorAppearanceF": "f_femininehatt2_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininehatt2_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininehatt2_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_StyleF02_T3", + "Name": "@LightHead_StyleF02_T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_StyleF02_T3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininehatt3_head", + "ArmorAppearanceF": "female_femininehatt3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininehatt3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininehatt3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_StyleF03_T4", + "Name": "@LightHead_StyleF03_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_StyleF03_T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininehatt4_head", + "ArmorAppearanceF": "f_femininehatt4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininehatt4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininehatt4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_StyleF04_T2", + "Name": "@LightChest_StyleF04_T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_StyleF04_T2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininechestt2_chest", + "ArmorAppearanceF": "f_femininechestt2_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininechestt2_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininechestt2_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_StyleF05_T3", + "Name": "@LightChest_StyleF05_T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_StyleF05_T3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_femininechestt3_chest", + "ArmorAppearanceF": "f_femininechestt3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininechestt3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininechestt3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_StyleF06_T4", + "Name": "@LightChest_StyleF06_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_StyleF06_T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_femalechestt4_chest", + "ArmorAppearanceF": "f_femalechestt4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femalechestt4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femalechestt4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_StyleF07_T2", + "Name": "@LightHands_StyleF07_T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_StyleF07_T2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femforearmst2_gloves", + "ArmorAppearanceF": "f_femforearmst2_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femforearmst2_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femforearmst2_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_StyleF08_T3", + "Name": "@LightHands_StyleF08_T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_StyleF08_T3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininechestt3_gloves", + "ArmorAppearanceF": "f_femininechestt3_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininechestt3_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininechestt3_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_StyleF09_T4", + "Name": "@LightHands_StyleF09_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_StyleF09_T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininehandst4_gloves", + "ArmorAppearanceF": "f_femininehandst4_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininehandst4_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininehandst4_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_StyleF10_T2", + "Name": "@LightLegs_StyleF10_T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_StyleF10_T2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_femalethighst2_legs", + "ArmorAppearanceF": "f_femalethighst2_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femalethighst2_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femalethighst2_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_StyleF11_T3", + "Name": "@LightLegs_StyleF11_T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_StyleF11_T3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "male_pantst3angel_thighs", + "ArmorAppearanceF": "f_pantst3angel_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/male_pantst3angel_thighs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/male_pantst3angel_thighs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_StyleF12_T4", + "Name": "@LightLegs_StyleF12_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_StyleF12_T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femalethighst4_legs", + "ArmorAppearanceF": "f_femalethighst4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femalethighst4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femalethighst4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_StyleF13_T2", + "Name": "@LightFeet_StyleF13_T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_StyleF13_T2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femalecalvest2_feet", + "ArmorAppearanceF": "f_femalecalvest2_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femalecalvest2_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femalecalvest2_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_StyleF14_T3", + "Name": "@LightFeet_StyleF14_T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_StyleF14_T3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininet3_shoes_feet", + "ArmorAppearanceF": "f_femininet3_shoes_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininet3_shoes_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininet3_shoes_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_StyleF15_T4", + "Name": "@LightFeet_StyleF15_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_StyleF15_T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femalecalvest4_feet", + "ArmorAppearanceF": "f_femalecalvest4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femalecalvest4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femalecalvest4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyHead_DropT2", + "Name": "@FemHeavyHead_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@FemHeavyHead_DropT2_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineRegalT2_head", + "ArmorAppearanceF": "f_feminineRegalT2_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineRegalT2_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineRegalT2_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyChest_DropT2", + "Name": "@FemHeavyChest_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@FemHeavyChest_DropT2_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineRegalT2_chest", + "ArmorAppearanceF": "f_feminineRegalT2_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineRegalT2_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineRegalT2_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyHands_DropT2", + "Name": "@FemHeavyHands_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@FemHeavyHands_DropT2_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_feminineRegalT2_gloves", + "ArmorAppearanceF": "f_feminineRegalT2_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineRegalT2_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineRegalT2_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyLegs_DropT2", + "Name": "@FemHeavyLegs_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@FemHeavyLegs_DropT2_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineRegalT2_legs", + "ArmorAppearanceF": "f_feminineRegalT2_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineRegalT2_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineRegalT2_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyFeet_DropT2", + "Name": "@FemHeavyFeet_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@FemHeavyFeet_DropT2_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineRegalT2_feet", + "ArmorAppearanceF": "f_feminineRegalT2_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineRegalT2_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineRegalT2_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemMedHead_DropT2", + "Name": "@FemMedHead_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@FemMedHead_DropT2_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininerangerT2_head", + "ArmorAppearanceF": "f_femininerangerT2_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininerangerT2_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininerangerT2_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemMedChest_DropT2", + "Name": "@FemMedChest_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@FemMedChest_DropT2_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininerangerT2_chest", + "ArmorAppearanceF": "f_femininerangerT2_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininerangerT2_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininerangerT2_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemMedHands_DropT2", + "Name": "@FemMedHands_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@FemMedHands_DropT2_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininerangerT2_gloves", + "ArmorAppearanceF": "f_femininerangerT2_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininerangerT2_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininerangerT2_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemMedLegs_DropT2", + "Name": "@FemMedLegs_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@FemMedLegs_DropT2_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininerangerT2_legs", + "ArmorAppearanceF": "f_femininerangerT2_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininerangerT2_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininerangerT2_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemMedFeet_DropT2", + "Name": "@FemMedFeet_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@FemMedFeet_DropT2_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_femininerangerT2_feet", + "ArmorAppearanceF": "f_femininerangerT2_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_femininerangerT2_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_femininerangerT2_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemShaman_LightChest_DropT5", + "Name": "@FemShaman_LightChest_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@FemShaman_LightChest_DropT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_feminineShamanMT5_chest", + "ArmorAppearanceF": "f_feminineShamanMT5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineShamanMT5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineShamanMT5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemShaman_LightHead_DropT5", + "Name": "@FemShaman_LightHead_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@FemShaman_LightHead_DropT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_feminineShamanMT5_head", + "ArmorAppearanceF": "f_feminineShamanMT5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineShamanMT5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineShamanMT5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemShaman_LightLegs_DropT5", + "Name": "@FemShaman_LightLegs_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@FemShaman_LightLegs_DropT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_feminineShamanMT5_legs", + "ArmorAppearanceF": "f_feminineShamanMT5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineShamanMT5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineShamanMT5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemShaman_LightFeet_DropT5", + "Name": "@FemShaman_LightFeet_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@FemShaman_LightFeet_DropT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_feminineShamanMT5_feet", + "ArmorAppearanceF": "f_feminineShamanMT5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineShamanMT5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineShamanMT5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemShaman_LightHands_DropT5", + "Name": "@FemShaman_LightHands_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@FemShaman_LightHands_DropT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineShamanMT5_gloves", + "ArmorAppearanceF": "f_feminineShamanMT5_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineShamanMT5_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineShamanMT5_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyChest_DropT5", + "Name": "@FemHeavyChest_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@FemHeavyChest_DropT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineknightHT5_chest", + "ArmorAppearanceF": "f_feminineknightHT5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineknightHT5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineknightHT5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyHead_DropT5", + "Name": "@FemHeavyHead_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@FemHeavyHead_DropT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineknightHT5_head", + "ArmorAppearanceF": "f_feminineknightHT5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineknightHT5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineknightHT5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyLegs_DropT5", + "Name": "@FemHeavyLegs_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@FemHeavyLegs_DropT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineknightHT5_legs", + "ArmorAppearanceF": "f_feminineknightHT5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineknightHT5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineknightHT5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyFeet_DropT5", + "Name": "@FemHeavyFeet_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@FemHeavyFeet_DropT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineknightHT5_feet", + "ArmorAppearanceF": "f_feminineknightHT5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineknightHT5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineknightHT5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyHands_DropT5", + "Name": "@FemHeavyHands_DropT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@FemHeavyHands_DropT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineknightHT5_gloves", + "ArmorAppearanceF": "f_feminineknightHT5_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineknightHT5_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineknightHT5_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemStud_MedChest_DropT2", + "Name": "@FemStud_MedChest_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@FemStud_MedChest_DropT2_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineMidMT2_chest", + "ArmorAppearanceF": "f_feminineMidMT2_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineMidMT2_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineMidMT2_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemStud_MedHead_DropT2", + "Name": "@FemStud_MedHead_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@FemStud_MedHead_DropT2_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_feminineMidMT2_head", + "ArmorAppearanceF": "f_feminineMidMT2_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineMidMT2_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineMidMT2_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemStud_MedLegs_DropT2", + "Name": "@FemStud_MedLegs_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@FemStud_MedLegs_DropT2_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineMidMT2_legs", + "ArmorAppearanceF": "f_feminineMidMT2_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineMidMT2_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineMidMT2_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemStud_MedFeet_DropT2", + "Name": "@FemStud_MedFeet_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@FemStud_MedFeet_DropT2_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_feminineMidMT2_feet", + "ArmorAppearanceF": "f_feminineMidMT2_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineMidMT2_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineMidMT2_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemStud_MedHands_DropT2", + "Name": "@FemStud_MedHands_DropT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@FemStud_MedHands_DropT2_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineMidMT2_gloves", + "ArmorAppearanceF": "f_feminineMidMT2_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineMidMT2_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineMidMT2_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemRanger_MedChest_DropT4", + "Name": "@FemRanger_MedChest_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@FemRanger_MedChest_DropT4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineMT4_chest", + "ArmorAppearanceF": "f_feminineMT4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineMT4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineMT4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemRanger_MedHead_DropT4", + "Name": "@FemRanger_MedHead_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@FemRanger_MedHead_DropT4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_feminineMT4_head", + "ArmorAppearanceF": "f_feminineMT4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineMT4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineMT4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemRanger_MedLegs_DropT4", + "Name": "@FemRanger_MedLegs_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@FemRanger_MedLegs_DropT4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineMT4_legs", + "ArmorAppearanceF": "f_feminineMT4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineMT4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineMT4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemRanger_MedFeet_DropT4", + "Name": "@FemRanger_MedFeet_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@FemRanger_MedFeet_DropT4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_feminineMT4_feet", + "ArmorAppearanceF": "f_feminineMT4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineMT4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineMT4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemRanger_MedHands_DropT4", + "Name": "@FemRanger_MedHands_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@FemRanger_MedHands_DropT4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_feminineMT4_gloves", + "ArmorAppearanceF": "f_feminineMT4_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineMT4_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineMT4_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyChest_DropT4", + "Name": "@FemHeavyChest_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@FemHeavyChest_DropT4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineHeavyT4_chest", + "ArmorAppearanceF": "f_feminineHeavyT4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineHeavyT4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineHeavyT4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyHead_DropT4", + "Name": "@FemHeavyHead_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@FemHeavyHead_DropT4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineHeavyT4_head", + "ArmorAppearanceF": "f_feminineHeavyT4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineHeavyT4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineHeavyT4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyLegs_DropT4", + "Name": "@FemHeavyLegs_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@FemHeavyLegs_DropT4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineHeavyT4_legs", + "ArmorAppearanceF": "f_feminineHeavyT4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineHeavyT4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineHeavyT4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyFeet_DropT4", + "Name": "@FemHeavyFeet_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@FemHeavyFeet_DropT4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineHeavyT4_feet", + "ArmorAppearanceF": "f_feminineHeavyT4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineHeavyT4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineHeavyT4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "FemHeavyHands_DropT4", + "Name": "@FemHeavyHands_DropT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@FemHeavyHands_DropT4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_feminineHeavyT4_gloves", + "ArmorAppearanceF": "f_feminineHeavyT4_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_feminineHeavyT4_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_feminineHeavyT4_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_SorcHunterT2", + "Name": "@MediumHead_SorcHunterT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_SorcHunterT2_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Hat", + "ArmorAppearanceF": "F_WitchHunter_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_SorcHunterT3", + "Name": "@MediumHead_SorcHunterT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_SorcHunterT3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Hat", + "ArmorAppearanceF": "F_WitchHunter_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_SorcHunterT4", + "Name": "@MediumHead_SorcHunterT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_SorcHunterT4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Hat", + "ArmorAppearanceF": "F_WitchHunter_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_SorcHunterT5", + "Name": "@MediumHead_SorcHunterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_SorcHunterT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Hat", + "ArmorAppearanceF": "F_WitchHunter_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_SorcHunterT2", + "Name": "@MediumChest_SorcHunterT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_SorcHunterT2_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Shirt", + "ArmorAppearanceF": "F_WitchHunter_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_SorcHunterT3", + "Name": "@MediumChest_SorcHunterT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_SorcHunterT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Shirt", + "ArmorAppearanceF": "F_WitchHunter_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_SorcHunterT4", + "Name": "@MediumChest_SorcHunterT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_SorcHunterT4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Shirt", + "ArmorAppearanceF": "F_WitchHunter_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_SorcHunterT5", + "Name": "@MediumChest_SorcHunterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_SorcHunterT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Shirt", + "ArmorAppearanceF": "F_WitchHunter_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_SorcHunterT2", + "Name": "@MediumHands_SorcHunterT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_SorcHunterT2_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Gloves", + "ArmorAppearanceF": "F_WitchHunter_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_SorcHunterT3", + "Name": "@MediumHands_SorcHunterT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_SorcHunterT3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Gloves", + "ArmorAppearanceF": "F_WitchHunter_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_SorcHunterT4", + "Name": "@MediumHands_SorcHunterT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_SorcHunterT4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Gloves", + "ArmorAppearanceF": "F_WitchHunter_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_SorcHunterT5", + "Name": "@MediumHands_SorcHunterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_SorcHunterT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Gloves", + "ArmorAppearanceF": "F_WitchHunter_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_SorcHunterT2", + "Name": "@MediumLegs_SorcHunterT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_SorcHunterT2_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "WitchHunter_Pants", + "ArmorAppearanceF": "F_WitchHunter_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_SorcHunterT3", + "Name": "@MediumLegs_SorcHunterT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_SorcHunterT3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "WitchHunter_Pants", + "ArmorAppearanceF": "F_WitchHunter_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_SorcHunterT4", + "Name": "@MediumLegs_SorcHunterT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_SorcHunterT4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "WitchHunter_Pants", + "ArmorAppearanceF": "F_WitchHunter_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_SorcHunterT5", + "Name": "@MediumLegs_SorcHunterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_SorcHunterT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "WitchHunter_Pants", + "ArmorAppearanceF": "F_WitchHunter_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_SorcHunterT2", + "Name": "@MediumFeet_SorcHunterT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_SorcHunterT2_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Boots", + "ArmorAppearanceF": "F_WitchHunter_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_SorcHunterT3", + "Name": "@MediumFeet_SorcHunterT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_SorcHunterT3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Boots", + "ArmorAppearanceF": "F_WitchHunter_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_SorcHunterT4", + "Name": "@MediumFeet_SorcHunterT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_SorcHunterT4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Boots", + "ArmorAppearanceF": "F_WitchHunter_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_SorcHunterT5", + "Name": "@MediumFeet_SorcHunterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_SorcHunterT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Boots", + "ArmorAppearanceF": "F_WitchHunter_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_WitchHunterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_WitchHunterT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_RescuerT2", + "Name": "@MediumHead_RescuerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_RescuerT2_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_RescuerT3", + "Name": "@MediumHead_RescuerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_RescuerT3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_RescuerT4", + "Name": "@MediumHead_RescuerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_RescuerT4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_RescuerT5", + "Name": "@MediumHead_RescuerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_RescuerT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_RescuerT2", + "Name": "@MediumChest_RescuerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_RescuerT2_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_RescuerT3", + "Name": "@MediumChest_RescuerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_RescuerT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_RescuerT4", + "Name": "@MediumChest_RescuerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_RescuerT4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_RescuerT5", + "Name": "@MediumChest_RescuerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_RescuerT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_RescuerT2", + "Name": "@MediumHands_RescuerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_RescuerT2_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_RescuerT3", + "Name": "@MediumHands_RescuerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_RescuerT3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_RescuerT4", + "Name": "@MediumHands_RescuerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_RescuerT4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_RescuerT5", + "Name": "@MediumHands_RescuerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_RescuerT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_RescuerT2", + "Name": "@MediumLegs_RescuerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_RescuerT2_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_RescuerT3", + "Name": "@MediumLegs_RescuerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_RescuerT3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_RescuerT4", + "Name": "@MediumLegs_RescuerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_RescuerT4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_RescuerT5", + "Name": "@MediumLegs_RescuerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_RescuerT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_RescuerT2", + "Name": "@MediumFeet_RescuerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_RescuerT2_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_RescuerT3", + "Name": "@MediumFeet_RescuerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_RescuerT3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_RescuerT4", + "Name": "@MediumFeet_RescuerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_RescuerT4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_RescuerT5", + "Name": "@MediumFeet_RescuerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_RescuerT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_RescuerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_RescuerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_RevelerT2", + "Name": "@LightHead_RevelerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_RevelerT2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_head", + "ArmorAppearanceF": "f_carnival_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_RevelerT3", + "Name": "@LightHead_RevelerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_RevelerT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_head", + "ArmorAppearanceF": "f_carnival_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_RevelerT4", + "Name": "@LightHead_RevelerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_RevelerT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_head", + "ArmorAppearanceF": "f_carnival_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_RevelerT5", + "Name": "@LightHead_RevelerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_RevelerT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_head", + "ArmorAppearanceF": "f_carnival_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_RevelerT2", + "Name": "@LightChest_RevelerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_RevelerT2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_chest", + "ArmorAppearanceF": "f_carnival_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_RevelerT3", + "Name": "@LightChest_RevelerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_RevelerT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_chest", + "ArmorAppearanceF": "f_carnival_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_CarnivalT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_CarnivalT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_RevelerT4", + "Name": "@LightChest_RevelerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_RevelerT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_chest", + "ArmorAppearanceF": "f_carnival_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_CarnivalT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_CarnivalT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_RevelerT5", + "Name": "@LightChest_RevelerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_RevelerT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_chest", + "ArmorAppearanceF": "f_carnival_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_CarnivalT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_CarnivalT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_RevelerT2", + "Name": "@LightHands_RevelerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_RevelerT2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_hands", + "ArmorAppearanceF": "f_carnival_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_RevelerT3", + "Name": "@LightHands_RevelerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_RevelerT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_hands", + "ArmorAppearanceF": "f_carnival_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_CarnivalT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_CarnivalT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_RevelerT4", + "Name": "@LightHands_RevelerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_RevelerT4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_hands", + "ArmorAppearanceF": "f_carnival_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_CarnivalT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_CarnivalT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_RevelerT5", + "Name": "@LightHands_RevelerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_RevelerT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_hands", + "ArmorAppearanceF": "f_carnival_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_CarnivalT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_CarnivalT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_RevelerT2", + "Name": "@LightLegs_RevelerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_RevelerT2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_legs", + "ArmorAppearanceF": "f_carnival_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_RevelerT3", + "Name": "@LightLegs_RevelerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_RevelerT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_legs", + "ArmorAppearanceF": "f_carnival_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_CarnivalT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_CarnivalT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_RevelerT4", + "Name": "@LightLegs_RevelerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_RevelerT4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_legs", + "ArmorAppearanceF": "f_carnival_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_CarnivalT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_CarnivalT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_RevelerT5", + "Name": "@LightLegs_RevelerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_RevelerT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_legs", + "ArmorAppearanceF": "f_carnival_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_CarnivalT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_CarnivalT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_RevelerT2", + "Name": "@LightFeet_RevelerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_RevelerT2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_feet", + "ArmorAppearanceF": "f_carnival_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_RevelerT3", + "Name": "@LightFeet_RevelerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_RevelerT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_feet", + "ArmorAppearanceF": "f_carnival_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_CarnivalT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_CarnivalT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_RevelerT4", + "Name": "@LightFeet_RevelerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_RevelerT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_feet", + "ArmorAppearanceF": "f_carnival_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_CarnivalT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_CarnivalT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_RevelerT5", + "Name": "@LightFeet_RevelerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_RevelerT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_carnival_feet", + "ArmorAppearanceF": "f_carnival_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_CarnivalT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_CarnivalT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_FarmerT2", + "Name": "@LightHead_FarmerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_FarmerT2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_farmerBaron_head", + "ArmorAppearanceF": "f_farmerBaron_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_farmerBaron_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_farmerBaron_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_FarmerT3", + "Name": "@LightHead_FarmerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_FarmerT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_farmerBaron_head", + "ArmorAppearanceF": "f_farmerBaron_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_FarmerT4", + "Name": "@LightHead_FarmerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_FarmerT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_farmerBaron_head", + "ArmorAppearanceF": "f_farmerBaron_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_FarmerT5", + "Name": "@LightHead_FarmerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_FarmerT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_farmerBaron_head", + "ArmorAppearanceF": "f_farmerBaron_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_FarmerT2", + "Name": "@LightChest_FarmerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_FarmerT2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_farmerBaron_chest", + "ArmorAppearanceF": "f_farmerBaron_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_farmerBaron_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_farmerBaron_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_FarmerT3", + "Name": "@LightChest_FarmerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_FarmerT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_farmerBaron_chest", + "ArmorAppearanceF": "f_farmerBaron_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_FarmerT4", + "Name": "@LightChest_FarmerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_FarmerT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_farmerBaron_chest", + "ArmorAppearanceF": "f_farmerBaron_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_FarmerT5", + "Name": "@LightChest_FarmerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_FarmerT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_farmerBaron_chest", + "ArmorAppearanceF": "f_farmerBaron_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_FarmerT2", + "Name": "@LightHands_FarmerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_FarmerT2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_farmerBaron_hands", + "ArmorAppearanceF": "f_farmerBaron_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_farmerBaron_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_farmerBaron_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_FarmerT3", + "Name": "@LightHands_FarmerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_FarmerT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_farmerBaron_hands", + "ArmorAppearanceF": "f_farmerBaron_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_FarmerT4", + "Name": "@LightHands_FarmerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_FarmerT4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_farmerBaron_hands", + "ArmorAppearanceF": "f_farmerBaron_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_FarmerT5", + "Name": "@LightHands_FarmerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_FarmerT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_farmerBaron_hands", + "ArmorAppearanceF": "f_farmerBaron_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_FarmerT2", + "Name": "@LightLegs_FarmerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_FarmerT2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_farmerBaron_legs", + "ArmorAppearanceF": "f_farmerBaron_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_farmerBaron_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_farmerBaron_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_FarmerT3", + "Name": "@LightLegs_FarmerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_FarmerT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_farmerBaron_legs", + "ArmorAppearanceF": "f_farmerBaron_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_FarmerT4", + "Name": "@LightLegs_FarmerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_FarmerT4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_farmerBaron_legs", + "ArmorAppearanceF": "f_farmerBaron_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_FarmerT5", + "Name": "@LightLegs_FarmerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_FarmerT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_farmerBaron_legs", + "ArmorAppearanceF": "f_farmerBaron_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_FarmerT2", + "Name": "@LightFeet_FarmerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_FarmerT2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_farmerBaron_feet", + "ArmorAppearanceF": "f_farmerBaron_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_farmerBaron_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_farmerBaron_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_FarmerT3", + "Name": "@LightFeet_FarmerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_FarmerT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_farmerBaron_feet", + "ArmorAppearanceF": "f_farmerBaron_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_FarmerT4", + "Name": "@LightFeet_FarmerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_FarmerT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_farmerBaron_feet", + "ArmorAppearanceF": "f_farmerBaron_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_FarmerT5", + "Name": "@LightFeet_FarmerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_FarmerT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_farmerBaron_feet", + "ArmorAppearanceF": "f_farmerBaron_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_FarmerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_FarmerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_UndeadBerserkerT2", + "Name": "@MediumHead_UndeadBerserkerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_UndeadBerserkerT2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_head", + "ArmorAppearanceF": "f_undeadBerserker_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_UndeadBerserkerT3", + "Name": "@MediumHead_UndeadBerserkerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_UndeadBerserkerT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_head", + "ArmorAppearanceF": "f_undeadBerserker_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_UndeadBerserkerT4", + "Name": "@MediumHead_UndeadBerserkerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_UndeadBerserkerT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_head", + "ArmorAppearanceF": "f_undeadBerserker_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_UndeadBerserkerT5", + "Name": "@MediumHead_UndeadBerserkerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_UndeadBerserkerT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_head", + "ArmorAppearanceF": "f_undeadBerserker_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_UndeadBerserkerT2", + "Name": "@MediumChest_UndeadBerserkerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_UndeadBerserkerT2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_chest", + "ArmorAppearanceF": "f_undeadBerserker_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_UndeadBerserkerT3", + "Name": "@MediumChest_UndeadBerserkerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_UndeadBerserkerT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_chest", + "ArmorAppearanceF": "f_undeadBerserker_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_UndeadBerserkerT4", + "Name": "@MediumChest_UndeadBerserkerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_UndeadBerserkerT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_chest", + "ArmorAppearanceF": "f_undeadBerserker_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_UndeadBerserkerT5", + "Name": "@MediumChest_UndeadBerserkerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_UndeadBerserkerT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_chest", + "ArmorAppearanceF": "f_undeadBerserker_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_UndeadBerserkerT2", + "Name": "@MediumHands_UndeadBerserkerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_UndeadBerserkerT2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_hands", + "ArmorAppearanceF": "f_undeadBerserker_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_UndeadBerserkerT3", + "Name": "@MediumHands_UndeadBerserkerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_UndeadBerserkerT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_hands", + "ArmorAppearanceF": "f_undeadBerserker_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_UndeadBerserkerT4", + "Name": "@MediumHands_UndeadBerserkerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_UndeadBerserkerT4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_hands", + "ArmorAppearanceF": "f_undeadBerserker_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_UndeadBerserkerT5", + "Name": "@MediumHands_UndeadBerserkerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_UndeadBerserkerT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_hands", + "ArmorAppearanceF": "f_undeadBerserker_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_UndeadBerserkerT2", + "Name": "@MediumLegs_UndeadBerserkerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_UndeadBerserkerT2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_legs", + "ArmorAppearanceF": "f_undeadBerserker_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_UndeadBerserkerT3", + "Name": "@MediumLegs_UndeadBerserkerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_UndeadBerserkerT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_legs", + "ArmorAppearanceF": "f_undeadBerserker_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_UndeadBerserkerT4", + "Name": "@MediumLegs_UndeadBerserkerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_UndeadBerserkerT4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_legs", + "ArmorAppearanceF": "f_undeadBerserker_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_UndeadBerserkerT5", + "Name": "@MediumLegs_UndeadBerserkerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_UndeadBerserkerT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_legs", + "ArmorAppearanceF": "f_undeadBerserker_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_UndeadBerserkerT2", + "Name": "@MediumFeet_UndeadBerserkerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_UndeadBerserkerT2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_feet", + "ArmorAppearanceF": "f_undeadBerserker_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_UndeadBerserkerT3", + "Name": "@MediumFeet_UndeadBerserkerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_UndeadBerserkerT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_feet", + "ArmorAppearanceF": "f_undeadBerserker_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_UndeadBerserkerT4", + "Name": "@MediumFeet_UndeadBerserkerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_UndeadBerserkerT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_feet", + "ArmorAppearanceF": "f_undeadBerserker_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_UndeadBerserkerT5", + "Name": "@MediumFeet_UndeadBerserkerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_UndeadBerserkerT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_feet", + "ArmorAppearanceF": "f_undeadBerserker_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_UndeadBerserkerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_UndeadBerserkerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_UndeadNavigatorT2", + "Name": "@LightHead_UndeadNavigatorT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_UndeadNavigatorT2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_head", + "ArmorAppearanceF": "f_undeadNavigator_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadNavigator_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadNavigator_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_UndeadNavigatorT4", + "Name": "@LightHead_UndeadNavigatorT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_UndeadNavigatorT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_head", + "ArmorAppearanceF": "f_undeadNavigator_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_UndeadNavigatorT5", + "Name": "@LightHead_UndeadNavigatorT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_UndeadNavigatorT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_head", + "ArmorAppearanceF": "f_undeadNavigator_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_UndeadNavigatorT2", + "Name": "@LightChest_UndeadNavigatorT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_UndeadNavigatorT2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_chest", + "ArmorAppearanceF": "f_undeadNavigator_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadNavigator_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadNavigator_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_UndeadNavigatorT4", + "Name": "@LightChest_UndeadNavigatorT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_UndeadNavigatorT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_chest", + "ArmorAppearanceF": "f_undeadNavigator_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_UndeadNavigatorT5", + "Name": "@LightChest_UndeadNavigatorT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_UndeadNavigatorT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_chest", + "ArmorAppearanceF": "f_undeadNavigator_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_UndeadNavigatorT2", + "Name": "@LightHands_UndeadNavigatorT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_UndeadNavigatorT2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadNavigator_hands", + "ArmorAppearanceF": "f_undeadNavigator_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadNavigator_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadNavigator_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_UndeadNavigatorT4", + "Name": "@LightHands_UndeadNavigatorT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_UndeadNavigatorT4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadNavigator_hands", + "ArmorAppearanceF": "f_undeadNavigator_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_UndeadNavigatorT5", + "Name": "@LightHands_UndeadNavigatorT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_UndeadNavigatorT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadNavigator_hands", + "ArmorAppearanceF": "f_undeadNavigator_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_UndeadNavigatorT2", + "Name": "@LightLegs_UndeadNavigatorT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_UndeadNavigatorT2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_legs", + "ArmorAppearanceF": "f_undeadNavigator_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadNavigator_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadNavigator_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_UndeadNavigatorT4", + "Name": "@LightLegs_UndeadNavigatorT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_UndeadNavigatorT4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_legs", + "ArmorAppearanceF": "f_undeadNavigator_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_UndeadNavigatorT5", + "Name": "@LightLegs_UndeadNavigatorT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_UndeadNavigatorT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_legs", + "ArmorAppearanceF": "f_undeadNavigator_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_UndeadNavigatorT2", + "Name": "@LightFeet_UndeadNavigatorT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_UndeadNavigatorT2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_feet", + "ArmorAppearanceF": "f_undeadNavigator_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadNavigator_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadNavigator_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_UndeadNavigatorT4", + "Name": "@LightFeet_UndeadNavigatorT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_UndeadNavigatorT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_feet", + "ArmorAppearanceF": "f_undeadNavigator_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_UndeadNavigatorT5", + "Name": "@LightFeet_UndeadNavigatorT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_UndeadNavigatorT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_feet", + "ArmorAppearanceF": "f_undeadNavigator_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_UndeadOfficerT2", + "Name": "@MediumHead_UndeadOfficerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_UndeadOfficerT2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_head", + "ArmorAppearanceF": "f_undeadOfficer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_UndeadOfficerT3", + "Name": "@MediumHead_UndeadOfficerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_UndeadOfficerT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_head", + "ArmorAppearanceF": "f_undeadOfficer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_UndeadOfficerT4", + "Name": "@MediumHead_UndeadOfficerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_UndeadOfficerT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_head", + "ArmorAppearanceF": "f_undeadOfficer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_UndeadOfficerT5", + "Name": "@MediumHead_UndeadOfficerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_UndeadOfficerT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_head", + "ArmorAppearanceF": "f_undeadOfficer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_UndeadOfficerT2", + "Name": "@MediumChest_UndeadOfficerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_UndeadOfficerT2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_chest", + "ArmorAppearanceF": "f_undeadOfficer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_UndeadOfficerT3", + "Name": "@MediumChest_UndeadOfficerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_UndeadOfficerT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_chest", + "ArmorAppearanceF": "f_undeadOfficer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_UndeadOfficerT4", + "Name": "@MediumChest_UndeadOfficerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_UndeadOfficerT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_chest", + "ArmorAppearanceF": "f_undeadOfficer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_UndeadOfficerT5", + "Name": "@MediumChest_UndeadOfficerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_UndeadOfficerT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_chest", + "ArmorAppearanceF": "f_undeadOfficer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_UndeadOfficerT2", + "Name": "@MediumHands_UndeadOfficerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_UndeadOfficerT2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_hands", + "ArmorAppearanceF": "f_undeadOfficer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_UndeadOfficerT3", + "Name": "@MediumHands_UndeadOfficerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_UndeadOfficerT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_hands", + "ArmorAppearanceF": "f_undeadOfficer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_UndeadOfficerT4", + "Name": "@MediumHands_UndeadOfficerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_UndeadOfficerT4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_hands", + "ArmorAppearanceF": "f_undeadOfficer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_UndeadOfficerT5", + "Name": "@MediumHands_UndeadOfficerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_UndeadOfficerT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_hands", + "ArmorAppearanceF": "f_undeadOfficer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_UndeadOfficerT2", + "Name": "@MediumLegs_UndeadOfficerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_UndeadOfficerT2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadOfficer_legs", + "ArmorAppearanceF": "f_undeadOfficer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_UndeadOfficerT3", + "Name": "@MediumLegs_UndeadOfficerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_UndeadOfficerT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadOfficer_legs", + "ArmorAppearanceF": "f_undeadOfficer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_UndeadOfficerT4", + "Name": "@MediumLegs_UndeadOfficerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_UndeadOfficerT4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadOfficer_legs", + "ArmorAppearanceF": "f_undeadOfficer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_UndeadOfficerT5", + "Name": "@MediumLegs_UndeadOfficerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_UndeadOfficerT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadOfficer_legs", + "ArmorAppearanceF": "f_undeadOfficer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_UndeadOfficerT2", + "Name": "@MediumFeet_UndeadOfficerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_UndeadOfficerT2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_feet", + "ArmorAppearanceF": "f_undeadOfficer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_UndeadOfficerT3", + "Name": "@MediumFeet_UndeadOfficerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_UndeadOfficerT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_feet", + "ArmorAppearanceF": "f_undeadOfficer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_UndeadOfficerT4", + "Name": "@MediumFeet_UndeadOfficerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_UndeadOfficerT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_feet", + "ArmorAppearanceF": "f_undeadOfficer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_UndeadOfficerT5", + "Name": "@MediumFeet_UndeadOfficerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_UndeadOfficerT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_feet", + "ArmorAppearanceF": "f_undeadOfficer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_UndeadOfficerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_UndeadOfficerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DrownedDrunkT3", + "Name": "@LightHead_DrownedDrunkT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DrownedDrunkT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_head", + "ArmorAppearanceF": "f_drownedDrunk_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DrownedDrunkT4", + "Name": "@LightHead_DrownedDrunkT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DrownedDrunkT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_head", + "ArmorAppearanceF": "f_drownedDrunk_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DrownedDrunkT5", + "Name": "@LightHead_DrownedDrunkT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DrownedDrunkT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_head", + "ArmorAppearanceF": "f_drownedDrunk_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DrownedDrunkT3", + "Name": "@LightChest_DrownedDrunkT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DrownedDrunkT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_drownedDrunk_chest", + "ArmorAppearanceF": "f_drownedDrunk_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DrownedDrunkT4", + "Name": "@LightChest_DrownedDrunkT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DrownedDrunkT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_drownedDrunk_chest", + "ArmorAppearanceF": "f_drownedDrunk_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DrownedDrunkT5", + "Name": "@LightChest_DrownedDrunkT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DrownedDrunkT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_drownedDrunk_chest", + "ArmorAppearanceF": "f_drownedDrunk_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DrownedDrunkT3", + "Name": "@LightHands_DrownedDrunkT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DrownedDrunkT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_hands", + "ArmorAppearanceF": "f_drownedDrunk_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DrownedDrunkT4", + "Name": "@LightHands_DrownedDrunkT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DrownedDrunkT4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_hands", + "ArmorAppearanceF": "f_drownedDrunk_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DrownedDrunkT5", + "Name": "@LightHands_DrownedDrunkT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DrownedDrunkT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_hands", + "ArmorAppearanceF": "f_drownedDrunk_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DrownedDrunkT3", + "Name": "@LightLegs_DrownedDrunkT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DrownedDrunkT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_legs", + "ArmorAppearanceF": "f_drownedDrunk_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DrownedDrunkT4", + "Name": "@LightLegs_DrownedDrunkT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DrownedDrunkT4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_legs", + "ArmorAppearanceF": "f_drownedDrunk_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DrownedDrunkT5", + "Name": "@LightLegs_DrownedDrunkT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DrownedDrunkT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_legs", + "ArmorAppearanceF": "f_drownedDrunk_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DrownedDrunkT3", + "Name": "@LightFeet_DrownedDrunkT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DrownedDrunkT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_feet", + "ArmorAppearanceF": "f_drownedDrunk_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DrownedDrunkT4", + "Name": "@LightFeet_DrownedDrunkT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DrownedDrunkT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_feet", + "ArmorAppearanceF": "f_drownedDrunk_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DrownedDrunkT5", + "Name": "@LightFeet_DrownedDrunkT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DrownedDrunkT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_feet", + "ArmorAppearanceF": "f_drownedDrunk_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_DrownedDrunkT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_DrownedDrunkT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_UndeadPistoleerT2", + "Name": "@MediumHead_UndeadPistoleerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_UndeadPistoleerT2_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_head", + "ArmorAppearanceF": "f_undeadPistoleer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_UndeadPistoleerT3", + "Name": "@MediumHead_UndeadPistoleerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_UndeadPistoleerT3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_head", + "ArmorAppearanceF": "f_undeadPistoleer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_UndeadPistoleerT4", + "Name": "@MediumHead_UndeadPistoleerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_UndeadPistoleerT4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_head", + "ArmorAppearanceF": "f_undeadPistoleer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_UndeadPistoleerT5", + "Name": "@MediumHead_UndeadPistoleerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_UndeadPistoleerT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_head", + "ArmorAppearanceF": "f_undeadPistoleer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_UndeadPistoleerT2", + "Name": "@MediumChest_UndeadPistoleerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_UndeadPistoleerT2_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadPistoleer_chest", + "ArmorAppearanceF": "f_undeadPistoleer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_UndeadPistoleerT3", + "Name": "@MediumChest_UndeadPistoleerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_UndeadPistoleerT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadPistoleer_chest", + "ArmorAppearanceF": "f_undeadPistoleer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_UndeadPistoleerT4", + "Name": "@MediumChest_UndeadPistoleerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_UndeadPistoleerT4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadPistoleer_chest", + "ArmorAppearanceF": "f_undeadPistoleer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_UndeadPistoleerT5", + "Name": "@MediumChest_UndeadPistoleerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_UndeadPistoleerT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadPistoleer_chest", + "ArmorAppearanceF": "f_undeadPistoleer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_UndeadPistoleerT2", + "Name": "@MediumHands_UndeadPistoleerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_UndeadPistoleerT2_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_hands", + "ArmorAppearanceF": "f_undeadPistoleer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_UndeadPistoleerT3", + "Name": "@MediumHands_UndeadPistoleerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_UndeadPistoleerT3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_hands", + "ArmorAppearanceF": "f_undeadPistoleer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_UndeadPistoleerT4", + "Name": "@MediumHands_UndeadPistoleerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_UndeadPistoleerT4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_hands", + "ArmorAppearanceF": "f_undeadPistoleer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_UndeadPistoleerT5", + "Name": "@MediumHands_UndeadPistoleerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_UndeadPistoleerT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_hands", + "ArmorAppearanceF": "f_undeadPistoleer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_UndeadPistoleerT2", + "Name": "@MediumLegs_UndeadPistoleerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_UndeadPistoleerT2_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_legs", + "ArmorAppearanceF": "f_undeadPistoleer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_UndeadPistoleerT3", + "Name": "@MediumLegs_UndeadPistoleerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_UndeadPistoleerT3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_legs", + "ArmorAppearanceF": "f_undeadPistoleer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_UndeadPistoleerT4", + "Name": "@MediumLegs_UndeadPistoleerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_UndeadPistoleerT4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_legs", + "ArmorAppearanceF": "f_undeadPistoleer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_UndeadPistoleerT5", + "Name": "@MediumLegs_UndeadPistoleerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_UndeadPistoleerT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_legs", + "ArmorAppearanceF": "f_undeadPistoleer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_UndeadPistoleerT2", + "Name": "@MediumFeet_UndeadPistoleerT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_UndeadPistoleerT2_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_feet", + "ArmorAppearanceF": "f_undeadPistoleer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_UndeadPistoleerT3", + "Name": "@MediumFeet_UndeadPistoleerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_UndeadPistoleerT3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_feet", + "ArmorAppearanceF": "f_undeadPistoleer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_UndeadPistoleerT4", + "Name": "@MediumFeet_UndeadPistoleerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_UndeadPistoleerT4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_feet", + "ArmorAppearanceF": "f_undeadPistoleer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_UndeadPistoleerT5", + "Name": "@MediumFeet_UndeadPistoleerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_UndeadPistoleerT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_feet", + "ArmorAppearanceF": "f_undeadPistoleer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_UndeadPistoleerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_UndeadPistoleerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DrownedDrunkT2", + "Name": "@LightHead_DrownedDrunkT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DrownedDrunkT2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_head", + "ArmorAppearanceF": "f_drownedDrunk_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_drownedDrunk_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_drownedDrunk_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_UndeadNavigatorT3", + "Name": "@LightHead_UndeadNavigatorT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_UndeadNavigatorT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_head", + "ArmorAppearanceF": "f_undeadNavigator_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DrownedDrunkT2", + "Name": "@LightChest_DrownedDrunkT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DrownedDrunkT2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_drownedDrunk_chest", + "ArmorAppearanceF": "f_drownedDrunk_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_drownedDrunk_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_drownedDrunk_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_UndeadNavigatorT3", + "Name": "@LightChest_UndeadNavigatorT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_UndeadNavigatorT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_chest", + "ArmorAppearanceF": "f_undeadNavigator_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DrownedDrunkT2", + "Name": "@LightHands_DrownedDrunkT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DrownedDrunkT2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_hands", + "ArmorAppearanceF": "f_drownedDrunk_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_drownedDrunk_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_drownedDrunk_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_UndeadNavigatorT3", + "Name": "@LightHands_UndeadNavigatorT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_UndeadNavigatorT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadNavigator_hands", + "ArmorAppearanceF": "f_undeadNavigator_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DrownedDrunkT2", + "Name": "@LightLegs_DrownedDrunkT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DrownedDrunkT2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_legs", + "ArmorAppearanceF": "f_drownedDrunk_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_drownedDrunk_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_drownedDrunk_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_UndeadNavigatorT3", + "Name": "@LightLegs_UndeadNavigatorT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_UndeadNavigatorT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_legs", + "ArmorAppearanceF": "f_undeadNavigator_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DrownedDrunkT2", + "Name": "@LightFeet_DrownedDrunkT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DrownedDrunkT2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_drownedDrunk_feet", + "ArmorAppearanceF": "f_drownedDrunk_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_drownedDrunk_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_drownedDrunk_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_UndeadNavigatorT3", + "Name": "@LightFeet_UndeadNavigatorT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_UndeadNavigatorT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadNavigator_feet", + "ArmorAppearanceF": "f_undeadNavigator_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_UndeadNavigatorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_UndeadNavigatorT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Carnival_Var02T2", + "Name": "@LightHead_Carnival_Var02T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@LightHead_Carnival_Var02T2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_carnival_Var02_head", + "ArmorAppearanceF": "f_carnival_Var02_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_Var02_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_Var02_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Carnival_Var02T2", + "Name": "@LightChest_Carnival_Var02T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@LightChest_Carnival_Var02T2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_carnival_Var02_chest", + "ArmorAppearanceF": "f_carnival_Var02_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_Var02_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_Var02_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Carnival_Var02T2", + "Name": "@LightHands_Carnival_Var02T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@LightHands_Carnival_Var02T2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_carnival_Var02_hands", + "ArmorAppearanceF": "f_carnival_Var02_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_Var02_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_Var02_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Carnival_Var02T2", + "Name": "@LightLegs_Carnival_Var02T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@LightLegs_Carnival_Var02T2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_carnival_Var02_legs", + "ArmorAppearanceF": "f_carnival_Var02_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_Var02_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_Var02_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Carnival_Var02T2", + "Name": "@LightFeet_Carnival_Var02T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@LightFeet_Carnival_Var02T2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_carnival_Var02_feet", + "ArmorAppearanceF": "f_carnival_Var02_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_Var02_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_Var02_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Carnival_Var01T2", + "Name": "@LightHead_Carnival_Var01T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@LightHead_Carnival_Var01T2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_carnival_var01_head", + "ArmorAppearanceF": "f_carnival_var01_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_var01_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_var01_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Carnival_Var01T2", + "Name": "@LightChest_Carnival_Var01T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@LightChest_Carnival_Var01T2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_carnival_var01_chest", + "ArmorAppearanceF": "f_carnival_var01_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_var01_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_var01_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Carnival_Var01T2", + "Name": "@LightHands_Carnival_Var01T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@LightHands_Carnival_Var01T2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_carnival_var01_hands", + "ArmorAppearanceF": "f_carnival_var01_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_var01_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_var01_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Carnival_Var01T2", + "Name": "@LightLegs_Carnival_Var01T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@LightLegs_Carnival_Var01T2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_carnival_var01_legs", + "ArmorAppearanceF": "f_carnival_var01_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_var01_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_var01_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Carnival_Var01T2", + "Name": "@LightFeet_Carnival_Var01T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@LightFeet_Carnival_Var01T2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT2", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_carnival_var01_feet", + "ArmorAppearanceF": "f_carnival_var01_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_carnival_var01_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_carnival_var01_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_WoodsmanAlt1T4", + "Name": "@MediumHead_WoodsmanAlt1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_head_slot", + "Description": "@MediumHead_WoodsmanAlt1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_WoodsmanHead_alt1", + "ArmorAppearanceF": "F_WoodsmanHead_alt1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_WoodsmanHead_alt1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_WoodsmanHead_alt1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_WoodsmanAlt1T4", + "Name": "@MediumChest_WoodsmanAlt1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_chest_slot", + "Description": "@MediumChest_WoodsmanAlt1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_WoodsmanChest_alt1", + "ArmorAppearanceF": "F_WoodsmanChest_alt1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_WoodsmanChest_alt1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_WoodsmanChest_alt1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_WoodsmanAlt1T4", + "Name": "@MediumHands_WoodsmanAlt1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_glove_slot", + "Description": "@MediumHands_WoodsmanAlt1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_WoodsmanHands_alt1", + "ArmorAppearanceF": "F_WoodsmanHands_alt1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_WoodsmanHands_alt1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_WoodsmanHands_alt1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_WoodsmanAlt1T4", + "Name": "@MediumLegs_WoodsmanAlt1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_legs_slot", + "Description": "@MediumLegs_WoodsmanAlt1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_WoodsmanLegs_alt1", + "ArmorAppearanceF": "F_WoodsmanLegs_alt1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_WoodsmanLegs_alt1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_WoodsmanLegs_alt1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_WoodsmanAlt1T4", + "Name": "@MediumFeet_WoodsmanAlt1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_feet_slot", + "Description": "@MediumFeet_WoodsmanAlt1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_GlobalPerkBucketRollT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_WoodsmanFeet_alt1", + "ArmorAppearanceF": "F_WoodsmanFeet_alt1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_WoodsmanFeet_alt1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_WoodsmanFeet_alt1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ClothT5Var1", + "Name": "@LightHead_ClothT5Var1_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@LightHead_ClothT5Var1_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_clotht5var1_head", + "ArmorAppearanceF": "f_clotht5var1_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_clotht5var1_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_clotht5var1_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ClothT5Var1", + "Name": "@LightChest_ClothT5Var1_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@LightChest_ClothT5Var1_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_clotht5var1_chest", + "ArmorAppearanceF": "f_clotht5var1_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_clotht5var1_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_clotht5var1_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ClothT5Var1", + "Name": "@LightHands_ClothT5Var1_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@LightHands_ClothT5Var1_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_clotht5var1_hands", + "ArmorAppearanceF": "f_clotht5var1_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_clotht5var1_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_clotht5var1_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ClothT5Var1", + "Name": "@LightLegs_ClothT5Var1_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@LightLegs_ClothT5Var1_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_clotht5var1_legs", + "ArmorAppearanceF": "f_clotht5var1_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_clotht5var1_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_clotht5var1_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ClothT5Var1", + "Name": "@LightFeet_ClothT5Var1_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@LightFeet_ClothT5Var1_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CraftedPerkBucketRollT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_CraftedPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_CraftedPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_clotht5var1_feet", + "ArmorAppearanceF": "f_clotht5var1_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_clotht5var1_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_clotht5var1_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_SmelterT5", + "Name": "@ClothingHead_SmelterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_head_slot", + "Description": "@ClothingHead_SmelterT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_SmelterYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_minerVar2_head", + "ArmorAppearanceF": "f_minerVar2_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_minerVar2_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_minerVar2_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_SmelterT5", + "Name": "@ClothingChest_SmelterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_chest_slot", + "Description": "@ClothingChest_SmelterT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_SmelterYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_minerVar2_chest", + "ArmorAppearanceF": "f_minerVar2_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_minerVar2_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_minerVar2_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_SmelterT5", + "Name": "@ClothingHands_SmelterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_glove_slot", + "Description": "@ClothingHands_SmelterT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_SmelterYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_minerVar2_hands", + "ArmorAppearanceF": "f_minerVar2_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_minerVar2_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_minerVar2_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_SmelterT5", + "Name": "@ClothingLegs_SmelterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_legs_slot", + "Description": "@ClothingLegs_SmelterT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_SmelterYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_minerVar2_legs", + "ArmorAppearanceF": "f_minerVar2_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_minerVar2_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_minerVar2_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_SmelterT5", + "Name": "@ClothingFeet_SmelterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_feet_slot", + "Description": "@ClothingFeet_SmelterT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_SmelterYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_minerVar2_feet", + "ArmorAppearanceF": "f_minerVar2_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_minerVar2_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_minerVar2_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_BlacksmithT5", + "Name": "@ClothingHead_BlacksmithT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_head_slot", + "Description": "@ClothingHead_BlacksmithT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Weaponsmith", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_blacksmith_head", + "ArmorAppearanceF": "f_blacksmith_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_blacksmith_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_blacksmith_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_BlacksmithT5", + "Name": "@ClothingChest_BlacksmithT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_chest_slot", + "Description": "@ClothingChest_BlacksmithT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Weaponsmith", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_blacksmith_chest", + "ArmorAppearanceF": "f_blacksmith_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_blacksmith_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_blacksmith_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_BlacksmithT5", + "Name": "@ClothingHands_BlacksmithT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_glove_slot", + "Description": "@ClothingHands_BlacksmithT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Weaponsmith", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_blacksmith_hands", + "ArmorAppearanceF": "f_blacksmith_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_blacksmith_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_blacksmith_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_BlacksmithT5", + "Name": "@ClothingLegs_BlacksmithT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_legs_slot", + "Description": "@ClothingLegs_BlacksmithT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Weaponsmith", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_blacksmith_legs", + "ArmorAppearanceF": "f_blacksmith_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_blacksmith_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_blacksmith_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_BlacksmithT5", + "Name": "@ClothingFeet_BlacksmithT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_feet_slot", + "Description": "@ClothingFeet_BlacksmithT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Weaponsmith", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_blacksmith_feet", + "ArmorAppearanceF": "f_blacksmith_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_blacksmith_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_blacksmith_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_AvengingBlacksmithT5", + "Name": "@ClothingHead_AvengingBlacksmithT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_AvengingBlacksmithT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Weaponsmith", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_avengingBlacksmith_head", + "ArmorAppearanceF": "f_avengingBlacksmith_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_avengingBlacksmith_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_avengingBlacksmith_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_AvengingBlacksmithT5", + "Name": "@ClothingChest_AvengingBlacksmithT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_AvengingBlacksmithT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Weaponsmith", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_avengingBlacksmith_chest", + "ArmorAppearanceF": "f_avengingBlacksmith_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_avengingBlacksmith_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_avengingBlacksmith_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_AvengingBlacksmithT5", + "Name": "@ClothingHands_AvengingBlacksmithT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_AvengingBlacksmithT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Weaponsmith", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_avengingBlacksmith_hands", + "ArmorAppearanceF": "f_avengingBlacksmith_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_avengingBlacksmith_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_avengingBlacksmith_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_AvengingBlacksmithT5", + "Name": "@ClothingLegs_AvengingBlacksmithT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_AvengingBlacksmithT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Weaponsmith", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_avengingBlacksmith_legs", + "ArmorAppearanceF": "f_avengingBlacksmith_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_avengingBlacksmith_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_avengingBlacksmith_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_AvengingBlacksmithT5", + "Name": "@ClothingFeet_AvengingBlacksmithT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_AvengingBlacksmithT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Weaponsmith", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_avengingBlacksmith_feet", + "ArmorAppearanceF": "f_avengingBlacksmith_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_avengingBlacksmith_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_avengingBlacksmith_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_EngineerT4", + "Name": "@ClothingHead_EngineerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_head_slot", + "Description": "@ClothingHead_EngineerT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Engineer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_engineer_head", + "ArmorAppearanceF": "f_engineer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_engineer_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_engineer_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_EngineerT4", + "Name": "@ClothingChest_EngineerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_chest_slot", + "Description": "@ClothingChest_EngineerT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Engineer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_engineer_chest", + "ArmorAppearanceF": "f_engineer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_engineer_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_engineer_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_EngineerT4", + "Name": "@ClothingHands_EngineerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_glove_slot", + "Description": "@ClothingHands_EngineerT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Engineer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_engineer_hands", + "ArmorAppearanceF": "f_engineer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_engineer_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_engineer_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_EngineerT4", + "Name": "@ClothingLegs_EngineerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_legs_slot", + "Description": "@ClothingLegs_EngineerT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Engineer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_engineer_legs", + "ArmorAppearanceF": "f_engineer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_engineer_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_engineer_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_EngineerT4", + "Name": "@ClothingFeet_EngineerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_feet_slot", + "Description": "@ClothingFeet_EngineerT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Engineer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_engineer_feet", + "ArmorAppearanceF": "f_engineer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_engineer_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_engineer_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_EngineerT5", + "Name": "@ClothingHead_EngineerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_head_slot", + "Description": "@ClothingHead_EngineerT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Engineer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_peculiarTinker_head", + "ArmorAppearanceF": "f_peculiarTinker_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_peculiarTinker_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_peculiarTinker_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_EngineerT5", + "Name": "@ClothingChest_EngineerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_chest_slot", + "Description": "@ClothingChest_EngineerT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Engineer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_peculiarTinker_chest", + "ArmorAppearanceF": "f_peculiarTinker_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_peculiarTinker_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_peculiarTinker_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_EngineerT5", + "Name": "@ClothingHands_EngineerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_glove_slot", + "Description": "@ClothingHands_EngineerT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Engineer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_peculiarTinker_hands", + "ArmorAppearanceF": "f_peculiarTinker_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_peculiarTinker_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_peculiarTinker_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_EngineerT5", + "Name": "@ClothingLegs_EngineerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_legs_slot", + "Description": "@ClothingLegs_EngineerT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Engineer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_peculiarTinker_legs", + "ArmorAppearanceF": "f_peculiarTinker_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_peculiarTinker_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_peculiarTinker_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_EngineerT5", + "Name": "@ClothingFeet_EngineerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_feet_slot", + "Description": "@ClothingFeet_EngineerT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Engineer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_peculiarTinker_feet", + "ArmorAppearanceF": "f_peculiarTinker_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_peculiarTinker_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_peculiarTinker_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_AlchemistT4", + "Name": "@ClothingHead_AlchemistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@ClothingHead_AlchemistT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Arcanist", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemistvar3_head", + "ArmorAppearanceF": "f_alchemistvar3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemistvar3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemistvar3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_AlchemistT4", + "Name": "@ClothingChest_AlchemistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@ClothingChest_AlchemistT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Arcanist", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemist_chest", + "ArmorAppearanceF": "f_alchemist_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemist_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemist_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_AlchemistT4", + "Name": "@ClothingHands_AlchemistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@ClothingHands_AlchemistT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Arcanist", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemist_hands", + "ArmorAppearanceF": "f_alchemist_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemist_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemist_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_AlchemistT4", + "Name": "@ClothingLegs_AlchemistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@ClothingLegs_AlchemistT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Arcanist", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemist_legs", + "ArmorAppearanceF": "f_alchemist_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemist_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemist_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_AlchemistT4", + "Name": "@ClothingFeet_AlchemistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@ClothingFeet_AlchemistT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Arcanist", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_alchemist_feet", + "ArmorAppearanceF": "f_alchemist_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemist_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemist_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_AlchemistVar3T5", + "Name": "@MediumHead_AlchemistVar3T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_AlchemistVar3T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Arcanist", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemist_head", + "ArmorAppearanceF": "f_alchemist_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemist_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemist_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_AlchemistVar3T5", + "Name": "@MediumChest_AlchemistVar3T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_AlchemistVar3T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Arcanist", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemistvar3_chest", + "ArmorAppearanceF": "f_alchemistvar3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemistvar3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemistvar3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_AlchemistVar3T5", + "Name": "@MediumHands_AlchemistVar3T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_AlchemistVar3T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Arcanist", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemistvar3_hands", + "ArmorAppearanceF": "f_alchemistvar3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemistvar3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemistvar3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_AlchemistVar3T5", + "Name": "@MediumLegs_AlchemistVar3T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_AlchemistVar3T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Arcanist", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemistvar3_legs", + "ArmorAppearanceF": "f_alchemistvar3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemistvar3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemistvar3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_AlchemistVar3T5", + "Name": "@MediumFeet_AlchemistVar3T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_AlchemistVar3T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Arcanist", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemistvar3_feet", + "ArmorAppearanceF": "f_alchemistvar3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemistvar3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemistvar3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_OutfitterT4", + "Name": "@ClothingHead_OutfitterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@ClothingHead_OutfitterT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Armorer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_outfitter_head", + "ArmorAppearanceF": "f_outfitter_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_outfitter_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_outfitter_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_OutfitterT4", + "Name": "@ClothingChest_OutfitterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@ClothingChest_OutfitterT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Armorer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_outfitter_chest", + "ArmorAppearanceF": "f_outfitter_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_outfitter_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_outfitter_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_OutfitterT4", + "Name": "@ClothingHands_OutfitterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@ClothingHands_OutfitterT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Armorer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_outfitter_hands", + "ArmorAppearanceF": "f_outfitter_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_outfitter_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_outfitter_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_OutfitterT4", + "Name": "@ClothingLegs_OutfitterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@ClothingLegs_OutfitterT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Armorer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_outfitter_legs", + "ArmorAppearanceF": "f_outfitter_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_outfitter_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_outfitter_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_OutfitterT4", + "Name": "@ClothingFeet_OutfitterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@ClothingFeet_OutfitterT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Armorer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_outfitter_feet", + "ArmorAppearanceF": "f_outfitter_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_outfitter_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_outfitter_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_OutfitterT5", + "Name": "@ClothingHead_OutfitterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@ClothingHead_OutfitterT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Armorer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_obsessedTailor_head", + "ArmorAppearanceF": "f_obsessedTailor_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_obsessedTailor_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_obsessedTailor_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_OutfitterT5", + "Name": "@ClothingChest_OutfitterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@ClothingChest_OutfitterT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Armorer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_obsessedTailor_chest", + "ArmorAppearanceF": "f_obsessedTailor_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_obsessedTailor_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_obsessedTailor_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_OutfitterT5", + "Name": "@ClothingHands_OutfitterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@ClothingHands_OutfitterT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Armorer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_obsessedTailor_hands", + "ArmorAppearanceF": "f_obsessedTailor_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_obsessedTailor_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_obsessedTailor_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_OutfitterT5", + "Name": "@ClothingLegs_OutfitterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@ClothingLegs_OutfitterT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Armorer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_obsessedTailor_legs", + "ArmorAppearanceF": "f_obsessedTailor_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_obsessedTailor_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_obsessedTailor_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_OutfitterT5", + "Name": "@ClothingFeet_OutfitterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@ClothingFeet_OutfitterT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Armorer", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_obsessedTailor_feet", + "ArmorAppearanceF": "f_obsessedTailor_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_obsessedTailor_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_obsessedTailor_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_ChefT5", + "Name": "@ClothingHead_ChefT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@ClothingHead_ChefT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Cook", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_provisionervar1_head", + "ArmorAppearanceF": "f_provisionervar1_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_provisionervar1_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_provisionervar1_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_ChefT5", + "Name": "@ClothingChest_ChefT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@ClothingChest_ChefT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Cook", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_provisionervar1_chest", + "ArmorAppearanceF": "f_provisionervar1_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_provisionervar1_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_provisionervar1_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_ChefT5", + "Name": "@ClothingHands_ChefT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@ClothingHands_ChefT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Cook", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_provisionervar1_hands", + "ArmorAppearanceF": "f_provisionervar1_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_provisionervar1_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_provisionervar1_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_ChefT5", + "Name": "@ClothingLegs_ChefT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@ClothingLegs_ChefT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Cook", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_provisionervar1_legs", + "ArmorAppearanceF": "f_provisionervar1_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_provisionervar1_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_provisionervar1_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_ChefT5", + "Name": "@ClothingFeet_ChefT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@ClothingFeet_ChefT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Cook", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_provisionervar1_feet", + "ArmorAppearanceF": "f_provisionervar1_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_provisionervar1_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_provisionervar1_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_JewelcraftingT4", + "Name": "@MediumHands_AlchemistVar2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_AlchemistVar2T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Jeweler", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemistvar2_hands", + "ArmorAppearanceF": "f_alchemistvar2_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemistvar2_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemistvar2_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_JewelcraftingT4", + "Name": "@MediumChest_AlchemistVar2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_AlchemistVar2T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Jeweler", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemistvar2_chest", + "ArmorAppearanceF": "f_alchemistvar2_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemistvar2_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemistvar2_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_JewelcraftingT4", + "Name": "@MediumHead_AlchemistVar2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_AlchemistVar2T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Jeweler", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemistvar2_head", + "ArmorAppearanceF": "f_alchemistvar2_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemistvar2_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemistvar2_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_JewelcraftingT4", + "Name": "@MediumLegs_AlchemistVar2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_AlchemistVar2T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Jeweler", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemistvar2_legs", + "ArmorAppearanceF": "f_alchemistvar2_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemistvar2_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemistvar2_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_JewelcraftingT4", + "Name": "@MediumFeet_AlchemistVar2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_AlchemistVar2T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Jeweler", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_alchemistvar2_feet", + "ArmorAppearanceF": "f_alchemistvar2_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_alchemistvar2_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_alchemistvar2_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_JewelcraftingT5", + "Name": "@ClothingHead_JewelcraftingT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_head_slot", + "Description": "@ClothingHead_JewelcraftingT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Jeweler", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_madAlchemist_head", + "ArmorAppearanceF": "f_madalchemist_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_madAlchemist_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_madAlchemist_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_JewelcraftingT5", + "Name": "@ClothingChest_JewelcraftingT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_chest_slot", + "Description": "@ClothingChest_JewelcraftingT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Jeweler", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_madAlchemist_chest", + "ArmorAppearanceF": "f_madalchemist_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_madAlchemist_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_madAlchemist_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_JewelcraftingT5", + "Name": "@ClothingHands_JewelcraftingT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_glove_slot", + "Description": "@ClothingHands_JewelcraftingT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Jeweler", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_madAlchemist_hands", + "ArmorAppearanceF": "f_madalchemist_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_madAlchemist_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_madAlchemist_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_JewelcraftingT5", + "Name": "@ClothingLegs_JewelcraftingT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_legs_slot", + "Description": "@ClothingLegs_JewelcraftingT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Jeweler", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_madAlchemist_legs", + "ArmorAppearanceF": "f_madalchemist_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_madAlchemist_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_madAlchemist_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_JewelcraftingT5", + "Name": "@ClothingFeet_JewelcraftingT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_feet_slot", + "Description": "@ClothingFeet_JewelcraftingT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_Jeweler", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_madAlchemist_feet", + "ArmorAppearanceF": "f_madalchemist_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_madAlchemist_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_madAlchemist_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_WoodWorkerT5", + "Name": "@ClothingHead_WoodWorkerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_head_slot", + "Description": "@ClothingHead_WoodWorkerT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_WoodWorkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_leatherworkervar2_head", + "ArmorAppearanceF": "f_leatherworkervar2_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworkervar2_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworkervar2_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_WoodWorkerT5", + "Name": "@ClothingChest_WoodWorkerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_chest_slot", + "Description": "@ClothingChest_WoodWorkerT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_WoodWorkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_leatherworkervar2_chest", + "ArmorAppearanceF": "f_leatherworkervar2_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworkervar2_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworkervar2_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_WoodWorkerT5", + "Name": "@ClothingHands_WoodWorkerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_glove_slot", + "Description": "@ClothingHands_WoodWorkerT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_WoodWorkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_leatherworkervar2_hands", + "ArmorAppearanceF": "f_leatherworkervar2_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworkervar2_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworkervar2_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_WoodWorkerT5", + "Name": "@ClothingLegs_WoodWorkerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_legs_slot", + "Description": "@ClothingLegs_WoodWorkerT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_WoodWorkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_leatherworkervar2_legs", + "ArmorAppearanceF": "f_leatherworkervar2_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworkervar2_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworkervar2_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_WoodWorkerT5", + "Name": "@ClothingFeet_WoodWorkerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_feet_slot", + "Description": "@ClothingFeet_WoodWorkerT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_WoodWorkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_leatherworkervar2_feet", + "ArmorAppearanceF": "f_leatherworkervar2_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworkervar2_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworkervar2_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_WeaverT5", + "Name": "@ClothingHead_WeaverT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_head_slot", + "Description": "@ClothingHead_WeaverT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_WeaverYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_outfitter_var01_head", + "ArmorAppearanceF": "f_outfitter_var01_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_outfitter_var01_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_outfitter_var01_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_WeaverT5", + "Name": "@ClothingChest_WeaverT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_chest_slot", + "Description": "@ClothingChest_WeaverT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_WeaverYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_outfitter_var01_chest", + "ArmorAppearanceF": "f_outfitter_var01_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_outfitter_var01_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_outfitter_var01_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_WeaverT5", + "Name": "@ClothingHands_WeaverT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_glove_slot", + "Description": "@ClothingHands_WeaverT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_WeaverYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_outfitter_var01_hands", + "ArmorAppearanceF": "f_outfitter_var01_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_outfitter_var01_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_outfitter_var01_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_WeaverT5", + "Name": "@ClothingLegs_WeaverT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_legs_slot", + "Description": "@ClothingLegs_WeaverT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_WeaverYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_outfitter_var01_legs", + "ArmorAppearanceF": "f_outfitter_var01_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_outfitter_var01_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_outfitter_var01_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_WeaverT5", + "Name": "@ClothingFeet_WeaverT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_feet_slot", + "Description": "@ClothingFeet_WeaverT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_WeaverYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_outfitter_var01_feet", + "ArmorAppearanceF": "f_outfitter_var01_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_outfitter_var01_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_outfitter_var01_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_StonecutterT5", + "Name": "@ClothingHead_StonecutterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_head_slot", + "Description": "@ClothingHead_StonecutterT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_StonecutterYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_minerVar3_head", + "ArmorAppearanceF": "f_minerVar3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_minerVar3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_minerVar3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_StonecutterT5", + "Name": "@ClothingChest_StonecutterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_chest_slot", + "Description": "@ClothingChest_StonecutterT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_StonecutterYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_minerVar3_chest", + "ArmorAppearanceF": "f_minerVar3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_minerVar3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_minerVar3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_StonecutterT5", + "Name": "@ClothingHands_StonecutterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_glove_slot", + "Description": "@ClothingHands_StonecutterT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_StonecutterYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_minerVar3_hands", + "ArmorAppearanceF": "f_minerVar3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_minerVar3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_minerVar3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_StonecutterT5", + "Name": "@ClothingLegs_StonecutterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_legs_slot", + "Description": "@ClothingLegs_StonecutterT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_StonecutterYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_minerVar3_legs", + "ArmorAppearanceF": "f_minerVar3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_minerVar3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_minerVar3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_StonecutterT5", + "Name": "@ClothingFeet_StonecutterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_feet_slot", + "Description": "@ClothingFeet_StonecutterT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_StonecutterYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_minerVar3_feet", + "ArmorAppearanceF": "f_minerVar3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_minerVar3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_minerVar3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_TannerT3", + "Name": "@ClothingHead_TannerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_TannerT3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_LeatherworkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_leatherworker_head", + "ArmorAppearanceF": "f_leatherworker_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworker_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworker_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_TannerT3", + "Name": "@ClothingChest_TannerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_TannerT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_LeatherworkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_leatherworker_chest", + "ArmorAppearanceF": "f_leatherworker_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworker_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworker_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_TannerT3", + "Name": "@ClothingHands_TannerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_TannerT3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_LeatherworkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_leatherworker_hands", + "ArmorAppearanceF": "f_leatherworker_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworker_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworker_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_TannerT3", + "Name": "@ClothingLegs_TannerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_TannerT3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_LeatherworkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_leatherworker_legs", + "ArmorAppearanceF": "f_leatherworker_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworker_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworker_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_TannerT3", + "Name": "@ClothingFeet_TannerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_TannerT3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_LeatherworkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_leatherworker_feet", + "ArmorAppearanceF": "f_leatherworker_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworker_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworker_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_TannerT5", + "Name": "@ClothingHead_TannerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_TannerT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHead", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_LeatherworkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_leatherworkervar1_head", + "ArmorAppearanceF": "f_leatherworkervar1_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworkervar1_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworkervar1_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_TannerT5", + "Name": "@ClothingChest_TannerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_TannerT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorChest", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_LeatherworkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_leatherworkervar1_chest", + "ArmorAppearanceF": "f_leatherworkervar1_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworkervar1_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworkervar1_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_TannerT5", + "Name": "@ClothingHands_TannerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_TannerT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorHands", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_LeatherworkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_leatherworkervar1_hands", + "ArmorAppearanceF": "f_leatherworkervar1_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworkervar1_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworkervar1_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_TannerT5", + "Name": "@ClothingLegs_TannerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_TannerT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorLegs", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_LeatherworkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_leatherworkervar1_legs", + "ArmorAppearanceF": "f_leatherworkervar1_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworkervar1_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworkervar1_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_TannerT5", + "Name": "@ClothingFeet_TannerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_TannerT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "NoArmorFeet", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_LeatherworkerYield", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 1, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_leatherworkervar1_feet", + "ArmorAppearanceF": "f_leatherworkervar1_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_leatherworkervar1_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_leatherworkervar1_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_MinerT3", + "Name": "@ClothingHead_MinerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_MinerT3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_miner_head", + "ArmorAppearanceF": "f_miner_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_miner_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_miner_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_MinerT4", + "Name": "@ClothingHead_MinerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_MinerT4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_cavedivervar2_head", + "ArmorAppearanceF": "f_cavedivervar2_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_cavedivervar2_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_cavedivervar2_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_MinerT5", + "Name": "@ClothingHead_MinerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_MinerT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_cavedivervar1_head", + "ArmorAppearanceF": "f_cavedivervar1_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_cavedivervar1_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_cavedivervar1_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_MinerT3", + "Name": "@ClothingChest_MinerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_MinerT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_miner_chest", + "ArmorAppearanceF": "f_miner_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_miner_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_miner_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_MinerT4", + "Name": "@ClothingChest_MinerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_MinerT4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_cavedivervar2_chest", + "ArmorAppearanceF": "f_cavedivervar2_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_cavedivervar2_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_cavedivervar2_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_MinerT5", + "Name": "@ClothingChest_MinerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_MinerT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_cavedivervar1_chest", + "ArmorAppearanceF": "f_cavedivervar1_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_cavedivervar1_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_cavedivervar1_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_MinerT3", + "Name": "@ClothingHands_MinerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_MinerT3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_miner_hands", + "ArmorAppearanceF": "f_miner_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_miner_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_miner_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_MinerT4", + "Name": "@ClothingHands_MinerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_MinerT4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_cavedivervar2_hands", + "ArmorAppearanceF": "f_cavedivervar2_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_cavedivervar2_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_cavedivervar2_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_MinerT5", + "Name": "@ClothingHands_MinerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_MinerT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_cavedivervar1_hands", + "ArmorAppearanceF": "f_cavedivervar1_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_cavedivervar1_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_cavedivervar1_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_MinerT3", + "Name": "@ClothingLegs_MinerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_MinerT3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_miner_legs", + "ArmorAppearanceF": "f_miner_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_miner_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_miner_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_MinerT4", + "Name": "@ClothingLegs_MinerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_MinerT4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_cavedivervar2_legs", + "ArmorAppearanceF": "f_cavedivervar2_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_cavedivervar2_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_cavedivervar2_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_MinerT5", + "Name": "@ClothingLegs_MinerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_MinerT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_cavedivervar1_legs", + "ArmorAppearanceF": "f_cavedivervar1_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_cavedivervar1_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_cavedivervar1_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_MinerT3", + "Name": "@ClothingFeet_MinerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_MinerT3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_miner_feet", + "ArmorAppearanceF": "f_miner_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_miner_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_miner_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_MinerT4", + "Name": "@ClothingFeet_MinerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_MinerT4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_cavedivervar2_feet", + "ArmorAppearanceF": "f_cavedivervar2_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_cavedivervar2_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_cavedivervar2_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_MinerT5", + "Name": "@ClothingFeet_MinerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_MinerT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_MiningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_cavedivervar1_feet", + "ArmorAppearanceF": "f_cavedivervar1_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_cavedivervar1_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_cavedivervar1_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_HorticulturistT3", + "Name": "@ClothingHead_HorticulturistT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_HorticulturistT3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvester_head", + "ArmorAppearanceF": "f_harvester_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvester_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvester_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_HorticulturistT4", + "Name": "@ClothingHead_HorticulturistT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_HorticulturistT4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar2_head", + "ArmorAppearanceF": "f_harvestervar2_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar2_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar2_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_HorticulturistT5", + "Name": "@ClothingHead_HorticulturistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_HorticulturistT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar1_head", + "ArmorAppearanceF": "f_harvestervar1_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar1_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar1_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_HorticulturistT3", + "Name": "@ClothingChest_HorticulturistT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_HorticulturistT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvester_chest", + "ArmorAppearanceF": "f_harvester_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvester_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvester_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_HorticulturistT4", + "Name": "@ClothingChest_HorticulturistT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_HorticulturistT4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar2_chest", + "ArmorAppearanceF": "f_harvestervar2_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar2_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar2_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_HorticulturistT5", + "Name": "@ClothingChest_HorticulturistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_HorticulturistT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar1_chest", + "ArmorAppearanceF": "f_harvestervar1_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar1_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar1_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_HorticulturistT3", + "Name": "@ClothingHands_HorticulturistT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_HorticulturistT3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvester_hands", + "ArmorAppearanceF": "f_harvester_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvester_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvester_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_HorticulturistT4", + "Name": "@ClothingHands_HorticulturistT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_HorticulturistT4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar2_hands", + "ArmorAppearanceF": "f_harvestervar2_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar2_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar2_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_HorticulturistT5", + "Name": "@ClothingHands_HorticulturistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_HorticulturistT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar1_hands", + "ArmorAppearanceF": "f_harvestervar1_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar1_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar1_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_HorticulturistT3", + "Name": "@ClothingLegs_HorticulturistT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_HorticulturistT3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvester_legs", + "ArmorAppearanceF": "f_harvester_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvester_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvester_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_HorticulturistT4", + "Name": "@ClothingLegs_HorticulturistT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_HorticulturistT4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar2_legs", + "ArmorAppearanceF": "f_harvestervar2_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar2_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar2_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_HorticulturistT5", + "Name": "@ClothingLegs_HorticulturistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_HorticulturistT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar1_legs", + "ArmorAppearanceF": "f_harvestervar1_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar1_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar1_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_HorticulturistT3", + "Name": "@ClothingFeet_HorticulturistT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_HorticulturistT3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvester_feet", + "ArmorAppearanceF": "f_harvester_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvester_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvester_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_HorticulturistT4", + "Name": "@ClothingFeet_HorticulturistT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_HorticulturistT4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar2_feet", + "ArmorAppearanceF": "f_harvestervar2_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar2_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar2_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_HorticulturistT5", + "Name": "@ClothingFeet_HorticulturistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_HorticulturistT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvester_feet", + "ArmorAppearanceF": "f_harvestervar1_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_HorticulturistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_HorticulturistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_SkinnerT3", + "Name": "@ClothingHead_SkinnerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_SkinnerT3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinner_head", + "ArmorAppearanceF": "f_skinner_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skinner_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skinner_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_SkinnerT4", + "Name": "@ClothingHead_SkinnerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_SkinnerT4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinner_head", + "ArmorAppearanceF": "f_skinner_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_SkinnerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_SkinnerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_SkinnerT5", + "Name": "@ClothingHead_SkinnerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_SkinnerT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinnerVar1_head", + "ArmorAppearanceF": "f_skinnerVar1_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skinnerVar1_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skinnerVar1_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_SkinnerT3", + "Name": "@ClothingChest_SkinnerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_SkinnerT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinner_chest", + "ArmorAppearanceF": "f_skinner_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skinner_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skinner_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_SkinnerT4", + "Name": "@ClothingChest_SkinnerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_SkinnerT4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinner_chest", + "ArmorAppearanceF": "f_skinner_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_SkinnerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_SkinnerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_SkinnerT5", + "Name": "@ClothingChest_SkinnerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_SkinnerT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_skinnerVar1_chest", + "ArmorAppearanceF": "f_skinnerVar1_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skinnerVar1_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skinnerVar1_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_SkinnerT3", + "Name": "@ClothingHands_SkinnerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_SkinnerT3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinner_hands", + "ArmorAppearanceF": "f_skinner_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skinner_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skinner_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_SkinnerT4", + "Name": "@ClothingHands_SkinnerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_SkinnerT4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinner_hands", + "ArmorAppearanceF": "f_skinner_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_SkinnerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_SkinnerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_SkinnerT5", + "Name": "@ClothingHands_SkinnerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_SkinnerT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinnerVar1_hands", + "ArmorAppearanceF": "f_skinnerVar1_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skinnerVar1_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skinnerVar1_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_SkinnerT3", + "Name": "@ClothingLegs_SkinnerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_SkinnerT3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinner_legs", + "ArmorAppearanceF": "f_skinner_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skinner_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skinner_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_SkinnerT4", + "Name": "@ClothingLegs_SkinnerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_SkinnerT4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinner_legs", + "ArmorAppearanceF": "f_skinner_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_SkinnerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_SkinnerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_SkinnerT5", + "Name": "@ClothingLegs_SkinnerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_SkinnerT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinnerVar1_legs", + "ArmorAppearanceF": "f_skinnerVar1_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skinnerVar1_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skinnerVar1_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_SkinnerT3", + "Name": "@ClothingFeet_SkinnerT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_SkinnerT3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinner_feet", + "ArmorAppearanceF": "f_skinner_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skinner_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skinner_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_SkinnerT4", + "Name": "@ClothingFeet_SkinnerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_SkinnerT4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinner_feet", + "ArmorAppearanceF": "f_skinner_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_SkinnerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_SkinnerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_SkinnerT5", + "Name": "@ClothingFeet_SkinnerT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_SkinnerT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_SkinningLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skinnerVar1_feet", + "ArmorAppearanceF": "f_skinnerVar1_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skinnerVar1_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skinnerVar1_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_LumberjackT3", + "Name": "@ClothingHead_LumberjackT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@ClothingHead_LumberjackT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_lumberjack_head", + "ArmorAppearanceF": "f_lumberjack_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_lumberjack_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_lumberjack_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_LumberjackT4", + "Name": "@ClothingHead_LumberjackT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@ClothingHead_LumberjackT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_lumberjack_head", + "ArmorAppearanceF": "f_lumberjack_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_LumberjackT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_LumberjackT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_LumberjackT5", + "Name": "@ClothingHead_LumberjackT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@ClothingHead_LumberjackT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_lumberjackInvasion_head", + "ArmorAppearanceF": "f_lumberjackInvasion_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_LumberjackT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_LumberjackT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_LumberjackT3", + "Name": "@ClothingChest_LumberjackT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@ClothingChest_LumberjackT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_lumberjack_chest", + "ArmorAppearanceF": "f_lumberjack_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_lumberjack_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_lumberjack_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_LumberjackT4", + "Name": "@ClothingChest_LumberjackT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@ClothingChest_LumberjackT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_lumberjack_chest", + "ArmorAppearanceF": "f_lumberjack_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_LumberjackT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_LumberjackT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_LumberjackT5", + "Name": "@ClothingChest_LumberjackT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@ClothingChest_LumberjackT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_lumberjackInvasion_chest", + "ArmorAppearanceF": "f_lumberjackInvasion_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_LumberjackT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_LumberjackT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_LumberjackT3", + "Name": "@ClothingHands_LumberjackT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@ClothingHands_LumberjackT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_lumberjack_hands", + "ArmorAppearanceF": "f_lumberjack_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_lumberjack_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_lumberjack_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_LumberjackT4", + "Name": "@ClothingHands_LumberjackT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@ClothingHands_LumberjackT4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_lumberjack_hands", + "ArmorAppearanceF": "f_lumberjack_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_LumberjackT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_LumberjackT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_LumberjackT5", + "Name": "@ClothingHands_LumberjackT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@ClothingHands_LumberjackT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_lumberjackInvasion_hands", + "ArmorAppearanceF": "f_lumberjackInvasion_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_LumberjackT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_LumberjackT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_LumberjackT3", + "Name": "@ClothingLegs_LumberjackT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@ClothingLegs_LumberjackT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_lumberjack_legs", + "ArmorAppearanceF": "f_lumberjack_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_lumberjack_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_lumberjack_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_LumberjackT4", + "Name": "@ClothingLegs_LumberjackT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@ClothingLegs_LumberjackT4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_lumberjack_legs", + "ArmorAppearanceF": "f_lumberjack_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_LumberjackT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_LumberjackT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_LumberjackT5", + "Name": "@ClothingLegs_LumberjackT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@ClothingLegs_LumberjackT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_lumberjackInvasion_legs", + "ArmorAppearanceF": "f_lumberjackInvasion_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_LumberjackT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_LumberjackT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_LumberjackT3", + "Name": "@ClothingFeet_LumberjackT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@ClothingFeet_LumberjackT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_lumberjack_feet", + "ArmorAppearanceF": "f_lumberjack_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_lumberjack_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_lumberjack_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_LumberjackT4", + "Name": "@ClothingFeet_LumberjackT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@ClothingFeet_LumberjackT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_lumberjack_feet", + "ArmorAppearanceF": "f_lumberjack_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_LumberjackT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_LumberjackT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_LumberjackT5", + "Name": "@ClothingFeet_LumberjackT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@ClothingFeet_LumberjackT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_LoggingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_lumberjackInvasion_feet", + "ArmorAppearanceF": "f_lumberjackInvasion_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_LumberjackT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_LumberjackT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_FishingT5", + "Name": "@ClothingHead_FishingT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_head_slot", + "Description": "@ClothingHead_FishingT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "", + "Perk3": "FishArmorLuck3", + "Perk4": "FishArmorSize3", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_head", + "ArmorAppearanceF": "f_vengefulFisherman_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_FishingT5", + "Name": "@ClothingChest_FishingT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_chest_slot", + "Description": "@ClothingChest_FishingT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "", + "Perk3": "FishArmorCastDistance3", + "Perk4": "FishArmorSize3", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vengefulFisherman_chest", + "ArmorAppearanceF": "f_vengefulFisherman_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_FishingT5", + "Name": "@ClothingHands_FishingT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_glove_slot", + "Description": "@ClothingHands_FishingT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "", + "Perk3": "FishArmorSize3", + "Perk4": "FishArmorLuck3", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_hands", + "ArmorAppearanceF": "f_vengefulFisherman_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_FishingT5", + "Name": "@ClothingLegs_FishingT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_legs_slot", + "Description": "@ClothingLegs_FishingT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "", + "Perk3": "FishArmorSize3", + "Perk4": "FishArmorCastDistance3", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_legs", + "ArmorAppearanceF": "f_vengefulFisherman_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_FishingT5", + "Name": "@ClothingFeet_FishingT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_Normal_feet_slot", + "Description": "@ClothingFeet_FishingT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "", + "Perk3": "FishArmorCastDistance3", + "Perk4": "FishArmorLuck3", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vengefulFisherman_feet", + "ArmorAppearanceF": "f_vengefulFisherman_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vengefulFisherman_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vengefulFisherman_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Lost1T2", + "Name": "@HeavyHead_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Lost1T2_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T1", + "ArmorAppearanceF": "F_Conquistador_Helm_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Lost1T3", + "Name": "@HeavyHead_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Lost1T3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_head", + "ArmorAppearanceF": "f_etherealheavyhelmett3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Lost1T4", + "Name": "@HeavyHead_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Lost1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett4_head", + "ArmorAppearanceF": "f_etherealheavyhelmett4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Lost1T5", + "Name": "@HeavyHead_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Lost1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Heavy_T5_head", + "ArmorAppearanceF": "f_LostEthereal_Heavy_T5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Heavy_T5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Heavy_T5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Lost1T2", + "Name": "@HeavyChest_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Lost1T2_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T1", + "ArmorAppearanceF": "F_Conquistador_Chest_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Lost1T3", + "Name": "@HeavyChest_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Lost1T3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_chest", + "ArmorAppearanceF": "f_etherealheavyhelmett3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Lost1T4", + "Name": "@HeavyChest_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Lost1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett4_chest", + "ArmorAppearanceF": "f_etherealheavyhelmett4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Lost1T5", + "Name": "@HeavyChest_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Lost1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Heavy_T5_chest", + "ArmorAppearanceF": "f_LostEthereal_Heavy_T5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Heavy_T5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Heavy_T5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Lost1T2", + "Name": "@HeavyHands_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Lost1T2_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T1", + "ArmorAppearanceF": "F_Conquistador_Gloves_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Lost1T3", + "Name": "@HeavyHands_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Lost1T3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_hands", + "ArmorAppearanceF": "f_etherealheavyhelmett3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Lost1T4", + "Name": "@HeavyHands_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Lost1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett4_hands", + "ArmorAppearanceF": "f_etherealheavyhelmett4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Lost1T5", + "Name": "@HeavyHands_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Lost1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Heavy_T5_hands", + "ArmorAppearanceF": "f_LostEthereal_Heavy_T5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Heavy_T5_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Heavy_T5_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Lost1T2", + "Name": "@HeavyLegs_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Lost1T2_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T1", + "ArmorAppearanceF": "F_Conquistador_Pants_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Lost1T3", + "Name": "@HeavyLegs_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Lost1T3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_legs", + "ArmorAppearanceF": "f_etherealheavyhelmett3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Lost1T4", + "Name": "@HeavyLegs_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Lost1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett4_legs", + "ArmorAppearanceF": "f_etherealheavyhelmett4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Lost1T5", + "Name": "@HeavyLegs_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Lost1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Heavy_T5_legs", + "ArmorAppearanceF": "f_LostEthereal_Heavy_T5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Heavy_T5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Heavy_T5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Lost1T2", + "Name": "@HeavyFeet_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Lost1T2_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T1", + "ArmorAppearanceF": "F_Conquistador_Boots_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Lost1T3", + "Name": "@HeavyFeet_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Lost1T3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_feet", + "ArmorAppearanceF": "f_etherealheavyhelmett3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Lost1T4", + "Name": "@HeavyFeet_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Lost1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett4_feet", + "ArmorAppearanceF": "f_etherealheavyhelmett4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Lost1T5", + "Name": "@HeavyFeet_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Lost1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Heavy_T5_feet", + "ArmorAppearanceF": "f_LostEthereal_Heavy_T5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Heavy_T5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Heavy_T5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Lost1T2", + "Name": "@MediumHead_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Lost1T2_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Hat", + "ArmorAppearanceF": "F_MilitaryCivil_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Lost1T3", + "Name": "@MediumHead_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Lost1T3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_head", + "ArmorAppearanceF": "f_etherealMediumhelmett3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Lost1T4", + "Name": "@MediumHead_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Lost1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett4_head", + "ArmorAppearanceF": "f_etherealMediumhelmett4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Lost1T5", + "Name": "@MediumHead_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Lost1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Medium_T5_head", + "ArmorAppearanceF": "f_LostEthereal_Medium_T5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Medium_T5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Medium_T5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Lost1T2", + "Name": "@MediumChest_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Lost1T2_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Shirt", + "ArmorAppearanceF": "F_MilitaryCivil_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Lost1T3", + "Name": "@MediumChest_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Lost1T3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_chest", + "ArmorAppearanceF": "f_etherealMediumhelmett3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Lost1T4", + "Name": "@MediumChest_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Lost1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett4_chest", + "ArmorAppearanceF": "f_etherealMediumhelmett4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Lost1T5", + "Name": "@MediumChest_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Lost1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_LostEthereal_Medium_T5_chest", + "ArmorAppearanceF": "f_LostEthereal_Medium_T5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Medium_T5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Medium_T5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Lost1T2", + "Name": "@MediumHands_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Lost1T2_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "MilitaryCivil_Gloves", + "ArmorAppearanceF": "F_MilitaryCivil_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Lost1T3", + "Name": "@MediumHands_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Lost1T3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_hands", + "ArmorAppearanceF": "f_etherealMediumhelmett3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Lost1T4", + "Name": "@MediumHands_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Lost1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett4_hands", + "ArmorAppearanceF": "f_etherealMediumhelmett4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Lost1T5", + "Name": "@MediumHands_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Lost1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Medium_T5_hands", + "ArmorAppearanceF": "f_LostEthereal_Medium_T5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Medium_T5_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Medium_T5_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Lost1T2", + "Name": "@MediumLegs_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Lost1T2_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Pants", + "ArmorAppearanceF": "F_MilitaryCivil_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Lost1T3", + "Name": "@MediumLegs_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Lost1T3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_legs", + "ArmorAppearanceF": "f_etherealMediumhelmett3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Lost1T4", + "Name": "@MediumLegs_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Lost1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett4_legs", + "ArmorAppearanceF": "f_etherealMediumhelmett4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Lost1T5", + "Name": "@MediumLegs_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Lost1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Medium_T5_legs", + "ArmorAppearanceF": "f_LostEthereal_Medium_T5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Medium_T5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Medium_T5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Lost1T2", + "Name": "@MediumFeet_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Lost1T2_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "MilitaryCivil_Boots", + "ArmorAppearanceF": "F_MilitaryCivil_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Lost1T3", + "Name": "@MediumFeet_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Lost1T3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_feet", + "ArmorAppearanceF": "f_etherealMediumhelmett3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Lost1T4", + "Name": "@MediumFeet_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Lost1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett4_feet", + "ArmorAppearanceF": "f_etherealMediumhelmett4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Lost1T5", + "Name": "@MediumFeet_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Lost1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_LostEthereal_Medium_T5_feet", + "ArmorAppearanceF": "f_LostEthereal_Medium_T5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Medium_T5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Medium_T5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Lost1T2", + "Name": "@LightHead_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Lost1T2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T1", + "ArmorAppearanceF": "F_Cloth_Hat_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Lost1T3", + "Name": "@LightHead_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Lost1T3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_head", + "ArmorAppearanceF": "f_ethereallighthelmett3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Lost1T4", + "Name": "@LightHead_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Lost1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett4_head", + "ArmorAppearanceF": "f_ethereallighthelmett4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Lost1T5", + "Name": "@LightHead_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Lost1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Light_T5_head", + "ArmorAppearanceF": "f_LostEthereal_Light_T5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Light_T5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Light_T5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Lost1T2", + "Name": "@LightChest_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Lost1T2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T1", + "ArmorAppearanceF": "F_Cloth_Shirt_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Lost1T3", + "Name": "@LightChest_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Lost1T3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_chest", + "ArmorAppearanceF": "f_ethereallighthelmett3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Lost1T4", + "Name": "@LightChest_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Lost1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett4_chest", + "ArmorAppearanceF": "f_ethereallighthelmett4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Lost1T5", + "Name": "@LightChest_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Lost1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Light_T5_chest", + "ArmorAppearanceF": "f_LostEthereal_Light_T5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Light_T5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Light_T5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Lost1T2", + "Name": "@LightHands_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Lost1T2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T1", + "ArmorAppearanceF": "F_Cloth_Gloves_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Lost1T3", + "Name": "@LightHands_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Lost1T3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_gloves", + "ArmorAppearanceF": "f_ethereallighthelmett3_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Lost1T4", + "Name": "@LightHands_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Lost1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett4_hands", + "ArmorAppearanceF": "f_ethereallighthelmett4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Lost1T5", + "Name": "@LightHands_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Lost1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Light_T5_hands", + "ArmorAppearanceF": "f_LostEthereal_Light_T5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Light_T5_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Light_T5_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Lost1T2", + "Name": "@LightLegs_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Lost1T2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Pants_T1", + "ArmorAppearanceF": "F_Cloth_Pants_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Lost1T3", + "Name": "@LightLegs_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Lost1T3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_legs", + "ArmorAppearanceF": "f_ethereallighthelmett3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Lost1T4", + "Name": "@LightLegs_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Lost1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett4_legs", + "ArmorAppearanceF": "f_ethereallighthelmett4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Lost1T5", + "Name": "@LightLegs_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Lost1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Light_T5_legs", + "ArmorAppearanceF": "f_LostEthereal_Light_T5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Light_T5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Light_T5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Lost1T2", + "Name": "@LightFeet_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Lost1T2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T1", + "ArmorAppearanceF": "F_Cloth_Boots_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Lost1T3", + "Name": "@LightFeet_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Lost1T3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_feet", + "ArmorAppearanceF": "f_ethereallighthelmett3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Lost1T4", + "Name": "@LightFeet_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Lost1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett4_feet", + "ArmorAppearanceF": "f_ethereallighthelmett4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Lost1T5", + "Name": "@LightFeet_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Lost1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_LostEthereal_Light_T5_feet", + "ArmorAppearanceF": "f_LostEthereal_Light_T5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Light_T5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Light_T5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Corrupted1T2", + "Name": "@HeavyHead_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Corrupted1T2_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T1", + "ArmorAppearanceF": "F_Conquistador_Helm_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Corrupted1T3", + "Name": "@HeavyHead_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Corrupted1T3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_heavy_t3_head", + "ArmorAppearanceF": "f_corrupteddefiled_heavy_t3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_heavy_t3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_heavy_t3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Corrupted1T4", + "Name": "@HeavyHead_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Corrupted1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_defiledheavysinistert4_head", + "ArmorAppearanceF": "f_defiledheavysinistert4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledheavysinistert4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledheavysinistert4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Corrupted1T5", + "Name": "@HeavyHead_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Corrupted1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_heavy_T5_head", + "ArmorAppearanceF": "f_corrupteddefiled_heavy_T5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_heavy_T5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_heavy_T5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Corrupted1T2", + "Name": "@HeavyChest_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Corrupted1T2_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T1", + "ArmorAppearanceF": "F_Conquistador_Chest_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Corrupted1T3", + "Name": "@HeavyChest_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Corrupted1T3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_heavy_t3_chest", + "ArmorAppearanceF": "f_corrupteddefiled_heavy_t3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_heavy_t3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_heavy_t3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Corrupted1T4", + "Name": "@HeavyChest_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Corrupted1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_defiledheavysinistert4_chest", + "ArmorAppearanceF": "f_defiledheavysinistert4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledheavysinistert4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledheavysinistert4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Corrupted1T5", + "Name": "@HeavyChest_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Corrupted1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_heavy_T5_chest", + "ArmorAppearanceF": "f_corrupteddefiled_heavy_T5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_heavy_T5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_heavy_T5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Corrupted1T2", + "Name": "@HeavyHands_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Corrupted1T2_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T1", + "ArmorAppearanceF": "F_Conquistador_Gloves_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Corrupted1T3", + "Name": "@HeavyHands_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Corrupted1T3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_heavy_t3_hands", + "ArmorAppearanceF": "f_corrupteddefiled_heavy_t3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_heavy_t3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_heavy_t3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Corrupted1T4", + "Name": "@HeavyHands_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Corrupted1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_defiledheavysinistert4_hands", + "ArmorAppearanceF": "f_defiledheavysinistert4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledheavysinistert4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledheavysinistert4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Corrupted1T5", + "Name": "@HeavyHands_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Corrupted1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_heavy_T5_hands", + "ArmorAppearanceF": "f_corrupteddefiled_heavy_T5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_heavy_T5_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_heavy_T5_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Corrupted1T2", + "Name": "@HeavyLegs_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Corrupted1T2_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T1", + "ArmorAppearanceF": "F_Conquistador_Pants_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Corrupted1T3", + "Name": "@HeavyLegs_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Corrupted1T3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_heavy_t3_legs", + "ArmorAppearanceF": "f_corrupteddefiled_heavy_t3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_heavy_t3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_heavy_t3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Corrupted1T4", + "Name": "@HeavyLegs_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Corrupted1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_defiledheavysinistert4_legs", + "ArmorAppearanceF": "f_defiledheavysinistert4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledheavysinistert4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledheavysinistert4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Corrupted1T5", + "Name": "@HeavyLegs_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Corrupted1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_heavy_T5_legs", + "ArmorAppearanceF": "f_corrupteddefiled_heavy_T5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_heavy_T5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_heavy_T5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Corrupted1T2", + "Name": "@HeavyFeet_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Corrupted1T2_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T1", + "ArmorAppearanceF": "F_Conquistador_Boots_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Corrupted1T3", + "Name": "@HeavyFeet_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Corrupted1T3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_heavy_t3_feet", + "ArmorAppearanceF": "f_corrupteddefiled_heavy_t3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_heavy_t3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_heavy_t3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Corrupted1T4", + "Name": "@HeavyFeet_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Corrupted1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_defiledheavysinistert4_feet", + "ArmorAppearanceF": "f_defiledheavysinistert4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledheavysinistert4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledheavysinistert4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Corrupted1T5", + "Name": "@HeavyFeet_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Corrupted1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_heavy_T5_feet", + "ArmorAppearanceF": "f_corrupteddefiled_heavy_T5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_heavy_T5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_heavy_T5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Corrupted1T2", + "Name": "@MediumHead_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Corrupted1T2_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Hat", + "ArmorAppearanceF": "F_MilitaryCivil_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Corrupted1T3", + "Name": "@MediumHead_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Corrupted1T3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_medium_t3_head", + "ArmorAppearanceF": "f_corrupteddefiled_medium_t3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_t3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_t3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Corrupted1T4", + "Name": "@MediumHead_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Corrupted1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_medium_t4_head", + "ArmorAppearanceF": "f_corrupteddefiled_medium_t3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_t4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_t4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Corrupted1T5", + "Name": "@MediumHead_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Corrupted1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_medium_T5_head", + "ArmorAppearanceF": "f_corrupteddefiled_medium_T5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_T5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_T5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Corrupted1T2", + "Name": "@MediumChest_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Corrupted1T2_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Shirt", + "ArmorAppearanceF": "F_MilitaryCivil_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Corrupted1T3", + "Name": "@MediumChest_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Corrupted1T3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_medium_t3_chest", + "ArmorAppearanceF": "f_corrupteddefiled_medium_t3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_t3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_t3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Corrupted1T4", + "Name": "@MediumChest_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Corrupted1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_medium_t4_chest", + "ArmorAppearanceF": "f_corrupteddefiled_medium_t4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_t4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_t4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Corrupted1T5", + "Name": "@MediumChest_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Corrupted1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_medium_T5_chest", + "ArmorAppearanceF": "f_corrupteddefiled_medium_T5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_T5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_T5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Corrupted1T2", + "Name": "@MediumHands_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Corrupted1T2_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "MilitaryCivil_Gloves", + "ArmorAppearanceF": "F_MilitaryCivil_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Corrupted1T3", + "Name": "@MediumHands_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Corrupted1T3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_medium_t3_hands", + "ArmorAppearanceF": "f_corrupteddefiled_medium_t3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_t3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_t3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Corrupted1T4", + "Name": "@MediumHands_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Corrupted1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_medium_t4_hands", + "ArmorAppearanceF": "f_corrupteddefiled_medium_t4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_t4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_t4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Corrupted1T5", + "Name": "@MediumHands_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Corrupted1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_medium_T5_hands", + "ArmorAppearanceF": "f_corrupteddefiled_medium_T5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_T5_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_T5_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Corrupted1T2", + "Name": "@MediumLegs_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Corrupted1T2_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Pants", + "ArmorAppearanceF": "F_MilitaryCivil_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Corrupted1T3", + "Name": "@MediumLegs_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Corrupted1T3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_medium_t3_legs", + "ArmorAppearanceF": "f_corrupteddefiled_medium_t3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_t3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_t3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Corrupted1T4", + "Name": "@MediumLegs_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Corrupted1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_medium_t4_legs", + "ArmorAppearanceF": "f_corrupteddefiled_medium_t4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_t4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_t4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Corrupted1T5", + "Name": "@MediumLegs_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Corrupted1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_medium_T5_legs", + "ArmorAppearanceF": "f_corrupteddefiled_medium_T5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_T5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_T5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Corrupted1T2", + "Name": "@MediumFeet_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Corrupted1T2_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "MilitaryCivil_Boots", + "ArmorAppearanceF": "F_MilitaryCivil_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Corrupted1T3", + "Name": "@MediumFeet_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Corrupted1T3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_medium_t3_feet", + "ArmorAppearanceF": "f_corrupteddefiled_medium_t3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_t3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_t3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Corrupted1T4", + "Name": "@MediumFeet_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Corrupted1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_medium_t4_feet", + "ArmorAppearanceF": "f_corrupteddefiled_medium_t4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_t4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_t4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Corrupted1T5", + "Name": "@MediumFeet_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Corrupted1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_medium_T5_feet", + "ArmorAppearanceF": "f_corrupteddefiled_medium_T5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_medium_T5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_medium_T5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Corrupted1T2", + "Name": "@LightHead_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Corrupted1T2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T1", + "ArmorAppearanceF": "F_Cloth_Hat_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Corrupted1T3", + "Name": "@LightHead_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Corrupted1T3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_light_t3_head", + "ArmorAppearanceF": "f_corrupteddefiled_light_t3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_t3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_t3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Corrupted1T4", + "Name": "@LightHead_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Corrupted1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_light_t4_head", + "ArmorAppearanceF": "f_corrupteddefiled_light_t4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_t4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_t4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Corrupted1T5", + "Name": "@LightHead_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Corrupted1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_light_T5_head", + "ArmorAppearanceF": "f_corrupteddefiled_light_T5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_T5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_T5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Corrupted1T2", + "Name": "@LightChest_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Corrupted1T2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T1", + "ArmorAppearanceF": "F_Cloth_Shirt_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Corrupted1T3", + "Name": "@LightChest_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Corrupted1T3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_light_t3_chest", + "ArmorAppearanceF": "f_corrupteddefiled_light_t3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_t3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_t3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Corrupted1T4", + "Name": "@LightChest_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Corrupted1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_light_t4_chest", + "ArmorAppearanceF": "f_corrupteddefiled_light_t4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_t4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_t4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Corrupted1T5", + "Name": "@LightChest_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Corrupted1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_light_T5_chest", + "ArmorAppearanceF": "f_corrupteddefiled_light_T5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_T5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_T5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Corrupted1T2", + "Name": "@LightHands_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Corrupted1T2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T1", + "ArmorAppearanceF": "F_Cloth_Gloves_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Corrupted1T3", + "Name": "@LightHands_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Corrupted1T3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_light_t3_hands", + "ArmorAppearanceF": "f_corrupteddefiled_light_t3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_t3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_t3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Corrupted1T4", + "Name": "@LightHands_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Corrupted1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_light_t4_hands", + "ArmorAppearanceF": "f_corrupteddefiled_light_t4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_t4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_t4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Corrupted1T5", + "Name": "@LightHands_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Corrupted1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_light_T5_hands", + "ArmorAppearanceF": "f_corrupteddefiled_light_T5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_T5_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_T5_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Corrupted1T2", + "Name": "@LightLegs_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Corrupted1T2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Pants_T1", + "ArmorAppearanceF": "F_Cloth_Pants_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Corrupted1T3", + "Name": "@LightLegs_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Corrupted1T3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_light_t3_legs", + "ArmorAppearanceF": "f_corrupteddefiled_light_t3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_t3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_t3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Corrupted1T4", + "Name": "@LightLegs_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Corrupted1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_light_t4_legs", + "ArmorAppearanceF": "f_corrupteddefiled_light_t4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_t4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_t4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Corrupted1T5", + "Name": "@LightLegs_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Corrupted1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_light_T5_legs", + "ArmorAppearanceF": "f_corrupteddefiled_light_T5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_T5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_T5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Corrupted1T2", + "Name": "@LightFeet_Corrupted1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Corrupted1T2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T1", + "ArmorAppearanceF": "F_Cloth_Boots_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Corrupted1T3", + "Name": "@LightFeet_Corrupted1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Corrupted1T3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_light_t3_feet", + "ArmorAppearanceF": "f_corrupteddefiled_light_t3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_t3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_t3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Corrupted1T4", + "Name": "@LightFeet_Corrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Corrupted1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_corrupteddefiled_light_t4_feet", + "ArmorAppearanceF": "f_corrupteddefiled_light_t4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_t4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_t4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Corrupted1T5", + "Name": "@LightFeet_Corrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Corrupted1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_corrupteddefiled_light_T5_feet", + "ArmorAppearanceF": "f_corrupteddefiled_light_T5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_corrupteddefiled_light_T5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_corrupteddefiled_light_T5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Ancient1T2", + "Name": "@HeavyHead_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Ancient1T2_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t3_head", + "ArmorAppearanceF": "f_ancientheavy_t3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Ancient1T3", + "Name": "@HeavyHead_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Ancient1T3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t3_head", + "ArmorAppearanceF": "f_ancientheavy_t3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Ancient1T4", + "Name": "@HeavyHead_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Ancient1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t4_head", + "ArmorAppearanceF": "f_ancientheavy_t4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Ancient1T5", + "Name": "@HeavyHead_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Ancient1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_head", + "ArmorAppearanceF": "f_ancientheavy_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Ancient1T2", + "Name": "@HeavyChest_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Ancient1T2_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t3_chest", + "ArmorAppearanceF": "f_ancientheavy_t3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Ancient1T3", + "Name": "@HeavyChest_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Ancient1T3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t3_chest", + "ArmorAppearanceF": "f_ancientheavy_t3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Ancient1T4", + "Name": "@HeavyChest_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Ancient1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t4_chest", + "ArmorAppearanceF": "f_ancientheavy_t4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Ancient1T5", + "Name": "@HeavyChest_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Ancient1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_chest", + "ArmorAppearanceF": "f_ancientheavy_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Ancient1T2", + "Name": "@HeavyHands_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Ancient1T2_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t3_hands", + "ArmorAppearanceF": "f_ancientheavy_t3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Ancient1T3", + "Name": "@HeavyHands_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Ancient1T3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t3_hands", + "ArmorAppearanceF": "f_ancientheavy_t3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Ancient1T4", + "Name": "@HeavyHands_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Ancient1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t4_hands", + "ArmorAppearanceF": "f_ancientheavy_t4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Ancient1T5", + "Name": "@HeavyHands_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Ancient1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_hands", + "ArmorAppearanceF": "f_ancientheavy_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Ancient1T2", + "Name": "@HeavyLegs_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Ancient1T2_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t3_legs", + "ArmorAppearanceF": "f_ancientheavy_t3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Ancient1T3", + "Name": "@HeavyLegs_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Ancient1T3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t3_legs", + "ArmorAppearanceF": "f_ancientheavy_t3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Ancient1T4", + "Name": "@HeavyLegs_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Ancient1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t4_legs", + "ArmorAppearanceF": "f_ancientheavy_t4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Ancient1T5", + "Name": "@HeavyLegs_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Ancient1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientheavy_legs", + "ArmorAppearanceF": "f_ancientheavy_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Ancient1T2", + "Name": "@HeavyFeet_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Ancient1T2_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t3_feet", + "ArmorAppearanceF": "f_ancientheavy_t3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Ancient1T3", + "Name": "@HeavyFeet_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Ancient1T3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t3_feet", + "ArmorAppearanceF": "f_ancientheavy_t3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Ancient1T4", + "Name": "@HeavyFeet_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Ancient1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_t4_feet", + "ArmorAppearanceF": "f_ancientheavy_t4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_t4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_t4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Ancient1T5", + "Name": "@HeavyFeet_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Ancient1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientheavy_feet", + "ArmorAppearanceF": "f_ancientheavy_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientheavy_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientheavy_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Ancient1T2", + "Name": "@MediumHead_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Ancient1T2_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientmedium_t3_head", + "ArmorAppearanceF": "f_ancientmedium_t3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Ancient1T3", + "Name": "@MediumHead_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Ancient1T3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientmedium_t3_head", + "ArmorAppearanceF": "f_ancientmedium_t3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Ancient1T4", + "Name": "@MediumHead_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Ancient1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientmedium_t4_head", + "ArmorAppearanceF": "f_ancientmedium_t4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Ancient1T5", + "Name": "@MediumHead_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Ancient1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientMedium_head", + "ArmorAppearanceF": "f_ancientMedium_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientMedium_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientMedium_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Ancient1T2", + "Name": "@MediumChest_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Ancient1T2_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientmedium_t3_chest", + "ArmorAppearanceF": "f_ancientmedium_t3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Ancient1T3", + "Name": "@MediumChest_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Ancient1T3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientmedium_t3_chest", + "ArmorAppearanceF": "f_ancientmedium_t3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Ancient1T4", + "Name": "@MediumChest_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Ancient1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientmedium_t4_chest", + "ArmorAppearanceF": "f_ancientmedium_t4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Ancient1T5", + "Name": "@MediumChest_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Ancient1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientMedium_chest", + "ArmorAppearanceF": "f_ancientMedium_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientMedium_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientMedium_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Ancient1T2", + "Name": "@MediumHands_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Ancient1T2_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientmedium_t3_hands", + "ArmorAppearanceF": "f_ancientmedium_t3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Ancient1T3", + "Name": "@MediumHands_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Ancient1T3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientmedium_t3_hands", + "ArmorAppearanceF": "f_ancientmedium_t3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Ancient1T4", + "Name": "@MediumHands_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Ancient1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientmedium_t4_hands", + "ArmorAppearanceF": "f_ancientmedium_t4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Ancient1T5", + "Name": "@MediumHands_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Ancient1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientMedium_hands", + "ArmorAppearanceF": "f_ancientMedium_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientMedium_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientMedium_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Ancient1T2", + "Name": "@MediumLegs_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Ancient1T2_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientmedium_t3_legs", + "ArmorAppearanceF": "f_ancientmedium_t3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Ancient1T3", + "Name": "@MediumLegs_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Ancient1T3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientmedium_t3_legs", + "ArmorAppearanceF": "f_ancientmedium_t3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Ancient1T4", + "Name": "@MediumLegs_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Ancient1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientmedium_t4_legs", + "ArmorAppearanceF": "f_ancientmedium_t4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Ancient1T5", + "Name": "@MediumLegs_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Ancient1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientMedium_legs", + "ArmorAppearanceF": "f_ancientMedium_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientMedium_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientMedium_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Ancient1T2", + "Name": "@MediumFeet_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Ancient1T2_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientmedium_t3_feet", + "ArmorAppearanceF": "f_ancientmedium_t3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Ancient1T3", + "Name": "@MediumFeet_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Ancient1T3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientmedium_t3_feet", + "ArmorAppearanceF": "f_ancientmedium_t3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Ancient1T4", + "Name": "@MediumFeet_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Ancient1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientmedium_t4_feet", + "ArmorAppearanceF": "f_ancientmedium_t4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmedium_t4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmedium_t4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Ancient1T5", + "Name": "@MediumFeet_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Ancient1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientMedium_feet", + "ArmorAppearanceF": "f_ancientMedium_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientMedium_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientMedium_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Ancient1T2", + "Name": "@LightHead_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Ancient1T2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_Ancient1Light_Head", + "ArmorAppearanceF": "f_Ancient1Light_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_Ancient1Light_Head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_Ancient1Light_Head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Ancient1T3", + "Name": "@LightHead_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Ancient1T3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientlight_t3_head", + "ArmorAppearanceF": "f_ancientlight_t3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Ancient1T4", + "Name": "@LightHead_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Ancient1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientlight_t4_head", + "ArmorAppearanceF": "f_ancientlight_t4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Ancient1T5", + "Name": "@LightHead_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Ancient1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_Ancient1Light_Head", + "ArmorAppearanceF": "f_Ancient1Light_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_Ancient1Light_Head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_Ancient1Light_Head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Ancient1T2", + "Name": "@LightChest_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Ancient1T2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientlight_t3_chest", + "ArmorAppearanceF": "f_ancientlight_t3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Ancient1T3", + "Name": "@LightChest_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Ancient1T3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientlight_t3_chest", + "ArmorAppearanceF": "f_ancientlight_t3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Ancient1T4", + "Name": "@LightChest_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Ancient1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientlight_t4_chest", + "ArmorAppearanceF": "f_ancientlight_t4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Ancient1T5", + "Name": "@LightChest_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Ancient1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_Ancient1Light_Chest", + "ArmorAppearanceF": "f_Ancient1Light_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_Ancient1Light_Chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_Ancient1Light_Chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Ancient1T2", + "Name": "@LightHands_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Ancient1T2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientlight_t3_hands", + "ArmorAppearanceF": "f_ancientlight_t3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Ancient1T3", + "Name": "@LightHands_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Ancient1T3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientlight_t3_hands", + "ArmorAppearanceF": "f_ancientlight_t3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Ancient1T4", + "Name": "@LightHands_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Ancient1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientlight_t4_hands", + "ArmorAppearanceF": "f_ancientlight_t4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Ancient1T5", + "Name": "@LightHands_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Ancient1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_Ancient1Light_Hands", + "ArmorAppearanceF": "f_Ancient1Light_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_Ancient1Light_Hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_Ancient1Light_Hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Ancient1T2", + "Name": "@LightLegs_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Ancient1T2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientlight_t3_legs", + "ArmorAppearanceF": "f_ancientlight_t3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Ancient1T3", + "Name": "@LightLegs_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Ancient1T3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientlight_t3_legs", + "ArmorAppearanceF": "f_ancientlight_t3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Ancient1T4", + "Name": "@LightLegs_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Ancient1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientlight_t4_legs", + "ArmorAppearanceF": "f_ancientlight_t4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Ancient1T5", + "Name": "@LightLegs_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Ancient1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_Ancient1Light_Legs", + "ArmorAppearanceF": "f_Ancient1Light_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_Ancient1Light_Legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_Ancient1Light_Legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Ancient1T2", + "Name": "@LightFeet_Ancient1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Ancient1T2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientlight_t3_feet", + "ArmorAppearanceF": "f_ancientlight_t3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Ancient1T3", + "Name": "@LightFeet_Ancient1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Ancient1T3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AncientBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientlight_t3_feet", + "ArmorAppearanceF": "f_ancientlight_t3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Ancient1T4", + "Name": "@LightFeet_Ancient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Ancient1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientlight_t4_feet", + "ArmorAppearanceF": "f_ancientlight_t4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientlight_t4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientlight_t4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Ancient1T5", + "Name": "@LightFeet_Ancient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Ancient1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_Ancient1Light_Feet", + "ArmorAppearanceF": "f_Ancient1Light_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_Ancient1Light_Feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_Ancient1Light_Feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_AngryEarth1T2", + "Name": "@HeavyHead_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_AngryEarth1T2_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T1", + "ArmorAppearanceF": "F_Conquistador_Helm_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_AngryEarth1T3", + "Name": "@HeavyHead_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_AngryEarth1T3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dryadheavybutterflyt3_head", + "ArmorAppearanceF": "f_dryadheavybutterflyt3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadheavybutterflyt3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadheavybutterflyt3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_AngryEarth1T4", + "Name": "@HeavyHead_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_AngryEarth1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dryadheavybutterflyt4_head", + "ArmorAppearanceF": "f_dryadheavybutterflyt4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadheavybutterflyt4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadheavybutterflyt4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_AngryEarth1T5", + "Name": "@HeavyHead_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_AngryEarth1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Heavy_T5_head", + "ArmorAppearanceF": "f_angryEarthDryad_Heavy_T5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Heavy_T5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Heavy_T5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_AngryEarth1T2", + "Name": "@HeavyChest_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_AngryEarth1T2_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T1", + "ArmorAppearanceF": "F_Conquistador_Chest_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_AngryEarth1T3", + "Name": "@HeavyChest_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_AngryEarth1T3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dryadheavybutterflyt3_chest", + "ArmorAppearanceF": "f_dryadheavybutterflyt3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadheavybutterflyt3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadheavybutterflyt3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_AngryEarth1T4", + "Name": "@HeavyChest_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_AngryEarth1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dryadheavybutterflyt4_chest", + "ArmorAppearanceF": "f_dryadheavybutterflyt4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadheavybutterflyt4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadheavybutterflyt4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_AngryEarth1T5", + "Name": "@HeavyChest_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_AngryEarth1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryEarthDryad_Heavy_T5_chest", + "ArmorAppearanceF": "f_angryEarthDryad_Heavy_T5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Heavy_T5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Heavy_T5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_AngryEarth1T2", + "Name": "@HeavyHands_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_AngryEarth1T2_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T1", + "ArmorAppearanceF": "F_Conquistador_Gloves_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_AngryEarth1T3", + "Name": "@HeavyHands_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_AngryEarth1T3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dryadheavybutterflyt3_hands", + "ArmorAppearanceF": "f_dryadheavybutterflyt3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadheavybutterflyt3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadheavybutterflyt3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_AngryEarth1T4", + "Name": "@HeavyHands_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_AngryEarth1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dryadheavybutterflyt4_gloves", + "ArmorAppearanceF": "f_dryadheavybutterflyt4_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadheavybutterflyt4_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadheavybutterflyt4_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_AngryEarth1T5", + "Name": "@HeavyHands_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_AngryEarth1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Heavy_T5_hands", + "ArmorAppearanceF": "f_angryEarthDryad_Heavy_T5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Heavy_T5_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Heavy_T5_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_AngryEarth1T2", + "Name": "@HeavyLegs_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_AngryEarth1T2_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T1", + "ArmorAppearanceF": "F_Conquistador_Pants_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_AngryEarth1T3", + "Name": "@HeavyLegs_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_AngryEarth1T3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dryadheavybutterflyt3_legs", + "ArmorAppearanceF": "f_dryadheavybutterflyt3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadheavybutterflyt3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadheavybutterflyt3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_AngryEarth1T4", + "Name": "@HeavyLegs_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_AngryEarth1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dryadheavybutterflyt4_legs", + "ArmorAppearanceF": "f_dryadheavybutterflyt4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadheavybutterflyt4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadheavybutterflyt4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_AngryEarth1T5", + "Name": "@HeavyLegs_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_AngryEarth1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryEarthDryad_Heavy_T5_legs", + "ArmorAppearanceF": "f_angryEarthDryad_Heavy_T5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Heavy_T5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Heavy_T5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_AngryEarth1T2", + "Name": "@HeavyFeet_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_AngryEarth1T2_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T1", + "ArmorAppearanceF": "F_Conquistador_Boots_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_AngryEarth1T3", + "Name": "@HeavyFeet_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_AngryEarth1T3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dryadheavybutterflyt3_feet", + "ArmorAppearanceF": "f_dryadheavybutterflyt3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadheavybutterflyt3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadheavybutterflyt3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_AngryEarth1T4", + "Name": "@HeavyFeet_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_AngryEarth1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_dryadheavybutterflyt4_feet", + "ArmorAppearanceF": "f_dryadheavybutterflyt4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadheavybutterflyt4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadheavybutterflyt4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_AngryEarth1T5", + "Name": "@HeavyFeet_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_AngryEarth1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryEarthDryad_Heavy_T5_feet", + "ArmorAppearanceF": "f_angryEarthDryad_Heavy_T5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Heavy_T5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Heavy_T5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_AngryEarth1T2", + "Name": "@MediumHead_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_AngryEarth1T2_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Hat", + "ArmorAppearanceF": "F_MilitaryCivil_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_AngryEarth1T3", + "Name": "@MediumHead_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_AngryEarth1T3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dryadmediumbutterfly_t3_head", + "ArmorAppearanceF": "f_dryadmediumbutterfly_t3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadmediumbutterfly_t3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadmediumbutterfly_t3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_AngryEarth1T4", + "Name": "@MediumHead_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_AngryEarth1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dryadmediumbutterfly_t4_head", + "ArmorAppearanceF": "f_dryadmediumbutterfly_t4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadmediumbutterfly_t4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadmediumbutterfly_t4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_AngryEarth1T5", + "Name": "@MediumHead_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_AngryEarth1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Medium_T5_head", + "ArmorAppearanceF": "f_angryEarthDryad_Medium_T5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Medium_T5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Medium_T5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_AngryEarth1T2", + "Name": "@MediumChest_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_AngryEarth1T2_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Shirt", + "ArmorAppearanceF": "F_MilitaryCivil_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_AngryEarth1T3", + "Name": "@MediumChest_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_AngryEarth1T3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dryadmediumbutterfly_t3_chest", + "ArmorAppearanceF": "f_dryadmediumbutterfly_t3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadmediumbutterfly_t3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadmediumbutterfly_t3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_AngryEarth1T4", + "Name": "@MediumChest_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_AngryEarth1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dryadmediumbutterfly_t4_chest", + "ArmorAppearanceF": "f_dryadmediumbutterfly_t4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadmediumbutterfly_t4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadmediumbutterfly_t4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_AngryEarth1T5", + "Name": "@MediumChest_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_AngryEarth1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Medium_T5_chest", + "ArmorAppearanceF": "f_angryEarthDryad_Medium_T5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Medium_T5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Medium_T5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_AngryEarth1T2", + "Name": "@MediumHands_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_AngryEarth1T2_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "MilitaryCivil_Gloves", + "ArmorAppearanceF": "F_MilitaryCivil_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_AngryEarth1T3", + "Name": "@MediumHands_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_AngryEarth1T3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dryadmediumbutterfly_t3_hands", + "ArmorAppearanceF": "f_dryadmediumbutterfly_t3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadmediumbutterfly_t3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadmediumbutterfly_t3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_AngryEarth1T4", + "Name": "@MediumHands_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_AngryEarth1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dryadmediumbutterfly_t4_hands", + "ArmorAppearanceF": "f_dryadmediumbutterfly_t4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadmediumbutterfly_t4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadmediumbutterfly_t4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_AngryEarth1T5", + "Name": "@MediumHands_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_AngryEarth1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Medium_T5_hands", + "ArmorAppearanceF": "f_angryEarthDryad_Medium_T5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Medium_T5_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Medium_T5_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_AngryEarth1T2", + "Name": "@MediumLegs_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_AngryEarth1T2_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MilitaryCivil_Pants", + "ArmorAppearanceF": "F_MilitaryCivil_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_AngryEarth1T3", + "Name": "@MediumLegs_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_AngryEarth1T3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dryadmediumbutterfly_t3_legs", + "ArmorAppearanceF": "f_dryadmediumbutterfly_t3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadmediumbutterfly_t3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadmediumbutterfly_t3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_AngryEarth1T4", + "Name": "@MediumLegs_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_AngryEarth1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dryadmediumbutterfly_t4_legs", + "ArmorAppearanceF": "f_dryadmediumbutterfly_t4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadmediumbutterfly_t4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadmediumbutterfly_t4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_AngryEarth1T5", + "Name": "@MediumLegs_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_AngryEarth1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryEarthDryad_Medium_T5_legs", + "ArmorAppearanceF": "f_angryEarthDryad_Medium_T5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Medium_T5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Medium_T5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_AngryEarth1T2", + "Name": "@MediumFeet_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_AngryEarth1T2_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "MilitaryCivil_Boots", + "ArmorAppearanceF": "F_MilitaryCivil_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_AngryEarth1T3", + "Name": "@MediumFeet_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_AngryEarth1T3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dryadmediumbutterfly_t3_feet", + "ArmorAppearanceF": "f_dryadmediumbutterfly_t3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadmediumbutterfly_t3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadmediumbutterfly_t3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_AngryEarth1T4", + "Name": "@MediumFeet_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_AngryEarth1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dryadmediumbutterfly_t4_feet", + "ArmorAppearanceF": "f_dryadmediumbutterfly_t4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dryadmediumbutterfly_t4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dryadmediumbutterfly_t4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_AngryEarth1T5", + "Name": "@MediumFeet_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_AngryEarth1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Medium_T5_feet", + "ArmorAppearanceF": "f_angryEarthDryad_Medium_T5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Medium_T5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Medium_T5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_AngryEarth1T2", + "Name": "@LightHead_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_AngryEarth1T2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T1", + "ArmorAppearanceF": "F_Cloth_Hat_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_AngryEarth1T3", + "Name": "@LightHead_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_AngryEarth1T3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryearthdryadlightt3_head", + "ArmorAppearanceF": "f_angryearthdryadlightt3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryearthdryadlightt3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryearthdryadlightt3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_AngryEarth1T4", + "Name": "@LightHead_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_AngryEarth1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryearthdryadlightt4_head", + "ArmorAppearanceF": "f_angryearthdryadlightt4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryearthdryadlightt4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryearthdryadlightt4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_AngryEarth1T5", + "Name": "@LightHead_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_AngryEarth1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Light_T5_head", + "ArmorAppearanceF": "f_angryEarthDryad_Light_T5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Light_T5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Light_T5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_AngryEarth1T2", + "Name": "@LightChest_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_AngryEarth1T2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T1", + "ArmorAppearanceF": "F_Cloth_Shirt_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_AngryEarth1T3", + "Name": "@LightChest_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_AngryEarth1T3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryearthdryadlightt3_chest", + "ArmorAppearanceF": "f_angryearthdryadlightt3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryearthdryadlightt3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryearthdryadlightt3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_AngryEarth1T4", + "Name": "@LightChest_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_AngryEarth1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryearthdryadlightt4_chest", + "ArmorAppearanceF": "f_angryearthdryadlightt4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryearthdryadlightt4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryearthdryadlightt4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_AngryEarth1T5", + "Name": "@LightChest_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_AngryEarth1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Light_T5_chest", + "ArmorAppearanceF": "f_angryEarthDryad_Light_T5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Light_T5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Light_T5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_AngryEarth1T2", + "Name": "@LightHands_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_AngryEarth1T2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T1", + "ArmorAppearanceF": "F_Cloth_Gloves_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_AngryEarth1T3", + "Name": "@LightHands_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_AngryEarth1T3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryearthdryadlightt3_gloves", + "ArmorAppearanceF": "f_angryearthdryadlightt3_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryearthdryadlightt3_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryearthdryadlightt3_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_AngryEarth1T4", + "Name": "@LightHands_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_AngryEarth1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryearthdryadlightt4_gloves", + "ArmorAppearanceF": "f_angryearthdryadlightt4_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryearthdryadlightt4_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryearthdryadlightt4_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_AngryEarth1T5", + "Name": "@LightHands_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_AngryEarth1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Light_T5_hands", + "ArmorAppearanceF": "f_angryEarthDryad_Light_T5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Light_T5_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Light_T5_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_AngryEarth1T2", + "Name": "@LightLegs_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_AngryEarth1T2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Pants_T1", + "ArmorAppearanceF": "F_Cloth_Pants_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_AngryEarth1T3", + "Name": "@LightLegs_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_AngryEarth1T3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryearthdryadlightt3_legs", + "ArmorAppearanceF": "f_angryearthdryadlightt3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryearthdryadlightt3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryearthdryadlightt3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_AngryEarth1T4", + "Name": "@LightLegs_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_AngryEarth1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryearthdryadlightt4_legs", + "ArmorAppearanceF": "f_angryearthdryadlightt4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryearthdryadlightt4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryearthdryadlightt4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_AngryEarth1T5", + "Name": "@LightLegs_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_AngryEarth1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryEarthDryad_Light_T5_legs", + "ArmorAppearanceF": "f_angryEarthDryad_Light_T5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Light_T5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Light_T5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_AngryEarth1T2", + "Name": "@LightFeet_AngryEarth1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_AngryEarth1T2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T1", + "ArmorAppearanceF": "F_Cloth_Boots_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_AngryEarth1T3", + "Name": "@LightFeet_AngryEarth1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_AngryEarth1T3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryearthdryadlightt3_feet", + "ArmorAppearanceF": "f_angryearthdryadlightt3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryearthdryadlightt3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryearthdryadlightt3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_AngryEarth1T4", + "Name": "@LightFeet_AngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_AngryEarth1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryearthdryadlightt4_feet", + "ArmorAppearanceF": "f_angryearthdryadlightt4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryearthdryadlightt4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryearthdryadlightt4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_AngryEarth1T5", + "Name": "@LightFeet_AngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_AngryEarth1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Light_T5_feet", + "ArmorAppearanceF": "f_angryEarthDryad_Light_T5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_angryEarthDryad_Light_T5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_angryEarthDryad_Light_T5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Drowned1T2", + "Name": "@HeavyHead_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Lost1T2_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_head", + "ArmorAppearanceF": "f_undeadBerserker_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Drowned1T3", + "Name": "@HeavyHead_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Lost1T3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_head", + "ArmorAppearanceF": "f_undeadBerserker_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Drowned1T4", + "Name": "@HeavyHead_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Lost1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_head", + "ArmorAppearanceF": "f_undeadBerserker_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Conquistador_Helm_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Conquistador_Helm_T3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Drowned1T5", + "Name": "@HeavyHead_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Lost1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_head", + "ArmorAppearanceF": "f_undeadBerserker_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Drowned1T2", + "Name": "@HeavyChest_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Lost1T2_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_chest", + "ArmorAppearanceF": "f_undeadBerserker_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Drowned1T3", + "Name": "@HeavyChest_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Lost1T3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_chest", + "ArmorAppearanceF": "f_undeadBerserker_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Conquistador_Chest_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Conquistador_Chest_T2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Drowned1T4", + "Name": "@HeavyChest_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Lost1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_chest", + "ArmorAppearanceF": "f_undeadBerserker_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Conquistador_Chest_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Conquistador_Chest_T3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Drowned1T5", + "Name": "@HeavyChest_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Lost1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_chest", + "ArmorAppearanceF": "f_undeadBerserker_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Drowned1T2", + "Name": "@HeavyHands_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Lost1T2_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_hands", + "ArmorAppearanceF": "f_undeadBerserker_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Drowned1T3", + "Name": "@HeavyHands_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Lost1T3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_hands", + "ArmorAppearanceF": "f_undeadBerserker_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Conquistador_Gloves_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Conquistador_Gloves_T2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Drowned1T4", + "Name": "@HeavyHands_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Lost1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_hands", + "ArmorAppearanceF": "f_undeadBerserker_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Conquistador_Gloves_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Conquistador_Gloves_T3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Drowned1T5", + "Name": "@HeavyHands_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Lost1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_hands", + "ArmorAppearanceF": "f_undeadBerserker_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Drowned1T2", + "Name": "@HeavyLegs_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Lost1T2_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_legs", + "ArmorAppearanceF": "f_undeadBerserker_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Drowned1T3", + "Name": "@HeavyLegs_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Lost1T3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_legs", + "ArmorAppearanceF": "f_undeadBerserker_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Conquistador_Pants_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Conquistador_Pants_T2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Drowned1T4", + "Name": "@HeavyLegs_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Lost1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_legs", + "ArmorAppearanceF": "f_undeadBerserker_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Conquistador_Pants_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Conquistador_Pants_T3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Drowned1T5", + "Name": "@HeavyLegs_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Lost1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadBerserker_legs", + "ArmorAppearanceF": "f_undeadBerserker_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Drowned1T2", + "Name": "@HeavyFeet_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Lost1T2_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_feet", + "ArmorAppearanceF": "f_undeadBerserker_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Drowned1T3", + "Name": "@HeavyFeet_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Lost1T3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_feet", + "ArmorAppearanceF": "f_undeadBerserker_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Conquistador_Boots_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Conquistador_Boots_T2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Drowned1T4", + "Name": "@HeavyFeet_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Lost1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_feet", + "ArmorAppearanceF": "f_undeadBerserker_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Conquistador_Boots_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Conquistador_Boots_T3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Drowned1T5", + "Name": "@HeavyFeet_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Lost1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadBerserker_feet", + "ArmorAppearanceF": "f_undeadBerserker_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadBerserker_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadBerserker_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Drowned1T2", + "Name": "@MediumHead_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Lost1T2_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_head", + "ArmorAppearanceF": "f_undeadOfficer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Drowned1T3", + "Name": "@MediumHead_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Lost1T3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_head", + "ArmorAppearanceF": "f_undeadOfficer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Drowned1T4", + "Name": "@MediumHead_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Lost1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_head", + "ArmorAppearanceF": "f_undeadOfficer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Leather_Hat_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Leather_Hat_T2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Drowned1T5", + "Name": "@MediumHead_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Lost1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_head", + "ArmorAppearanceF": "f_undeadOfficer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Medium_T5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Medium_T5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Drowned1T2", + "Name": "@MediumChest_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Lost1T2_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_chest", + "ArmorAppearanceF": "f_undeadOfficer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Drowned1T3", + "Name": "@MediumChest_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Lost1T3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_chest", + "ArmorAppearanceF": "f_undeadOfficer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Drowned1T4", + "Name": "@MediumChest_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Lost1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_chest", + "ArmorAppearanceF": "f_undeadOfficer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Leather_Shirt_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Leather_Shirt_T2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Drowned1T5", + "Name": "@MediumChest_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Lost1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_chest", + "ArmorAppearanceF": "f_undeadOfficer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Medium_T5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Medium_T5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Drowned1T2", + "Name": "@MediumHands_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Lost1T2_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_hands", + "ArmorAppearanceF": "f_undeadOfficer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Drowned1T3", + "Name": "@MediumHands_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Lost1T3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_hands", + "ArmorAppearanceF": "f_undeadOfficer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Drowned1T4", + "Name": "@MediumHands_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Lost1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_hands", + "ArmorAppearanceF": "f_undeadOfficer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Leather_Gloves_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Leather_Gloves_T2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Drowned1T5", + "Name": "@MediumHands_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Lost1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_hands", + "ArmorAppearanceF": "f_undeadOfficer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Medium_T5_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Medium_T5_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Drowned1T2", + "Name": "@MediumLegs_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Lost1T2_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadOfficer_legs", + "ArmorAppearanceF": "f_undeadOfficer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Drowned1T3", + "Name": "@MediumLegs_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Lost1T3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadOfficer_legs", + "ArmorAppearanceF": "f_undeadOfficer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Drowned1T4", + "Name": "@MediumLegs_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Lost1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadOfficer_legs", + "ArmorAppearanceF": "f_undeadOfficer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Leather_Pants_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Leather_Pants_T2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Drowned1T5", + "Name": "@MediumLegs_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Lost1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadOfficer_legs", + "ArmorAppearanceF": "f_undeadOfficer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Medium_T5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Medium_T5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Drowned1T2", + "Name": "@MediumFeet_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Lost1T2_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_feet", + "ArmorAppearanceF": "f_undeadOfficer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Drowned1T3", + "Name": "@MediumFeet_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Lost1T3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_feet", + "ArmorAppearanceF": "f_undeadOfficer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadOfficer_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadOfficer_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Drowned1T4", + "Name": "@MediumFeet_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Lost1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_feet", + "ArmorAppearanceF": "f_undeadOfficer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Leather_Boots_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Leather_Boots_T2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Drowned1T5", + "Name": "@MediumFeet_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Lost1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadOfficer_feet", + "ArmorAppearanceF": "f_undeadOfficer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_LostEthereal_Medium_T5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_LostEthereal_Medium_T5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Drowned1T2", + "Name": "@LightHead_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Lost1T2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_head", + "ArmorAppearanceF": "f_undeadPistoleer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Drowned1T3", + "Name": "@LightHead_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Lost1T3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_head", + "ArmorAppearanceF": "f_undeadPistoleer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Drowned1T4", + "Name": "@LightHead_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Lost1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_head", + "ArmorAppearanceF": "f_undeadPistoleer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Drowned1T5", + "Name": "@LightHead_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Lost1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_head", + "ArmorAppearanceF": "f_undeadPistoleer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Drowned1T2", + "Name": "@LightChest_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Lost1T2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadPistoleer_chest", + "ArmorAppearanceF": "f_undeadPistoleer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Drowned1T3", + "Name": "@LightChest_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Lost1T3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadPistoleer_chest", + "ArmorAppearanceF": "f_undeadPistoleer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Drowned1T4", + "Name": "@LightChest_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Lost1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadPistoleer_chest", + "ArmorAppearanceF": "f_undeadPistoleer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Drowned1T5", + "Name": "@LightChest_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Lost1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_undeadPistoleer_chest", + "ArmorAppearanceF": "f_undeadPistoleer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Drowned1T2", + "Name": "@LightHands_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Lost1T2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_hands", + "ArmorAppearanceF": "f_undeadPistoleer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Drowned1T3", + "Name": "@LightHands_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Lost1T3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_hands", + "ArmorAppearanceF": "f_undeadPistoleer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Drowned1T4", + "Name": "@LightHands_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Lost1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_hands", + "ArmorAppearanceF": "f_undeadPistoleer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Drowned1T5", + "Name": "@LightHands_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Lost1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_hands", + "ArmorAppearanceF": "f_undeadPistoleer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Drowned1T2", + "Name": "@LightLegs_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Lost1T2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_legs", + "ArmorAppearanceF": "f_undeadPistoleer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Drowned1T3", + "Name": "@LightLegs_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Lost1T3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_legs", + "ArmorAppearanceF": "f_undeadPistoleer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Drowned1T4", + "Name": "@LightLegs_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Lost1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_legs", + "ArmorAppearanceF": "f_undeadPistoleer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Drowned1T5", + "Name": "@LightLegs_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Lost1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_legs", + "ArmorAppearanceF": "f_undeadPistoleer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Drowned1T2", + "Name": "@LightFeet_Lost1T2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Lost1T2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT2", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT2", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_feet", + "ArmorAppearanceF": "f_undeadPistoleer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Drowned1T3", + "Name": "@LightFeet_Lost1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Lost1T3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 325, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT3", + "PerkBucket2": "PerkBucket_LostBucketChanceT3", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_feet", + "ArmorAppearanceF": "f_undeadPistoleer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Drowned1T4", + "Name": "@LightFeet_Lost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Lost1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_feet", + "ArmorAppearanceF": "f_undeadPistoleer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Drowned1T5", + "Name": "@LightFeet_Lost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Lost1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_undeadPistoleer_feet", + "ArmorAppearanceF": "f_undeadPistoleer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_undeadPistoleer_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_undeadPistoleer_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Lost2T4", + "Name": "@HeavyHead_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Lost2T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T3", + "ArmorAppearanceF": "F_Conquistador_Helm_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Lost2T5", + "Name": "@HeavyHead_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Lost2T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Hat_T5", + "ArmorAppearanceF": "F_Metal_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Lost2T4", + "Name": "@HeavyChest_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyChest_Lost2T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T3", + "ArmorAppearanceF": "F_Conquistador_Chest_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Lost2T5", + "Name": "@HeavyChest_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyChest_Lost2T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Shirt_T5", + "ArmorAppearanceF": "F_Metal_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Lost2T4", + "Name": "@HeavyHands_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyHands_Lost2T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T3", + "ArmorAppearanceF": "F_Conquistador_Gloves_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Lost2T5", + "Name": "@HeavyHands_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyHands_Lost2T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Gloves_T5", + "ArmorAppearanceF": "F_Metal_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Lost2T4", + "Name": "@HeavyLegs_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyLegs_Lost2T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T3", + "ArmorAppearanceF": "F_Conquistador_Pants_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Lost2T5", + "Name": "@HeavyLegs_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyLegs_Lost2T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Pants_T5", + "ArmorAppearanceF": "F_Metal_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Lost2T4", + "Name": "@HeavyFeet_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyFeet_Lost2T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T3", + "ArmorAppearanceF": "F_Conquistador_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Lost2T5", + "Name": "@HeavyFeet_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyFeet_Lost2T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Boots_T5", + "ArmorAppearanceF": "F_Metal_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Lost2T4", + "Name": "@MediumHead_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Lost2T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Lost2T5", + "Name": "@MediumHead_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Lost2T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Hat_T5", + "ArmorAppearanceF": "F_Leather_SetA_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Lost2T4", + "Name": "@MediumChest_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Lost2T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Lost2T5", + "Name": "@MediumChest_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Lost2T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Shirt_T5", + "ArmorAppearanceF": "F_Leather_SetA_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Lost2T4", + "Name": "@MediumHands_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Lost2T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Lost2T5", + "Name": "@MediumHands_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Lost2T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Gloves_T5", + "ArmorAppearanceF": "F_Leather_SetA_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Lost2T4", + "Name": "@MediumLegs_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Lost2T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Lost2T5", + "Name": "@MediumLegs_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Lost2T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Pants_T5", + "ArmorAppearanceF": "F_Leather_SetA_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Lost2T4", + "Name": "@MediumFeet_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Lost2T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Lost2T5", + "Name": "@MediumFeet_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Lost2T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Boots_T5", + "ArmorAppearanceF": "F_Leather_SetA_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Lost2T4", + "Name": "@LightHead_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Lost2T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Hat_T4", + "ArmorAppearanceF": "F_Cloth_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Lost2T5", + "Name": "@LightHead_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Lost2T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T5", + "ArmorAppearanceF": "F_Cloth_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Lost2T4", + "Name": "@LightChest_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Lost2T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T4", + "ArmorAppearanceF": "F_Cloth_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Lost2T5", + "Name": "@LightChest_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Lost2T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T5", + "ArmorAppearanceF": "F_Cloth_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Lost2T4", + "Name": "@LightHands_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Lost2T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Lost2T5", + "Name": "@LightHands_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Lost2T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T5", + "ArmorAppearanceF": "F_Cloth_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Lost2T4", + "Name": "@LightLegs_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Lost2T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T4", + "ArmorAppearanceF": "F_Cloth_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Lost2T5", + "Name": "@LightLegs_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Lost2T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T5", + "ArmorAppearanceF": "F_Cloth_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Lost2T4", + "Name": "@LightFeet_Lost2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Lost2T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_LostBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T4", + "ArmorAppearanceF": "F_Cloth_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Lost2T5", + "Name": "@LightFeet_Lost2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Lost2T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_LostBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Boots_T5", + "ArmorAppearanceF": "F_Cloth_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Corrupted2T4", + "Name": "@HeavyHead_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Corrupted2T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T3", + "ArmorAppearanceF": "F_Conquistador_Helm_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Conquistador_Helm_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Conquistador_Helm_T3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Corrupted2T5", + "Name": "@HeavyHead_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Corrupted2T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Hat_T5", + "ArmorAppearanceF": "F_Metal_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Corrupted2T4", + "Name": "@HeavyChest_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Corrupted2T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T3", + "ArmorAppearanceF": "F_Conquistador_Chest_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Corrupted2T5", + "Name": "@HeavyChest_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Corrupted2T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Shirt_T5", + "ArmorAppearanceF": "F_Metal_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Corrupted2T4", + "Name": "@HeavyHands_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Corrupted2T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T3", + "ArmorAppearanceF": "F_Conquistador_Gloves_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Corrupted2T5", + "Name": "@HeavyHands_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Corrupted2T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Gloves_T5", + "ArmorAppearanceF": "F_Metal_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Corrupted2T4", + "Name": "@HeavyLegs_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Corrupted2T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T3", + "ArmorAppearanceF": "F_Conquistador_Pants_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Corrupted2T5", + "Name": "@HeavyLegs_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Corrupted2T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Pants_T5", + "ArmorAppearanceF": "F_Metal_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Corrupted2T4", + "Name": "@HeavyFeet_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Corrupted2T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T3", + "ArmorAppearanceF": "F_Conquistador_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Corrupted2T5", + "Name": "@HeavyFeet_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Corrupted2T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Boots_T5", + "ArmorAppearanceF": "F_Metal_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Corrupted2T4", + "Name": "@MediumHead_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Corrupted2T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Corrupted2T5", + "Name": "@MediumHead_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Corrupted2T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Hat_T5", + "ArmorAppearanceF": "F_Leather_SetA_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Corrupted2T4", + "Name": "@MediumChest_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Corrupted2T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Corrupted2T5", + "Name": "@MediumChest_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Corrupted2T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Shirt_T5", + "ArmorAppearanceF": "F_Leather_SetA_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Corrupted2T4", + "Name": "@MediumHands_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Corrupted2T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Corrupted2T5", + "Name": "@MediumHands_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Corrupted2T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Gloves_T5", + "ArmorAppearanceF": "F_Leather_SetA_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Corrupted2T4", + "Name": "@MediumLegs_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Corrupted2T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Corrupted2T5", + "Name": "@MediumLegs_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Corrupted2T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Pants_T5", + "ArmorAppearanceF": "F_Leather_SetA_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Corrupted2T4", + "Name": "@MediumFeet_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Corrupted2T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Corrupted2T5", + "Name": "@MediumFeet_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Corrupted2T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Boots_T5", + "ArmorAppearanceF": "F_Leather_SetA_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Corrupted2T4", + "Name": "@LightHead_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Corrupted2T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Hat_T4", + "ArmorAppearanceF": "F_Cloth_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Corrupted2T5", + "Name": "@LightHead_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Corrupted2T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T5", + "ArmorAppearanceF": "F_Cloth_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Corrupted2T4", + "Name": "@LightChest_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Corrupted2T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T4", + "ArmorAppearanceF": "F_Cloth_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Corrupted2T5", + "Name": "@LightChest_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Corrupted2T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T5", + "ArmorAppearanceF": "F_Cloth_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Corrupted2T4", + "Name": "@LightHands_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Corrupted2T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Corrupted2T5", + "Name": "@LightHands_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Corrupted2T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T5", + "ArmorAppearanceF": "F_Cloth_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Corrupted2T4", + "Name": "@LightLegs_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Corrupted2T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T4", + "ArmorAppearanceF": "F_Cloth_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Corrupted2T5", + "Name": "@LightLegs_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Corrupted2T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T5", + "ArmorAppearanceF": "F_Cloth_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Corrupted2T4", + "Name": "@LightFeet_Corrupted2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Corrupted2T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T4", + "ArmorAppearanceF": "F_Cloth_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Corrupted2T5", + "Name": "@LightFeet_Corrupted2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Corrupted2T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Boots_T5", + "ArmorAppearanceF": "F_Cloth_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Ancient2T4", + "Name": "@HeavyHead_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Ancient2T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T3", + "ArmorAppearanceF": "F_Conquistador_Helm_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Ancient2T5", + "Name": "@HeavyHead_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Ancient2T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Hat_T5", + "ArmorAppearanceF": "F_Metal_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Ancient2T4", + "Name": "@HeavyChest_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Ancient2T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T3", + "ArmorAppearanceF": "F_Conquistador_Chest_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Ancient2T5", + "Name": "@HeavyChest_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Ancient2T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Shirt_T5", + "ArmorAppearanceF": "F_Metal_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Ancient2T4", + "Name": "@HeavyHands_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Ancient2T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T3", + "ArmorAppearanceF": "F_Conquistador_Gloves_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Ancient2T5", + "Name": "@HeavyHands_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Ancient2T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Gloves_T5", + "ArmorAppearanceF": "F_Metal_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Ancient2T4", + "Name": "@HeavyLegs_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Ancient2T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T3", + "ArmorAppearanceF": "F_Conquistador_Pants_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Ancient2T5", + "Name": "@HeavyLegs_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Ancient2T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Pants_T5", + "ArmorAppearanceF": "F_Metal_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Ancient2T4", + "Name": "@HeavyFeet_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Ancient2T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T3", + "ArmorAppearanceF": "F_Conquistador_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Ancient2T5", + "Name": "@HeavyFeet_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Ancient2T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Boots_T5", + "ArmorAppearanceF": "F_Metal_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Ancient2T4", + "Name": "@MediumHead_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Ancient2T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Ancient2T5", + "Name": "@MediumHead_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Ancient2T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Hat_T5", + "ArmorAppearanceF": "F_Leather_SetA_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Ancient2T4", + "Name": "@MediumChest_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Ancient2T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Ancient2T5", + "Name": "@MediumChest_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Ancient2T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Shirt_T5", + "ArmorAppearanceF": "F_Leather_SetA_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Ancient2T4", + "Name": "@MediumHands_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Ancient2T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Ancient2T5", + "Name": "@MediumHands_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Ancient2T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Gloves_T5", + "ArmorAppearanceF": "F_Leather_SetA_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Ancient2T4", + "Name": "@MediumLegs_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Ancient2T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Ancient2T5", + "Name": "@MediumLegs_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Ancient2T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Pants_T5", + "ArmorAppearanceF": "F_Leather_SetA_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Ancient2T4", + "Name": "@MediumFeet_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Ancient2T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Ancient2T5", + "Name": "@MediumFeet_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Ancient2T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Boots_T5", + "ArmorAppearanceF": "F_Leather_SetA_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Ancient2T4", + "Name": "@LightHead_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Ancient2T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Hat_T4", + "ArmorAppearanceF": "F_Cloth_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Ancient2T5", + "Name": "@LightHead_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Ancient2T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T5", + "ArmorAppearanceF": "F_Cloth_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Ancient2T4", + "Name": "@LightChest_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Ancient2T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T4", + "ArmorAppearanceF": "F_Cloth_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Ancient2T5", + "Name": "@LightChest_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Ancient2T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T5", + "ArmorAppearanceF": "F_Cloth_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Ancient2T4", + "Name": "@LightHands_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Ancient2T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Ancient2T5", + "Name": "@LightHands_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Ancient2T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T5", + "ArmorAppearanceF": "F_Cloth_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Ancient2T4", + "Name": "@LightLegs_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Ancient2T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T4", + "ArmorAppearanceF": "F_Cloth_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Ancient2T5", + "Name": "@LightLegs_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Ancient2T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T5", + "ArmorAppearanceF": "F_Cloth_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Ancient2T4", + "Name": "@LightFeet_Ancient2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Ancient2T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AncientBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T4", + "ArmorAppearanceF": "F_Cloth_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Ancient2T5", + "Name": "@LightFeet_Ancient2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Ancient2T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AncientBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Boots_T5", + "ArmorAppearanceF": "F_Cloth_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_AngryEarth2T4", + "Name": "@HeavyHead_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_AngryEarth2T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T3", + "ArmorAppearanceF": "F_Conquistador_Helm_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_AngryEarth2T5", + "Name": "@HeavyHead_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_AngryEarth2T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Hat_T5", + "ArmorAppearanceF": "F_Metal_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_AngryEarth2T4", + "Name": "@HeavyChest_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_AngryEarth2T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T3", + "ArmorAppearanceF": "F_Conquistador_Chest_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_AngryEarth2T5", + "Name": "@HeavyChest_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_AngryEarth2T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Shirt_T5", + "ArmorAppearanceF": "F_Metal_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_AngryEarth2T4", + "Name": "@HeavyHands_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_AngryEarth2T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T3", + "ArmorAppearanceF": "F_Conquistador_Gloves_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_AngryEarth2T5", + "Name": "@HeavyHands_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_AngryEarth2T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Gloves_T5", + "ArmorAppearanceF": "F_Metal_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_AngryEarth2T4", + "Name": "@HeavyLegs_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_AngryEarth2T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T3", + "ArmorAppearanceF": "F_Conquistador_Pants_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_AngryEarth2T5", + "Name": "@HeavyLegs_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_AngryEarth2T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Pants_T5", + "ArmorAppearanceF": "F_Metal_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_AngryEarth2T4", + "Name": "@HeavyFeet_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_AngryEarth2T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T3", + "ArmorAppearanceF": "F_Conquistador_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_AngryEarth2T5", + "Name": "@HeavyFeet_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_AngryEarth2T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Boots_T5", + "ArmorAppearanceF": "F_Metal_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_AngryEarth2T4", + "Name": "@MediumHead_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_AngryEarth2T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_AngryEarth2T5", + "Name": "@MediumHead_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_AngryEarth2T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Hat_T5", + "ArmorAppearanceF": "F_Leather_SetA_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_AngryEarth2T4", + "Name": "@MediumChest_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_AngryEarth2T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_AngryEarth2T5", + "Name": "@MediumChest_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_AngryEarth2T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Shirt_T5", + "ArmorAppearanceF": "F_Leather_SetA_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_AngryEarth2T4", + "Name": "@MediumHands_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_AngryEarth2T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_AngryEarth2T5", + "Name": "@MediumHands_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_AngryEarth2T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Gloves_T5", + "ArmorAppearanceF": "F_Leather_SetA_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_AngryEarth2T4", + "Name": "@MediumLegs_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_AngryEarth2T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_AngryEarth2T5", + "Name": "@MediumLegs_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_AngryEarth2T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Pants_T5", + "ArmorAppearanceF": "F_Leather_SetA_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_AngryEarth2T4", + "Name": "@MediumFeet_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_AngryEarth2T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_AngryEarth2T5", + "Name": "@MediumFeet_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_AngryEarth2T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Boots_T5", + "ArmorAppearanceF": "F_Leather_SetA_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_AngryEarth2T4", + "Name": "@LightHead_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_AngryEarth2T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Hat_T4", + "ArmorAppearanceF": "F_Cloth_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_AngryEarth2T5", + "Name": "@LightHead_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_AngryEarth2T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T5", + "ArmorAppearanceF": "F_Cloth_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_AngryEarth2T4", + "Name": "@LightChest_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_AngryEarth2T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T4", + "ArmorAppearanceF": "F_Cloth_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_AngryEarth2T5", + "Name": "@LightChest_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_AngryEarth2T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T5", + "ArmorAppearanceF": "F_Cloth_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_AngryEarth2T4", + "Name": "@LightHands_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_AngryEarth2T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_AngryEarth2T5", + "Name": "@LightHands_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_AngryEarth2T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T5", + "ArmorAppearanceF": "F_Cloth_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_AngryEarth2T4", + "Name": "@LightLegs_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_AngryEarth2T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T4", + "ArmorAppearanceF": "F_Cloth_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_AngryEarth2T5", + "Name": "@LightLegs_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_AngryEarth2T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T5", + "ArmorAppearanceF": "F_Cloth_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_AngryEarth2T4", + "Name": "@LightFeet_AngryEarth2T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_AngryEarth2T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 425, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT4", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT4Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T4", + "ArmorAppearanceF": "F_Cloth_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_AngryEarth2T5", + "Name": "@LightFeet_AngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_AngryEarth2T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 525, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketChanceT5", + "PerkBucket2": "PerkBucket_AngryEarthBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "F_Cloth_Boots_T5", + "ArmorAppearanceF": "F_Cloth_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/F_Cloth_Boots_T5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/F_Cloth_Boots_T5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_DynastyCorruptedT5", + "Name": "@HeavyHead_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_DynastyCorruptedT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyWarriorHeavy_Head", + "ArmorAppearanceF": "f_DynastyWarriorHeavy_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyWarriorHeavy_Head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyWarriorHeavy_Head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_DynastyCorruptedT5", + "Name": "@HeavyChest_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_DynastyCorruptedT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyWarriorHeavy_Chest", + "ArmorAppearanceF": "f_DynastyWarriorHeavy_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyWarriorHeavy_Chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyWarriorHeavy_Chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_DynastyCorruptedT5", + "Name": "@HeavyHands_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_DynastyCorruptedT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyWarriorHeavy_Hands", + "ArmorAppearanceF": "f_DynastyWarriorHeavy_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyWarriorHeavy_Hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyWarriorHeavy_Hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_DynastyCorruptedT5", + "Name": "@HeavyLegs_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_DynastyCorruptedT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyWarriorHeavy_Legs", + "ArmorAppearanceF": "f_DynastyWarriorHeavy_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyWarriorHeavy_Legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyWarriorHeavy_Legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_DynastyCorruptedT5", + "Name": "@HeavyFeet_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_DynastyCorruptedT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyWarriorHeavy_Feet", + "ArmorAppearanceF": "f_DynastyWarriorHeavy_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyWarriorHeavy_Feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyWarriorHeavy_Feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_DynastyCorruptedT5", + "Name": "@MediumHead_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_DynastyCorruptedT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyMusketeerMedium_Head", + "ArmorAppearanceF": "f_DynastyMusketeerMedium_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyMusketeerMedium_Head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyMusketeerMedium_Head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_DynastyCorruptedT5", + "Name": "@MediumChest_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_DynastyCorruptedT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyMusketeerMedium_Chest", + "ArmorAppearanceF": "f_DynastyMusketeerMedium_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyMusketeerMedium_Chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyMusketeerMedium_Chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_DynastyCorruptedT5", + "Name": "@MediumHands_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_DynastyCorruptedT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyMusketeerMedium_Hands", + "ArmorAppearanceF": "f_DynastyMusketeerMedium_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyMusketeerMedium_Hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyMusketeerMedium_Hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_DynastyCorruptedT5", + "Name": "@MediumLegs_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_DynastyCorruptedT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyMusketeerMedium_Legs", + "ArmorAppearanceF": "f_DynastyMusketeerMedium_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyMusketeerMedium_Legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyMusketeerMedium_Legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_DynastyCorruptedT5", + "Name": "@MediumFeet_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_DynastyCorruptedT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyMusketeerMedium_Feet", + "ArmorAppearanceF": "f_DynastyMusketeerMedium_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyMusketeerMedium_Feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyMusketeerMedium_Feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DynastyCorruptedT5", + "Name": "@LightHead_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DynastyCorruptedT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastysummoner_head", + "ArmorAppearanceF": "f_dynastysummoner_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastysummoner_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastysummoner_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DynastyCorruptedT5", + "Name": "@LightChest_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DynastyCorruptedT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastysummoner_chest", + "ArmorAppearanceF": "f_dynastysummoner_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastysummoner_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastysummoner_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DynastyCorruptedT5", + "Name": "@LightHands_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DynastyCorruptedT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastysummoner_hands", + "ArmorAppearanceF": "f_dynastysummoner_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastysummoner_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastysummoner_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DynastyCorruptedT5", + "Name": "@LightLegs_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DynastyCorruptedT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastysummoner_legs", + "ArmorAppearanceF": "f_dynastysummoner_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastysummoner_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastysummoner_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DynastyCorruptedT5", + "Name": "@LightFeet_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DynastyCorruptedT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucketChanceT5Bucket3", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT4", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastysummoner_feet", + "ArmorAppearanceF": "f_dynastysummoner_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastysummoner_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastysummoner_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_KnightT3", + "Name": "@HeavyHead_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_KnightT3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_voidbentHeavyT4_head", + "ArmorAppearanceF": "f_voidbentHeavyT4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentHeavyT4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentHeavyT4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_KnightT3", + "Name": "@HeavyChest_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_KnightT3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentHeavyT4_chest", + "ArmorAppearanceF": "f_voidbentHeavyT4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentHeavyT4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentHeavyT4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_KnightT3", + "Name": "@HeavyHands_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_KnightT3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentHeavyT4_gloves", + "ArmorAppearanceF": "f_voidbentHeavyT4_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentHeavyT4_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentHeavyT4_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_KnightT3", + "Name": "@HeavyLegs_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_KnightT3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentHeavyT4_legs", + "ArmorAppearanceF": "f_voidbentHeavyT4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentHeavyT4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentHeavyT4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_KnightT3", + "Name": "@HeavyFeet_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_KnightT3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_voidbentHeavyT4_feet", + "ArmorAppearanceF": "f_voidbentHeavyT4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentHeavyT4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentHeavyT4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_KnightT3", + "Name": "@MediumHead_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_KnightT3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentMediumT4_head", + "ArmorAppearanceF": "f_voidbentMediumT4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentMediumT4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentMediumT4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_KnightT3", + "Name": "@MediumChest_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_KnightT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentMediumT4_chest", + "ArmorAppearanceF": "f_voidbentMediumT4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentMediumT4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentMediumT4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_KnightT3", + "Name": "@MediumHands_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_KnightT3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentMediumT4_gloves", + "ArmorAppearanceF": "f_voidbentMediumT4_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentMediumT4_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentMediumT4_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_KnightT3", + "Name": "@MediumLegs_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_KnightT3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentMediumT4_legs", + "ArmorAppearanceF": "f_voidbentMediumT4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentMediumT4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentMediumT4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_KnightT3", + "Name": "@MediumFeet_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_KnightT3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentMediumT4_feet", + "ArmorAppearanceF": "f_voidbentMediumT4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentMediumT4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentMediumT4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_KnightT3", + "Name": "@LightHead_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_KnightT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentLightT4_head", + "ArmorAppearanceF": "f_voidbentLightT4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentLightT4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentLightT4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_KnightT3", + "Name": "@LightChest_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_KnightT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentLightT4_chest", + "ArmorAppearanceF": "f_voidbentLightT4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentLightT4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentLightT4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_KnightT3", + "Name": "@LightHands_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_KnightT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentLightT4_gloves", + "ArmorAppearanceF": "f_voidbentLightT4_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentLightT4_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentLightT4_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_KnightT3", + "Name": "@LightLegs_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_KnightT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentLightT4_legs", + "ArmorAppearanceF": "f_voidbentLightT4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentLightT4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentLightT4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_KnightT3", + "Name": "@LightFeet_KnightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_KnightT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "GlobalGemSlotChanceT3", + "PerkBucket3": "PerkBucket_GlobalPerkBucketRollT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentLightT4_feet", + "ArmorAppearanceF": "f_voidbentLightT4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentLightT4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentLightT4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_LostElite1T3", + "Name": "@HeavyHead_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_LostElite1T3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_head", + "ArmorAppearanceF": "f_etherealheavyhelmett3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_LostElite1T4", + "Name": "@HeavyHead_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_LostElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_head_T4", + "ArmorAppearanceF": "f_graverobberheavy_head_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_head_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_head_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_LostElite1T5", + "Name": "@HeavyHead_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_LostElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_head", + "ArmorAppearanceF": "f_graverobberheavy_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_LostElite1T3", + "Name": "@HeavyChest_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_LostElite1T3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_chest", + "ArmorAppearanceF": "f_etherealheavyhelmett3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_LostElite1T4", + "Name": "@HeavyChest_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_LostElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_chest_T4", + "ArmorAppearanceF": "f_graverobberheavy_chest_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_LostElite1T5", + "Name": "@HeavyChest_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_LostElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_chest", + "ArmorAppearanceF": "f_graverobberheavy_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_LostElite1T3", + "Name": "@HeavyHands_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_LostElite1T3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_hands", + "ArmorAppearanceF": "f_etherealheavyhelmett3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_LostElite1T4", + "Name": "@HeavyHands_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_LostElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_hands_T4", + "ArmorAppearanceF": "f_graverobberheavy_hands_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_hands_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_hands_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_LostElite1T5", + "Name": "@HeavyHands_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_LostElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_hands", + "ArmorAppearanceF": "f_graverobberheavy_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_LostElite1T3", + "Name": "@HeavyLegs_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_LostElite1T3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_legs", + "ArmorAppearanceF": "f_etherealheavyhelmett3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_LostElite1T4", + "Name": "@HeavyLegs_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_LostElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_legs_T4", + "ArmorAppearanceF": "f_graverobberheavy_legs_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_legs_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_legs_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_LostElite1T5", + "Name": "@HeavyLegs_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_LostElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_legs", + "ArmorAppearanceF": "f_graverobberheavy_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_LostElite1T3", + "Name": "@HeavyFeet_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_LostElite1T3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_feet", + "ArmorAppearanceF": "f_etherealheavyhelmett3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealheavyhelmett3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealheavyhelmett3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_LostElite1T4", + "Name": "@HeavyFeet_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_LostElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_feet_T4", + "ArmorAppearanceF": "f_graverobberheavy_feet_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_feet_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_feet_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_LostElite1T5", + "Name": "@HeavyFeet_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_LostElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_feet", + "ArmorAppearanceF": "f_graverobberheavy_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_LostElite1T3", + "Name": "@MediumHead_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_LostElite1T3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_head", + "ArmorAppearanceF": "f_etherealMediumhelmett3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_LostElite1T4", + "Name": "@MediumHead_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_LostElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobbermedium_head_T4", + "ArmorAppearanceF": "f_graverobbermedium_head_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_head_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_head_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_LostElite1T5", + "Name": "@MediumHead_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_LostElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_head", + "ArmorAppearanceF": "f_graverobbermedium_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_LostElite1T3", + "Name": "@MediumChest_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_LostElite1T3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_chest", + "ArmorAppearanceF": "f_etherealMediumhelmett3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_LostElite1T4", + "Name": "@MediumChest_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_LostElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_chest_T4", + "ArmorAppearanceF": "f_graverobbermedium_chest_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_LostElite1T5", + "Name": "@MediumChest_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_LostElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_chest", + "ArmorAppearanceF": "f_graverobbermedium_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_LostElite1T3", + "Name": "@MediumHands_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_LostElite1T3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_hands", + "ArmorAppearanceF": "f_etherealMediumhelmett3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett3_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett3_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_LostElite1T4", + "Name": "@MediumHands_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_LostElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_hands_T4", + "ArmorAppearanceF": "f_graverobbermedium_hands_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_hands_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_hands_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_LostElite1T5", + "Name": "@MediumHands_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_LostElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_hands", + "ArmorAppearanceF": "f_graverobbermedium_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_LostElite1T3", + "Name": "@MediumLegs_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_LostElite1T3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_legs", + "ArmorAppearanceF": "f_etherealMediumhelmett3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_LostElite1T4", + "Name": "@MediumLegs_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_LostElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_legs_T4", + "ArmorAppearanceF": "f_graverobbermedium_legs_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_legs_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_legs_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_LostElite1T5", + "Name": "@MediumLegs_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_LostElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_legs", + "ArmorAppearanceF": "f_graverobbermedium_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_LostElite1T3", + "Name": "@MediumFeet_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_LostElite1T3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_feet", + "ArmorAppearanceF": "f_etherealMediumhelmett3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_etherealMediumhelmett3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_etherealMediumhelmett3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_LostElite1T4", + "Name": "@MediumFeet_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_LostElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobbermedium_feet_T4", + "ArmorAppearanceF": "f_graverobbermedium_feet_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_feet_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_feet_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_LostElite1T5", + "Name": "@MediumFeet_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_LostElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_feet", + "ArmorAppearanceF": "f_graverobbermedium_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_LostElite1T3", + "Name": "@LightHead_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_LostElite1T3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_head", + "ArmorAppearanceF": "f_ethereallighthelmett3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_LostElite1T4", + "Name": "@LightHead_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_LostElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlightt4_head", + "ArmorAppearanceF": "f_graverobberlightt4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlightt4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlightt4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_LostElite1T5", + "Name": "@LightHead_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_LostElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlight_head", + "ArmorAppearanceF": "f_graverobberlight_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlight_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlight_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_LostElite1T3", + "Name": "@LightChest_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_LostElite1T3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_chest", + "ArmorAppearanceF": "f_ethereallighthelmett3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_LostElite1T4", + "Name": "@LightChest_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_LostElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobberlightt4_chest", + "ArmorAppearanceF": "f_graverobberlightt4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_LostElite1T5", + "Name": "@LightChest_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_LostElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobberlight_chest", + "ArmorAppearanceF": "f_graverobberlight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_LostElite1T3", + "Name": "@LightHands_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_LostElite1T3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_gloves", + "ArmorAppearanceF": "f_ethereallighthelmett3_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_LostElite1T4", + "Name": "@LightHands_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_LostElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlightT4_hands", + "ArmorAppearanceF": "f_graverobberlightt4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlightT4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlightT4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_LostElite1T5", + "Name": "@LightHands_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_LostElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlight_gloves", + "ArmorAppearanceF": "f_graverobberlight_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlight_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlight_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_LostElite1T3", + "Name": "@LightLegs_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_LostElite1T3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_legs", + "ArmorAppearanceF": "f_ethereallighthelmett3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_LostElite1T4", + "Name": "@LightLegs_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_LostElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlightt4_legs", + "ArmorAppearanceF": "f_graverobberlightt4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlightt4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlightt4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_LostElite1T5", + "Name": "@LightLegs_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_LostElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobberlight_legs", + "ArmorAppearanceF": "f_graverobberlight_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlight_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlight_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_LostElite1T3", + "Name": "@LightFeet_LostElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_LostElite1T3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_feet", + "ArmorAppearanceF": "f_ethereallighthelmett3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ethereallighthelmett3_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ethereallighthelmett3_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_LostElite1T4", + "Name": "@LightFeet_LostElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_LostElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlightt4_feet", + "ArmorAppearanceF": "f_graverobberlightt4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlightt4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlightt4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_LostElite1T5", + "Name": "@LightFeet_LostElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_LostElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlight_feet", + "ArmorAppearanceF": "f_graverobberlight_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlight_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlight_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_CorruptedElite1T4", + "Name": "@HeavyHead_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_CorruptedElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticheavy_t4_head", + "ArmorAppearanceF": "f_fanaticheavy_t4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticheavy_t4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticheavy_t4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_CorruptedElite1T5", + "Name": "@HeavyHead_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_CorruptedElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticheavysaint_head", + "ArmorAppearanceF": "f_fanaticheavysaint_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticheavysaint_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticheavysaint_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_CorruptedElite1T4", + "Name": "@HeavyChest_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_CorruptedElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticheavy_t4_chest", + "ArmorAppearanceF": "f_fanaticheavy_t4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticheavy_t4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticheavy_t4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_CorruptedElite1T5", + "Name": "@HeavyChest_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_CorruptedElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticheavysaint_chest", + "ArmorAppearanceF": "f_fanaticheavysaint_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticheavysaint_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticheavysaint_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_CorruptedElite1T4", + "Name": "@HeavyHands_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_CorruptedElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticheavy_t4_gloves", + "ArmorAppearanceF": "f_fanaticheavy_t4_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticheavy_t4_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticheavy_t4_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_CorruptedElite1T5", + "Name": "@HeavyHands_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_CorruptedElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticheavysaint_hands", + "ArmorAppearanceF": "f_fanaticheavysaint_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticheavysaint_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticheavysaint_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_CorruptedElite1T4", + "Name": "@HeavyLegs_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_CorruptedElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fanaticheavy_t4_legs", + "ArmorAppearanceF": "f_fanaticheavy_t4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticheavy_t4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticheavy_t4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_CorruptedElite1T5", + "Name": "@HeavyLegs_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_CorruptedElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticheavysaint_legs", + "ArmorAppearanceF": "f_fanaticheavysaint_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticheavysaint_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticheavysaint_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_CorruptedElite1T4", + "Name": "@HeavyFeet_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_CorruptedElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticheavy_t4_feet", + "ArmorAppearanceF": "f_fanaticheavy_t4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticheavy_t4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticheavy_t4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_CorruptedElite1T5", + "Name": "@HeavyFeet_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_CorruptedElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticheavysaint_feet", + "ArmorAppearanceF": "f_fanaticheavysaint_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticheavysaint_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticheavysaint_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_CorruptedElite1T4", + "Name": "@MediumHead_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_CorruptedElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticmediumsaintt4_head", + "ArmorAppearanceF": "f_fanaticmediumsaintt4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticmediumsaintt4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticmediumsaintt4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_CorruptedElite1T5", + "Name": "@MediumHead_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_CorruptedElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticmediumsaint_head", + "ArmorAppearanceF": "f_fanaticmediumsaint_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticmediumsaint_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticmediumsaint_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_CorruptedElite1T4", + "Name": "@MediumChest_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_CorruptedElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticmediumsaintt4_chest", + "ArmorAppearanceF": "f_fanaticmediumsaintt4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticmediumsaintt4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticmediumsaintt4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_CorruptedElite1T5", + "Name": "@MediumChest_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_CorruptedElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticmediumsaint_chest", + "ArmorAppearanceF": "f_fanaticmediumsaint_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticmediumsaint_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticmediumsaint_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_CorruptedElite1T4", + "Name": "@MediumHands_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_CorruptedElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticmediumsaintt4_gloves", + "ArmorAppearanceF": "f_fanaticmediumsaintt4_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticmediumsaintt4_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticmediumsaintt4_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_CorruptedElite1T5", + "Name": "@MediumHands_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_CorruptedElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticmediumsaint_hands", + "ArmorAppearanceF": "f_fanaticmediumsaint_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticmediumsaint_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticmediumsaint_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_CorruptedElite1T4", + "Name": "@MediumLegs_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_CorruptedElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_fanaticmediumsaintt4_legs", + "ArmorAppearanceF": "f_fanaticmediumsaintt4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticmediumsaintt4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticmediumsaintt4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_CorruptedElite1T5", + "Name": "@MediumLegs_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_CorruptedElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticmediumsaint_legs", + "ArmorAppearanceF": "f_fanaticmediumsaint_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticmediumsaint_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticmediumsaint_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_CorruptedElite1T4", + "Name": "@MediumFeet_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_CorruptedElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticmediumsaintt4_feet", + "ArmorAppearanceF": "f_fanaticmediumsaintt4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticmediumsaintt4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticmediumsaintt4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_CorruptedElite1T5", + "Name": "@MediumFeet_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_CorruptedElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticmediumsaint_feet", + "ArmorAppearanceF": "f_fanaticmediumsaint_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticmediumsaint_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticmediumsaint_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_CorruptedElite1T4", + "Name": "@LightHead_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_CorruptedElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fanaticlightsaintt4_head", + "ArmorAppearanceF": "f_fanaticlightsaintt4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticlightsaintt4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticlightsaintt4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_CorruptedElite1T5", + "Name": "@LightHead_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_CorruptedElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticlightsaint_head", + "ArmorAppearanceF": "f_fanaticlightsaint_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticlightsaint_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticlightsaint_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_CorruptedElite1T4", + "Name": "@LightChest_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_CorruptedElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticlightsaintt4_chest", + "ArmorAppearanceF": "f_fanaticlightsaintt4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticlightsaintt4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticlightsaintt4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_CorruptedElite1T5", + "Name": "@LightChest_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_CorruptedElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticlightsaint_chest", + "ArmorAppearanceF": "f_fanaticlightsaint_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticlightsaint_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticlightsaint_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_CorruptedElite1T4", + "Name": "@LightHands_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_CorruptedElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticlightsaintt4_gloves", + "ArmorAppearanceF": "f_fanaticlightsaintt4_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticlightsaintt4_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticlightsaintt4_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_CorruptedElite1T5", + "Name": "@LightHands_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_CorruptedElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticlightsaint_hands", + "ArmorAppearanceF": "f_fanaticlightsaint_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticlightsaint_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticlightsaint_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_CorruptedElite1T4", + "Name": "@LightLegs_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_CorruptedElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticlightsaintt4_legs", + "ArmorAppearanceF": "f_fanaticlightsaintt4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticlightsaintt4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticlightsaintt4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_CorruptedElite1T5", + "Name": "@LightLegs_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_CorruptedElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fanaticlightsaint_legs", + "ArmorAppearanceF": "f_fanaticlightsaint_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticlightsaint_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticlightsaint_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_CorruptedElite1T4", + "Name": "@LightFeet_CorruptedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_CorruptedElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fanaticlightsaintt4_feet", + "ArmorAppearanceF": "f_fanaticlightsaintt4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticlightsaintt4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticlightsaintt4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_CorruptedElite1T5", + "Name": "@LightFeet_CorruptedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_CorruptedElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fanaticlightsaint_feet", + "ArmorAppearanceF": "f_fanaticlightsaint_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_fanaticlightsaint_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_fanaticlightsaint_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_AncientElite1T4", + "Name": "@HeavyHead_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_AncientElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttempleheavyt4_head", + "ArmorAppearanceF": "f_eliteancienttempleheavyt4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttempleheavyt4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttempleheavyt4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_AncientElite1T5", + "Name": "@HeavyHead_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_AncientElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_templeheavy_head", + "ArmorAppearanceF": "f_templeheavy_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templeheavy_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templeheavy_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_AncientElite1T4", + "Name": "@HeavyChest_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_AncientElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttempleheavyt4_chest", + "ArmorAppearanceF": "f_eliteancienttempleheavyt4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttempleheavyt4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttempleheavyt4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_AncientElite1T5", + "Name": "@HeavyChest_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_AncientElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templeheavy_chest", + "ArmorAppearanceF": "f_templeheavy_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templeheavy_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templeheavy_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_AncientElite1T4", + "Name": "@HeavyHands_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_AncientElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttempleheavyt4_hands", + "ArmorAppearanceF": "f_eliteancienttempleheavyt4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttempleheavyt4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttempleheavyt4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_AncientElite1T5", + "Name": "@HeavyHands_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_AncientElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templeheavy_hands", + "ArmorAppearanceF": "f_templeheavy_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templeheavy_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templeheavy_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_AncientElite1T4", + "Name": "@HeavyLegs_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_AncientElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttempleheavyt4_legs", + "ArmorAppearanceF": "f_eliteancienttempleheavyt4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttempleheavyt4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttempleheavyt4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_AncientElite1T5", + "Name": "@HeavyLegs_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_AncientElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templeheavy_legs", + "ArmorAppearanceF": "f_templeheavy_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templeheavy_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templeheavy_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_AncientElite1T4", + "Name": "@HeavyFeet_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_AncientElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttempleheavyt4_feet", + "ArmorAppearanceF": "f_eliteancienttempleheavyt4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttempleheavyt4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttempleheavyt4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_AncientElite1T5", + "Name": "@HeavyFeet_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_AncientElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templeheavy_feet", + "ArmorAppearanceF": "f_templeheavy_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templeheavy_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templeheavy_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_AncientElite1T4", + "Name": "@MediumHead_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_AncientElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttemplemediumt4_head", + "ArmorAppearanceF": "f_eliteancienttemplemediumt4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttemplemediumt4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttemplemediumt4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_AncientElite1T5", + "Name": "@MediumHead_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_AncientElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templemedium_head", + "ArmorAppearanceF": "f_templemedium_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templemedium_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templemedium_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_AncientElite1T4", + "Name": "@MediumChest_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_AncientElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttemplemediumt4_chest", + "ArmorAppearanceF": "f_eliteancienttemplemediumt4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttemplemediumt4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttemplemediumt4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_AncientElite1T5", + "Name": "@MediumChest_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_AncientElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templemedium_chest", + "ArmorAppearanceF": "f_templemedium_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templemedium_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templemedium_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_AncientElite1T4", + "Name": "@MediumHands_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_AncientElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_eliteancienttemplemediumt4_hands", + "ArmorAppearanceF": "f_eliteancienttemplemediumt4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttemplemediumt4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttemplemediumt4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_AncientElite1T5", + "Name": "@MediumHands_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_AncientElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templemedium_hands", + "ArmorAppearanceF": "f_templemedium_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templemedium_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templemedium_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_AncientElite1T4", + "Name": "@MediumLegs_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_AncientElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttemplemediumt4_legs", + "ArmorAppearanceF": "f_eliteancienttemplemediumt4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttemplemediumt4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttemplemediumt4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_AncientElite1T5", + "Name": "@MediumLegs_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_AncientElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templemedium_legs", + "ArmorAppearanceF": "f_templemedium_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templemedium_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templemedium_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_AncientElite1T4", + "Name": "@MediumFeet_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_AncientElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttemplemediumt4_feet", + "ArmorAppearanceF": "f_eliteancienttemplemediumt4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttemplemediumt4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttemplemediumt4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_AncientElite1T5", + "Name": "@MediumFeet_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_AncientElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templemedium_feet", + "ArmorAppearanceF": "f_templemedium_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templemedium_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templemedium_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_AncientElite1T4", + "Name": "@LightHead_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_AncientElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttemplelightt4_head", + "ArmorAppearanceF": "f_eliteancienttemplelightt4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttemplelightt4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttemplelightt4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_AncientElite1T5", + "Name": "@LightHead_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_AncientElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templelight_head", + "ArmorAppearanceF": "f_templelight_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templelight_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templelight_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_AncientElite1T4", + "Name": "@LightChest_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_AncientElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttemplelightt4_chest", + "ArmorAppearanceF": "f_eliteancienttemplelightt4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttemplelightt4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttemplelightt4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_AncientElite1T5", + "Name": "@LightChest_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_AncientElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templelight_chest", + "ArmorAppearanceF": "f_templelight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templelight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templelight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_AncientElite1T4", + "Name": "@LightHands_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_AncientElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_eliteancienttemplelightt4_hands", + "ArmorAppearanceF": "f_eliteancienttemplelightt4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttemplelightt4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttemplelightt4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_AncientElite1T5", + "Name": "@LightHands_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_AncientElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templelight_hands", + "ArmorAppearanceF": "f_templelight_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templelight_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templelight_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_AncientElite1T4", + "Name": "@LightLegs_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_AncientElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttemplelightt4_legs", + "ArmorAppearanceF": "f_eliteancienttemplelightt4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttemplelightt4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttemplelightt4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_AncientElite1T5", + "Name": "@LightLegs_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_AncientElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templelight_legs", + "ArmorAppearanceF": "f_templelight_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templelight_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templelight_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_AncientElite1T4", + "Name": "@LightFeet_AncientElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_AncientElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_eliteancienttemplelightt4_feet", + "ArmorAppearanceF": "f_eliteancienttemplelightt4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_eliteancienttemplelightt4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_eliteancienttemplelightt4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_AncientElite1T5", + "Name": "@LightFeet_AncientElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_AncientElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AncientBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_templelight_feet", + "ArmorAppearanceF": "f_templelight_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_templelight_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_templelight_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_AngryEarthElite1T4", + "Name": "@HeavyHead_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_AngryEarthElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Heavy_T5_head", + "ArmorAppearanceF": "f_angryEarthDryad_Heavy_T5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_AngryEarthElite1T5", + "Name": "@HeavyHead_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_AngryEarthElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vinespunheavyshell_head", + "ArmorAppearanceF": "f_vinespunheavyshell_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunheavyshell_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunheavyshell_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_AngryEarthElite1T4", + "Name": "@HeavyChest_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_AngryEarthElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryEarthDryad_Heavy_T5_chest", + "ArmorAppearanceF": "f_angryEarthDryad_Heavy_T5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_AngryEarthElite1T5", + "Name": "@HeavyChest_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_AngryEarthElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vinespunheavyshell_chest", + "ArmorAppearanceF": "f_vinespunheavyshell_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunheavyshell_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunheavyshell_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_AngryEarthElite1T4", + "Name": "@HeavyHands_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_AngryEarthElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Heavy_T5_hands", + "ArmorAppearanceF": "f_angryEarthDryad_Heavy_T5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_AngryEarthElite1T5", + "Name": "@HeavyHands_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_AngryEarthElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vinespunheavyshell_gloves", + "ArmorAppearanceF": "f_vinespunheavyshell_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunheavyshell_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunheavyshell_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_AngryEarthElite1T4", + "Name": "@HeavyLegs_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_AngryEarthElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryEarthDryad_Heavy_T5_legs", + "ArmorAppearanceF": "f_angryEarthDryad_Heavy_T5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_AngryEarthElite1T5", + "Name": "@HeavyLegs_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_AngryEarthElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vinespunheavyshell_legs", + "ArmorAppearanceF": "f_vinespunheavyshell_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunheavyshell_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunheavyshell_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_AngryEarthElite1T4", + "Name": "@HeavyFeet_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_AngryEarthElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryEarthDryad_Heavy_T5_feet", + "ArmorAppearanceF": "f_angryEarthDryad_Heavy_T5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_AngryEarthElite1T5", + "Name": "@HeavyFeet_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_AngryEarthElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vinespunheavyshell_feet", + "ArmorAppearanceF": "f_vinespunheavyshell_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunheavyshell_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunheavyshell_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_AngryEarthElite1T4", + "Name": "@MediumHead_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_AngryEarthElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Medium_T5_head", + "ArmorAppearanceF": "f_angryEarthDryad_Medium_T5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_AngryEarthElite1T5", + "Name": "@MediumHead_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_AngryEarthElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vinespunmediumshell_head", + "ArmorAppearanceF": "f_vinespunmediumshell_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunmediumshell_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunmediumshell_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_AngryEarthElite1T4", + "Name": "@MediumChest_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_AngryEarthElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Medium_T5_chest", + "ArmorAppearanceF": "f_angryEarthDryad_Medium_T5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_AngryEarthElite1T5", + "Name": "@MediumChest_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_AngryEarthElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vinespunmediumshell_chest", + "ArmorAppearanceF": "f_vinespunmediumshell_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunmediumshell_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunmediumshell_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_AngryEarthElite1T4", + "Name": "@MediumHands_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_AngryEarthElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Medium_T5_hands", + "ArmorAppearanceF": "f_angryEarthDryad_Medium_T5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_AngryEarthElite1T5", + "Name": "@MediumHands_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_AngryEarthElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vinespunmediumshell_gloves", + "ArmorAppearanceF": "f_vinespunmediumshell_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunmediumshell_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunmediumshell_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_AngryEarthElite1T4", + "Name": "@MediumLegs_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_AngryEarthElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryEarthDryad_Medium_T5_legs", + "ArmorAppearanceF": "f_angryEarthDryad_Medium_T5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_AngryEarthElite1T5", + "Name": "@MediumLegs_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_AngryEarthElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vinespunmediumshell_legs", + "ArmorAppearanceF": "f_vinespunmediumshell_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunmediumshell_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunmediumshell_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_AngryEarthElite1T4", + "Name": "@MediumFeet_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_AngryEarthElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Medium_T5_feet", + "ArmorAppearanceF": "f_angryEarthDryad_Medium_T5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_AngryEarthElite1T5", + "Name": "@MediumFeet_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_AngryEarthElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vinespunmediumshell_feet", + "ArmorAppearanceF": "f_vinespunmediumshell_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunmediumshell_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunmediumshell_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_AngryEarthElite1T4", + "Name": "@LightHead_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_AngryEarthElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Light_T5_head", + "ArmorAppearanceF": "f_angryEarthDryad_Light_T5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_AngryEarthElite1T5", + "Name": "@LightHead_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_AngryEarthElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vinespunlightshell_head", + "ArmorAppearanceF": "f_vinespunlightshell_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunlightshell_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunlightshell_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_AngryEarthElite1T4", + "Name": "@LightChest_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_AngryEarthElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Light_T5_chest", + "ArmorAppearanceF": "f_angryEarthDryad_Light_T5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_AngryEarthElite1T5", + "Name": "@LightChest_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_AngryEarthElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vinespunlightshell_chest", + "ArmorAppearanceF": "f_vinespunlightshell_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunlightshell_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunlightshell_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_AngryEarthElite1T4", + "Name": "@LightHands_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_AngryEarthElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Light_T5_hands", + "ArmorAppearanceF": "f_angryEarthDryad_Light_T5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_AngryEarthElite1T5", + "Name": "@LightHands_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_AngryEarthElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vinespunlightshell_gloves", + "ArmorAppearanceF": "f_vinespunlightshell_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunlightshell_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunlightshell_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_AngryEarthElite1T4", + "Name": "@LightLegs_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_AngryEarthElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_angryEarthDryad_Light_T5_legs", + "ArmorAppearanceF": "f_angryEarthDryad_Light_T5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_AngryEarthElite1T5", + "Name": "@LightLegs_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_AngryEarthElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vinespunlightshell_legs", + "ArmorAppearanceF": "f_vinespunlightshell_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunlightshell_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunlightshell_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_AngryEarthElite1T4", + "Name": "@LightFeet_AngryEarthElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_AngryEarthElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_angryEarthDryad_Light_T5_feet", + "ArmorAppearanceF": "f_angryEarthDryad_Light_T5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_AngryEarthElite1T5", + "Name": "@LightFeet_AngryEarthElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_AngryEarthElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_AngryEarthBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vinespunlightshell_feet", + "ArmorAppearanceF": "f_vinespunlightshell_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_vinespunlightshell_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_vinespunlightshell_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_DrownedElite1T3", + "Name": "@HeavyHead_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_DrownedElite1T3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_head", + "ArmorAppearanceF": "f_etherealheavyhelmett3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_DrownedElite1T4", + "Name": "@HeavyHead_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_DrownedElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_head_T4", + "ArmorAppearanceF": "f_graverobberheavy_head_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_head_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_head_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_DrownedElite1T5", + "Name": "@HeavyHead_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_DrownedElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedheavynet_head", + "ArmorAppearanceF": "f_waterloggedheavynet_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavynet_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavynet_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_DrownedElite1T3", + "Name": "@HeavyChest_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_DrownedElite1T3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_chest", + "ArmorAppearanceF": "f_etherealheavyhelmett3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_DrownedElite1T4", + "Name": "@HeavyChest_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_DrownedElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_chest_T4", + "ArmorAppearanceF": "f_graverobberheavy_chest_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_DrownedElite1T5", + "Name": "@HeavyChest_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_DrownedElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedheavynet_chest", + "ArmorAppearanceF": "f_waterloggedheavynet_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavynet_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavynet_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_DrownedElite1T3", + "Name": "@HeavyHands_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_DrownedElite1T3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_hands", + "ArmorAppearanceF": "f_etherealheavyhelmett3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_DrownedElite1T4", + "Name": "@HeavyHands_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_DrownedElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_hands_T4", + "ArmorAppearanceF": "f_graverobberheavy_hands_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_hands_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_hands_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_DrownedElite1T5", + "Name": "@HeavyHands_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_DrownedElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedheavynet_hands", + "ArmorAppearanceF": "f_waterloggedheavynet_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavynet_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavynet_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_DrownedElite1T3", + "Name": "@HeavyLegs_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_DrownedElite1T3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_legs", + "ArmorAppearanceF": "f_etherealheavyhelmett3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_DrownedElite1T4", + "Name": "@HeavyLegs_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_DrownedElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_legs_T4", + "ArmorAppearanceF": "f_graverobberheavy_legs_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_legs_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_legs_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_DrownedElite1T5", + "Name": "@HeavyLegs_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_DrownedElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedheavynet_legs", + "ArmorAppearanceF": "f_waterloggedheavynet_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavynet_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavynet_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_DrownedElite1T3", + "Name": "@HeavyFeet_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_DrownedElite1T3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealheavyhelmett3_feet", + "ArmorAppearanceF": "f_etherealheavyhelmett3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_DrownedElite1T4", + "Name": "@HeavyFeet_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_DrownedElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_feet_T4", + "ArmorAppearanceF": "f_graverobberheavy_feet_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_feet_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_feet_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_DrownedElite1T5", + "Name": "@HeavyFeet_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_DrownedElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedheavynet_feet", + "ArmorAppearanceF": "f_waterloggedheavynet_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavynet_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavynet_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_DrownedElite1T3", + "Name": "@MediumHead_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_DrownedElite1T3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_head", + "ArmorAppearanceF": "f_etherealMediumhelmett3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_DrownedElite1T4", + "Name": "@MediumHead_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_DrownedElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobbermedium_head_T4", + "ArmorAppearanceF": "f_graverobbermedium_head_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_head_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_head_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_DrownedElite1T5", + "Name": "@MediumHead_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_DrownedElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedmediumnet_head", + "ArmorAppearanceF": "f_waterloggedmediumnet_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_DrownedElite1T3", + "Name": "@MediumChest_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_DrownedElite1T3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_chest", + "ArmorAppearanceF": "f_etherealMediumhelmett3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_DrownedElite1T4", + "Name": "@MediumChest_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_DrownedElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_chest_T4", + "ArmorAppearanceF": "f_graverobbermedium_chest_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_DrownedElite1T5", + "Name": "@MediumChest_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_DrownedElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedmediumnet_chest", + "ArmorAppearanceF": "f_waterloggedmediumnet_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_DrownedElite1T3", + "Name": "@MediumHands_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_DrownedElite1T3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_hands", + "ArmorAppearanceF": "f_etherealMediumhelmett3_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_DrownedElite1T4", + "Name": "@MediumHands_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_DrownedElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_hands_T4", + "ArmorAppearanceF": "f_graverobbermedium_hands_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_hands_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_hands_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_DrownedElite1T5", + "Name": "@MediumHands_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_DrownedElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedmediumnet_gloves", + "ArmorAppearanceF": "f_waterloggedmediumnet_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_DrownedElite1T3", + "Name": "@MediumLegs_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_DrownedElite1T3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_legs", + "ArmorAppearanceF": "f_etherealMediumhelmett3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_DrownedElite1T4", + "Name": "@MediumLegs_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_DrownedElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_legs_T4", + "ArmorAppearanceF": "f_graverobbermedium_legs_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_legs_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_legs_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_DrownedElite1T5", + "Name": "@MediumLegs_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_DrownedElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedmediumnet_legs", + "ArmorAppearanceF": "f_waterloggedmediumnet_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_DrownedElite1T3", + "Name": "@MediumFeet_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_DrownedElite1T3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_etherealMediumhelmett3_feet", + "ArmorAppearanceF": "f_etherealMediumhelmett3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_DrownedElite1T4", + "Name": "@MediumFeet_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_DrownedElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobbermedium_feet_T4", + "ArmorAppearanceF": "f_graverobbermedium_feet_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_feet_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_feet_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_DrownedElite1T5", + "Name": "@MediumFeet_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_DrownedElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedmediumnet_feet", + "ArmorAppearanceF": "f_waterloggedmediumnet_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DrownedElite1T3", + "Name": "@LightHead_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DrownedElite1T3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_head", + "ArmorAppearanceF": "f_ethereallighthelmett3_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DrownedElite1T4", + "Name": "@LightHead_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DrownedElite1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlightt4_head", + "ArmorAppearanceF": "f_graverobberlightt4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlightt4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlightt4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DrownedElite1T5", + "Name": "@LightHead_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DrownedElite1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedlightnet_head", + "ArmorAppearanceF": "f_waterloggedlightnet_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DrownedElite1T3", + "Name": "@LightChest_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DrownedElite1T3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_chest", + "ArmorAppearanceF": "f_ethereallighthelmett3_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DrownedElite1T4", + "Name": "@LightChest_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DrownedElite1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T1", + "ArmorAppearanceF": "F_Leather_Shirt_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DrownedElite1T5", + "Name": "@LightChest_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DrownedElite1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedlightnet_chest", + "ArmorAppearanceF": "f_waterloggedlightnet_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DrownedElite1T3", + "Name": "@LightHands_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DrownedElite1T3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_gloves", + "ArmorAppearanceF": "f_ethereallighthelmett3_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DrownedElite1T4", + "Name": "@LightHands_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DrownedElite1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlightT4_hands", + "ArmorAppearanceF": "f_graverobberlightt4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlightT4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlightT4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DrownedElite1T5", + "Name": "@LightHands_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DrownedElite1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedlightnet_gloves", + "ArmorAppearanceF": "f_waterloggedlightnet_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DrownedElite1T3", + "Name": "@LightLegs_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DrownedElite1T3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_legs", + "ArmorAppearanceF": "f_ethereallighthelmett3_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DrownedElite1T4", + "Name": "@LightLegs_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DrownedElite1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlightt4_legs", + "ArmorAppearanceF": "f_graverobberlightt4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlightt4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlightt4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DrownedElite1T5", + "Name": "@LightLegs_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DrownedElite1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedlightnet_legs", + "ArmorAppearanceF": "f_waterloggedlightnet_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DrownedElite1T3", + "Name": "@LightFeet_DrownedElite1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DrownedElite1T3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 350, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ethereallighthelmett3_feet", + "ArmorAppearanceF": "f_ethereallighthelmett3_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DrownedElite1T4", + "Name": "@LightFeet_DrownedElite1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DrownedElite1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 450, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlightt4_feet", + "ArmorAppearanceF": "f_graverobberlightt4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlightt4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlightt4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DrownedElite1T5", + "Name": "@LightFeet_DrownedElite1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DrownedElite1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LostBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedlightnet_feet", + "ArmorAppearanceF": "f_waterloggedlightnet_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_DynastyCorruptedEliteT5", + "Name": "@HeavyHead_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Dungeon5T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyWarriorHeavy_Head", + "ArmorAppearanceF": "f_DynastyWarriorHeavy_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyWarriorHeavy_Head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyWarriorHeavy_Head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_DynastyCorruptedEliteT5", + "Name": "@HeavyChest_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Dungeon5T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyWarriorHeavy_Chest", + "ArmorAppearanceF": "f_DynastyWarriorHeavy_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyWarriorHeavy_Chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyWarriorHeavy_Chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_DynastyCorruptedEliteT5", + "Name": "@HeavyHands_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Dungeon5T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyWarriorHeavy_Hands", + "ArmorAppearanceF": "f_DynastyWarriorHeavy_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyWarriorHeavy_Hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyWarriorHeavy_Hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_DynastyCorruptedEliteT5", + "Name": "@HeavyLegs_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Dungeon5T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyWarriorHeavy_Legs", + "ArmorAppearanceF": "f_DynastyWarriorHeavy_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyWarriorHeavy_Legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyWarriorHeavy_Legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_DynastyCorruptedEliteT5", + "Name": "@HeavyFeet_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Dungeon5T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyWarriorHeavy_Feet", + "ArmorAppearanceF": "f_DynastyWarriorHeavy_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyWarriorHeavy_Feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyWarriorHeavy_Feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_DynastyCorruptedEliteT5", + "Name": "@MediumHead_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Dungeon5T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyMusketeerMedium_Head", + "ArmorAppearanceF": "f_DynastyMusketeerMedium_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyMusketeerMedium_Head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyMusketeerMedium_Head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_DynastyCorruptedEliteT5", + "Name": "@MediumChest_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Dungeon5T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyMusketeerMedium_Chest", + "ArmorAppearanceF": "f_DynastyMusketeerMedium_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyMusketeerMedium_Chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyMusketeerMedium_Chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_DynastyCorruptedEliteT5", + "Name": "@MediumHands_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Dungeon5T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyMusketeerMedium_Hands", + "ArmorAppearanceF": "f_DynastyMusketeerMedium_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyMusketeerMedium_Hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyMusketeerMedium_Hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_DynastyCorruptedEliteT5", + "Name": "@MediumLegs_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Dungeon5T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyMusketeerMedium_Legs", + "ArmorAppearanceF": "f_DynastyMusketeerMedium_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyMusketeerMedium_Legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyMusketeerMedium_Legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_DynastyCorruptedEliteT5", + "Name": "@MediumFeet_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Dungeon5T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_DynastyMusketeerMedium_Feet", + "ArmorAppearanceF": "f_DynastyMusketeerMedium_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_DynastyMusketeerMedium_Feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_DynastyMusketeerMedium_Feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DynastyCorruptedEliteT5", + "Name": "@LightHead_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Dungeon5T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastysummoner_head", + "ArmorAppearanceF": "f_dynastysummoner_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastysummoner_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastysummoner_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DynastyCorruptedEliteT5", + "Name": "@LightChest_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Dungeon5T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastysummoner_chest", + "ArmorAppearanceF": "f_dynastysummoner_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastysummoner_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastysummoner_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DynastyCorruptedEliteT5", + "Name": "@LightHands_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Dungeon5T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastysummoner_hands", + "ArmorAppearanceF": "f_dynastysummoner_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastysummoner_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastysummoner_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DynastyCorruptedEliteT5", + "Name": "@LightLegs_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Dungeon5T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastysummoner_legs", + "ArmorAppearanceF": "f_dynastysummoner_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastysummoner_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastysummoner_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DynastyCorruptedEliteT5", + "Name": "@LightFeet_DynastyCorruptedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Dungeon5T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_CorruptedBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastysummoner_feet", + "ArmorAppearanceF": "f_dynastysummoner_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastysummoner_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastysummoner_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Breach1T3", + "Name": "@HeavyHead_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Breach1T3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetD_Hat_T5", + "ArmorAppearanceF": "F_Metal_SetD_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Breach1T4", + "Name": "@HeavyHead_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Breach1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_purifierheavy_head", + "ArmorAppearanceF": "f_purifierheavy_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifierheavy_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifierheavy_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Breach1T5", + "Name": "@HeavyHead_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Breach1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_voidbentheavy_head", + "ArmorAppearanceF": "f_voidbentheavy_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentheavy_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentheavy_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Breach1T3", + "Name": "@HeavyChest_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Breach1T3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetD_Shirt_T5", + "ArmorAppearanceF": "F_Metal_SetD_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Breach1T4", + "Name": "@HeavyChest_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Breach1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_purifierheavy_chest", + "ArmorAppearanceF": "f_purifierheavy_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifierheavy_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifierheavy_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Breach1T5", + "Name": "@HeavyChest_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Breach1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentheavy_chest", + "ArmorAppearanceF": "f_voidbentheavy_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentheavy_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentheavy_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Breach1T3", + "Name": "@HeavyHands_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Breach1T3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetD_Gloves_T5", + "ArmorAppearanceF": "F_Metal_SetD_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Breach1T4", + "Name": "@HeavyHands_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Breach1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_purifierheavy_gloves", + "ArmorAppearanceF": "f_purifierheavy_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifierheavy_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifierheavy_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Breach1T5", + "Name": "@HeavyHands_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Breach1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentheavy_gloves", + "ArmorAppearanceF": "f_voidbentheavy_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentheavy_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentheavy_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Breach1T3", + "Name": "@HeavyLegs_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Breach1T3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetD_Pants_T5", + "ArmorAppearanceF": "F_Metal_SetD_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Breach1T4", + "Name": "@HeavyLegs_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Breach1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_purifierheavy_legs", + "ArmorAppearanceF": "f_purifierheavy_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifierheavy_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifierheavy_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Breach1T5", + "Name": "@HeavyLegs_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Breach1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentheavy_legs", + "ArmorAppearanceF": "f_voidbentheavy_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentheavy_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentheavy_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Breach1T3", + "Name": "@HeavyFeet_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Breach1T3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetD_Boots_T5", + "ArmorAppearanceF": "F_Metal_SetD_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Breach1T4", + "Name": "@HeavyFeet_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Breach1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_purifierheavy_feet", + "ArmorAppearanceF": "f_purifierheavy_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifierheavy_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifierheavy_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Breach1T5", + "Name": "@HeavyFeet_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Breach1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorHeavy", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_voidbentheavy_feet", + "ArmorAppearanceF": "f_voidbentheavy_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentheavy_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentheavy_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Breach1T3", + "Name": "@MediumHead_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Breach1T3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetC_Hat_T5", + "ArmorAppearanceF": "F_Leather_SetC_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Leather_SetC_Hat_T5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Leather_SetC_Hat_T5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Breach1T4", + "Name": "@MediumHead_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Breach1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_purifiermedium_head", + "ArmorAppearanceF": "f_purifiermedium_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifiermedium_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifiermedium_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Breach1T5", + "Name": "@MediumHead_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Breach1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentmedium_head", + "ArmorAppearanceF": "f_voidbentmedium_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentmedium_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentmedium_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Breach1T3", + "Name": "@MediumChest_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Breach1T3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetC_Shirt_T5", + "ArmorAppearanceF": "F_Leather_SetC_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Leather_SetC_Shirt_T5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Leather_SetC_Shirt_T5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Breach1T4", + "Name": "@MediumChest_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Breach1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_purifiermedium_chest", + "ArmorAppearanceF": "f_purifiermedium_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifiermedium_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifiermedium_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Breach1T5", + "Name": "@MediumChest_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Breach1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentmedium_chest", + "ArmorAppearanceF": "f_voidbentmedium_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentmedium_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentmedium_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Breach1T3", + "Name": "@MediumHands_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Breach1T3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetC_Gloves_T5", + "ArmorAppearanceF": "F_Leather_SetC_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Leather_SetC_Gloves_T5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Leather_SetC_Gloves_T5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Breach1T4", + "Name": "@MediumHands_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Breach1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_purifiermedium_gloves", + "ArmorAppearanceF": "f_purifiermedium_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifiermedium_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifiermedium_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Breach1T5", + "Name": "@MediumHands_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Breach1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentmedium_gloves", + "ArmorAppearanceF": "f_voidbentmedium_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentmedium_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentmedium_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Breach1T3", + "Name": "@MediumLegs_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Breach1T3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetC_Pants_T5", + "ArmorAppearanceF": "F_Leather_SetC_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Leather_SetC_Pants_T5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Leather_SetC_Pants_T5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Breach1T4", + "Name": "@MediumLegs_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Breach1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_purifiermedium_legs", + "ArmorAppearanceF": "f_purifiermedium_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifiermedium_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifiermedium_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Breach1T5", + "Name": "@MediumLegs_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Breach1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentmedium_legs", + "ArmorAppearanceF": "f_voidbentmedium_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentmedium_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentmedium_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Breach1T3", + "Name": "@MediumFeet_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Breach1T3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetC_Boots_T5", + "ArmorAppearanceF": "F_Leather_SetC_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Leather_SetC_Boots_T5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Leather_SetC_Boots_T5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Breach1T4", + "Name": "@MediumFeet_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Breach1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_purifiermedium_feet", + "ArmorAppearanceF": "f_purifiermedium_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifiermedium_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifiermedium_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Breach1T5", + "Name": "@MediumFeet_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Breach1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorMedium", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentmedium_feet", + "ArmorAppearanceF": "f_voidbentmedium_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentmedium_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentmedium_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Breach1T3", + "Name": "@LightHead_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Breach1T3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Hat", + "ArmorAppearanceF": "F_WitchHunter_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Breach1T4", + "Name": "@LightHead_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Breach1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_purifierlight_head", + "ArmorAppearanceF": "f_purifierlight_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifierlight_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifierlight_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Breach1T5", + "Name": "@LightHead_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Breach1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentlight_head", + "ArmorAppearanceF": "f_voidbentlight_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentlight_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentlight_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Breach1T3", + "Name": "@LightChest_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Breach1T3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Shirt", + "ArmorAppearanceF": "F_WitchHunter_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Breach1T4", + "Name": "@LightChest_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Breach1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_purifierlight_chest", + "ArmorAppearanceF": "f_purifierlight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifierlight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifierlight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Breach1T5", + "Name": "@LightChest_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Breach1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentlight_chest", + "ArmorAppearanceF": "f_voidbentlight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentlight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentlight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Breach1T3", + "Name": "@LightHands_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Breach1T3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Gloves", + "ArmorAppearanceF": "F_WitchHunter_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Breach1T4", + "Name": "@LightHands_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Breach1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_purifierlight_gloves", + "ArmorAppearanceF": "f_purifierlight_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifierlight_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifierlight_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Breach1T5", + "Name": "@LightHands_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Breach1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentlight_gloves", + "ArmorAppearanceF": "f_voidbentlight_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentlight_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentlight_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Breach1T3", + "Name": "@LightLegs_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Breach1T3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "WitchHunter_Pants", + "ArmorAppearanceF": "F_WitchHunter_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Breach1T4", + "Name": "@LightLegs_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Breach1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_purifierlight_legs", + "ArmorAppearanceF": "f_purifierlight_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifierlight_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifierlight_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Breach1T5", + "Name": "@LightLegs_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Breach1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentlight_legs", + "ArmorAppearanceF": "f_voidbentlight_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentlight_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentlight_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Breach1T3", + "Name": "@LightFeet_Breach1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Breach1T3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "WitchHunter_Boots", + "ArmorAppearanceF": "F_WitchHunter_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Breach1T4", + "Name": "@LightFeet_Breach1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Breach1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_purifierlight_feet", + "ArmorAppearanceF": "f_purifierlight_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_purifierlight_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_purifierlight_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Breach1T5", + "Name": "@LightFeet_Breach1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Breach1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5_Weights", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_voidbentlight_feet", + "ArmorAppearanceF": "f_voidbentlight_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_voidbentlight_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_voidbentlight_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Dungeon1T3", + "Name": "@HeavyHead_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Dungeon1T3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_head_T4", + "ArmorAppearanceF": "f_graverobberheavy_head_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_head_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_head_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Dungeon2T3", + "Name": "@HeavyHead_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Dungeon2T3_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientjavelineer_head", + "ArmorAppearanceF": "f_ancientjavelineer_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientjavelineer_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientjavelineer_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Dungeon4T4", + "Name": "@HeavyHead_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Dungeon4T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhunterheavyspikes_head", + "ArmorAppearanceF": "f_wraithhunterheavyspikes_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhunterheavyspikes_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhunterheavyspikes_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Dungeon5T4", + "Name": "@HeavyHead_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Dungeon5T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynasty_heavy_t5_head", + "ArmorAppearanceF": "f_dynasty_heavy_t5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynasty_heavy_t5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynasty_heavy_t5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Dungeon6T5", + "Name": "@HeavyHead_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Dungeon6T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaancientguardianheavy_head", + "ArmorAppearanceF": "f_nagaancientguardianheavy_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianheavy_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianheavy_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Dungeon7T5", + "Name": "@HeavyHead_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Dungeon7T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_nagaangryearthheavy_head", + "ArmorAppearanceF": "f_nagaangryearthheavy_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthheavy_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthheavy_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Dungeon9T5", + "Name": "@HeavyHead_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Dungeon9T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellaheavy_head", + "ArmorAppearanceF": "f_isabellaheavy_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellaheavy_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellaheavy_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Dungeon1T3", + "Name": "@HeavyChest_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Dungeon1T3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_chest", + "ArmorAppearanceF": "f_graverobberheavy_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Dungeon2T3", + "Name": "@HeavyChest_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Dungeon2T3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientjavelineer_chest", + "ArmorAppearanceF": "f_ancientjavelineer_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientjavelineer_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientjavelineer_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Dungeon4T4", + "Name": "@HeavyChest_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Dungeon4T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhunterheavyspikes_chest", + "ArmorAppearanceF": "f_wraithhunterheavyspikes_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhunterheavyspikes_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhunterheavyspikes_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Dungeon5T4", + "Name": "@HeavyChest_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Dungeon5T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynasty_heavy_t5_chest", + "ArmorAppearanceF": "f_dynasty_heavy_t5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynasty_heavy_t5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynasty_heavy_t5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Dungeon6T5", + "Name": "@HeavyChest_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Dungeon6T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaancientguardianheavy_chest", + "ArmorAppearanceF": "f_nagaancientguardianheavy_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianheavy_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianheavy_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Dungeon7T5", + "Name": "@HeavyChest_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Dungeon7T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaangryearthheavy_chest", + "ArmorAppearanceF": "f_nagaangryearthheavy_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthheavy_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthheavy_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Dungeon9T5", + "Name": "@HeavyChest_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Dungeon9T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellaheavy_chest", + "ArmorAppearanceF": "f_isabellaheavy_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellaheavy_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellaheavy_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Dungeon1T3", + "Name": "@HeavyHands_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Dungeon1T3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_hands_T4", + "ArmorAppearanceF": "f_graverobberheavy_hands_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_hands_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_hands_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Dungeon2T3", + "Name": "@HeavyHands_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Dungeon2T3_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientjavelineer_hands", + "ArmorAppearanceF": "f_ancientjavelineer_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientjavelineer_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientjavelineer_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Dungeon4T4", + "Name": "@HeavyHands_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Dungeon4T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhunterheavyspikes_gloves", + "ArmorAppearanceF": "f_wraithhunterheavyspikes_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhunterheavyspikes_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhunterheavyspikes_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Dungeon5T4", + "Name": "@HeavyHands_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Dungeon5T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynasty_heavy_t5_hands", + "ArmorAppearanceF": "f_dynasty_heavy_t5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynasty_heavy_t5_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynasty_heavy_t5_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Dungeon6T5", + "Name": "@HeavyHands_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Dungeon6T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaancientguardianheavy_gloves", + "ArmorAppearanceF": "f_nagaancientguardianheavy_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianheavy_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianheavy_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Dungeon7T5", + "Name": "@HeavyHands_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Dungeon7T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaangryearthheavy_gloves", + "ArmorAppearanceF": "f_nagaangryearthheavy_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthheavy_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthheavy_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Dungeon9T5", + "Name": "@HeavyHands_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Dungeon9T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellaheavy_gloves", + "ArmorAppearanceF": "f_isabellaheavy_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellaheavy_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellaheavy_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Dungeon1T3", + "Name": "@HeavyLegs_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Dungeon1T3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_legs_T4", + "ArmorAppearanceF": "f_graverobberheavy_legs_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_legs_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_legs_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Dungeon2T3", + "Name": "@HeavyLegs_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Dungeon2T3_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientjavelineer_legs", + "ArmorAppearanceF": "f_ancientjavelineer_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientjavelineer_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientjavelineer_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Dungeon4T4", + "Name": "@HeavyLegs_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Dungeon4T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhunterheavyspikes_legs", + "ArmorAppearanceF": "f_wraithhunterheavyspikes_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhunterheavyspikes_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhunterheavyspikes_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Dungeon5T4", + "Name": "@HeavyLegs_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Dungeon5T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dynasty_heavy_t5_legs", + "ArmorAppearanceF": "f_dynasty_heavy_t5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynasty_heavy_t5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynasty_heavy_t5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Dungeon6T5", + "Name": "@HeavyLegs_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Dungeon6T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaancientguardianheavy_legs", + "ArmorAppearanceF": "f_nagaancientguardianheavy_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianheavy_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianheavy_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Dungeon7T5", + "Name": "@HeavyLegs_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Dungeon7T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaangryearthheavy_legs", + "ArmorAppearanceF": "f_nagaangryearthheavy_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthheavy_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthheavy_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Dungeon9T5", + "Name": "@HeavyLegs_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Dungeon9T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellaheavy_legs", + "ArmorAppearanceF": "f_isabellaheavy_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellaheavy_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellaheavy_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Dungeon1T3", + "Name": "@HeavyFeet_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Dungeon1T3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_graverobberheavy_feet_T4", + "ArmorAppearanceF": "f_graverobberheavy_feet_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberheavy_feet_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberheavy_feet_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Dungeon2T3", + "Name": "@HeavyFeet_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Dungeon2T3_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientjavelineer_feet", + "ArmorAppearanceF": "f_ancientjavelineer_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientjavelineer_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientjavelineer_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Dungeon4T4", + "Name": "@HeavyFeet_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Dungeon4T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhunterheavyspikes_feet", + "ArmorAppearanceF": "f_wraithhunterheavyspikes_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhunterheavyspikes_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhunterheavyspikes_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Dungeon5T4", + "Name": "@HeavyFeet_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Dungeon5T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynasty_heavy_t5_feet", + "ArmorAppearanceF": "f_dynasty_heavy_t5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynasty_heavy_t5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynasty_heavy_t5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Dungeon6T5", + "Name": "@HeavyFeet_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Dungeon6T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaancientguardianheavy_feet", + "ArmorAppearanceF": "f_nagaancientguardianheavy_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianheavy_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianheavy_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Dungeon7T5", + "Name": "@HeavyFeet_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Dungeon7T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaangryearthheavy_feet", + "ArmorAppearanceF": "f_nagaangryearthheavy_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthheavy_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthheavy_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Dungeon9T5", + "Name": "@HeavyFeet_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Dungeon9T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellaheavy_feet", + "ArmorAppearanceF": "f_isabellaheavy_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellaheavy_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellaheavy_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Dungeon1T3", + "Name": "@MediumHead_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Dungeon1T3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobbermedium_head_T4", + "ArmorAppearanceF": "f_graverobbermedium_head_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_head_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_head_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Dungeon2T3", + "Name": "@MediumHead_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Dungeon2T3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_skeletonguardianarmor_head", + "ArmorAppearanceF": "f_skeletonguardianarmor_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skeletonguardianarmor_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skeletonguardianarmor_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Dungeon4T4", + "Name": "@MediumHead_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Dungeon4T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhuntermediumspikes_head", + "ArmorAppearanceF": "f_wraithhuntermediumspikes_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhuntermediumspikes_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhuntermediumspikes_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Dungeon5T4", + "Name": "@MediumHead_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Dungeon5T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastyspearman_head", + "ArmorAppearanceF": "f_dynastyspearman_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastyspearman_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastyspearman_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Dungeon6T5", + "Name": "@MediumHead_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Dungeon6T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaancientguardianmedium_head", + "ArmorAppearanceF": "f_nagaancientguardianmedium_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianmedium_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianmedium_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Dungeon7T5", + "Name": "@MediumHead_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Dungeon7T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_nagaangryearthmedium_head", + "ArmorAppearanceF": "f_nagaangryearthmedium_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthmedium_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthmedium_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Dungeon9T5", + "Name": "@MediumHead_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Dungeon9T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellamedium_head", + "ArmorAppearanceF": "f_isabellamedium_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellamedium_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellamedium_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Dungeon1T3", + "Name": "@MediumChest_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Dungeon1T3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_chest", + "ArmorAppearanceF": "f_graverobbermedium_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Dungeon2T3", + "Name": "@MediumChest_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Dungeon2T3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_skeletonguardianarmor_chest", + "ArmorAppearanceF": "f_skeletonguardianarmor_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skeletonguardianarmor_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skeletonguardianarmor_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Dungeon4T4", + "Name": "@MediumChest_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Dungeon4T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhuntermediumspikes_chest", + "ArmorAppearanceF": "f_wraithhuntermediumspikes_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhuntermediumspikes_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhuntermediumspikes_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Dungeon5T4", + "Name": "@MediumChest_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Dungeon5T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastyspearman_chest", + "ArmorAppearanceF": "f_dynastyspearman_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastyspearman_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastyspearman_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Dungeon6T5", + "Name": "@MediumChest_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Dungeon6T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaancientguardianmedium_chest", + "ArmorAppearanceF": "f_nagaancientguardianmedium_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianmedium_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianmedium_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Dungeon7T5", + "Name": "@MediumChest_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Dungeon7T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_nagaangryearthmedium_chest", + "ArmorAppearanceF": "f_nagaangryearthmedium_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthmedium_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthmedium_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Dungeon9T5", + "Name": "@MediumChest_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Dungeon9T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellamedium_chest", + "ArmorAppearanceF": "f_isabellamedium_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellamedium_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellamedium_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Dungeon1T3", + "Name": "@MediumHands_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Dungeon1T3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_hands_T4", + "ArmorAppearanceF": "f_graverobbermedium_hands_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_hands_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_hands_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Dungeon2T3", + "Name": "@MediumHands_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Dungeon2T3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_skeletonguardianarmor_hands", + "ArmorAppearanceF": "f_skeletonguardianarmor_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skeletonguardianarmor_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skeletonguardianarmor_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Dungeon4T4", + "Name": "@MediumHands_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Dungeon4T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhuntermediumspikes_gloves", + "ArmorAppearanceF": "f_wraithhuntermediumspikes_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhuntermediumspikes_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhuntermediumspikes_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Dungeon5T4", + "Name": "@MediumHands_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Dungeon5T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastyspearman_hands", + "ArmorAppearanceF": "f_dynastyspearman_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastyspearman_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastyspearman_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Dungeon6T5", + "Name": "@MediumHands_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Dungeon6T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaancientguardianmedium_gloves", + "ArmorAppearanceF": "f_nagaancientguardianmedium_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianmedium_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianmedium_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Dungeon7T5", + "Name": "@MediumHands_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Dungeon7T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaangryearthmedium_gloves", + "ArmorAppearanceF": "f_nagaangryearthmedium_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthmedium_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthmedium_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Dungeon9T5", + "Name": "@MediumHands_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Dungeon9T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellamedium_gloves", + "ArmorAppearanceF": "f_isabellamedium_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellamedium_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellamedium_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Dungeon1T3", + "Name": "@MediumLegs_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Dungeon1T3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobbermedium_legs_T4", + "ArmorAppearanceF": "f_graverobbermedium_legs_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_legs_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_legs_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Dungeon2T3", + "Name": "@MediumLegs_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Dungeon2T3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_skeletonguardianarmor_legs", + "ArmorAppearanceF": "f_skeletonguardianarmor_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skeletonguardianarmor_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skeletonguardianarmor_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Dungeon4T4", + "Name": "@MediumLegs_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Dungeon4T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhuntermediumspikes_legs", + "ArmorAppearanceF": "f_wraithhuntermediumspikes_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhuntermediumspikes_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhuntermediumspikes_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Dungeon5T4", + "Name": "@MediumLegs_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Dungeon5T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dynastyspearman_legs", + "ArmorAppearanceF": "f_dynastyspearman_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastyspearman_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastyspearman_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Dungeon6T5", + "Name": "@MediumLegs_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Dungeon6T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaancientguardianmedium_legs", + "ArmorAppearanceF": "f_nagaancientguardianmedium_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianmedium_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianmedium_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Dungeon7T5", + "Name": "@MediumLegs_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Dungeon7T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_nagaangryearthmedium_legs", + "ArmorAppearanceF": "f_nagaangryearthmedium_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthmedium_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthmedium_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Dungeon9T5", + "Name": "@MediumLegs_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Dungeon9T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellamedium_legs", + "ArmorAppearanceF": "f_isabellamedium_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellamedium_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellamedium_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Dungeon1T3", + "Name": "@MediumFeet_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Dungeon1T3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobbermedium_feet_T4", + "ArmorAppearanceF": "f_graverobbermedium_feet_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobbermedium_feet_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobbermedium_feet_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Dungeon2T3", + "Name": "@MediumFeet_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Dungeon2T3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_skeletonguardianarmor_feet", + "ArmorAppearanceF": "f_skeletonguardianarmor_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_skeletonguardianarmor_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_skeletonguardianarmor_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Dungeon4T4", + "Name": "@MediumFeet_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Dungeon4T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhuntermediumspikes_feet", + "ArmorAppearanceF": "f_wraithhuntermediumspikes_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhuntermediumspikes_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhuntermediumspikes_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Dungeon5T4", + "Name": "@MediumFeet_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Dungeon5T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dynastyspearman_feet", + "ArmorAppearanceF": "f_dynastyspearman_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastyspearman_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastyspearman_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Dungeon6T5", + "Name": "@MediumFeet_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Dungeon6T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaancientguardianmedium_feet", + "ArmorAppearanceF": "f_nagaancientguardianmedium_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianmedium_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianmedium_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Dungeon7T5", + "Name": "@MediumFeet_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Dungeon7T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaangryearthmedium_feet", + "ArmorAppearanceF": "f_nagaangryearthmedium_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthmedium_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthmedium_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Dungeon9T5", + "Name": "@MediumFeet_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Dungeon9T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellamedium_feet", + "ArmorAppearanceF": "f_isabellamedium_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellamedium_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellamedium_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Dungeon1T3", + "Name": "@LightHead_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Dungeon1T3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlightT4_Head", + "ArmorAppearanceF": "f_graverobberlightT4_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlightT4_Head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlightT4_Head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Dungeon2T3", + "Name": "@LightHead_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Dungeon2T3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientmage_head", + "ArmorAppearanceF": "f_ancientmage_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmage_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmage_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Dungeon4T4", + "Name": "@LightHead_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Dungeon4T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhunterlightspikes_head", + "ArmorAppearanceF": "f_wraithhunterlightspikes_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhunterlightspikes_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhunterlightspikes_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Dungeon5T4", + "Name": "@LightHead_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Dungeon5T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastymaiden_head", + "ArmorAppearanceF": "f_dynastymaiden_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastymaiden_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastymaiden_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Dungeon6T5", + "Name": "@LightHead_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Dungeon6T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaancientguardianlight_head", + "ArmorAppearanceF": "f_nagaancientguardianlight_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianlight_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianlight_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Dungeon7T5", + "Name": "@LightHead_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Dungeon7T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaangryearthlight_head", + "ArmorAppearanceF": "f_nagaangryearthlight_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthlight_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthlight_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Dungeon9T5", + "Name": "@LightHead_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Dungeon9T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_isabellalight_head", + "ArmorAppearanceF": "f_isabellalight_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Dungeon1T3", + "Name": "@LightChest_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Dungeon1T3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_graverobberlight_chest", + "ArmorAppearanceF": "f_graverobberlight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Dungeon2T3", + "Name": "@LightChest_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Dungeon2T3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientmage_chest", + "ArmorAppearanceF": "f_ancientmage_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmage_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmage_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Dungeon4T4", + "Name": "@LightChest_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Dungeon4T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhunterlightspikes_chest", + "ArmorAppearanceF": "f_wraithhunterlightspikes_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhunterlightspikes_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhunterlightspikes_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Dungeon5T4", + "Name": "@LightChest_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Dungeon5T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dynastymaiden_chest", + "ArmorAppearanceF": "f_dynastymaiden_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastymaiden_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastymaiden_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Dungeon6T5", + "Name": "@LightChest_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Dungeon6T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_nagaancientguardianlight_chest", + "ArmorAppearanceF": "f_nagaancientguardianlight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianlight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianlight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Dungeon7T5", + "Name": "@LightChest_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Dungeon7T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_nagaangryearthlight_chest", + "ArmorAppearanceF": "f_nagaangryearthlight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthlight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthlight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Dungeon9T5", + "Name": "@LightChest_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Dungeon9T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellalight_chest", + "ArmorAppearanceF": "f_isabellalight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Dungeon1T3", + "Name": "@LightHands_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Dungeon1T3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlightT4_hands", + "ArmorAppearanceF": "f_graverobberlightT4_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlightT4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlightT4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Dungeon2T3", + "Name": "@LightHands_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Dungeon2T3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientmage_hands", + "ArmorAppearanceF": "f_ancientmage_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmage_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmage_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Dungeon4T4", + "Name": "@LightHands_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Dungeon4T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhunterlightspikes_hands", + "ArmorAppearanceF": "f_wraithhunterlightspikes_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhunterlightspikes_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhunterlightspikes_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Dungeon5T4", + "Name": "@LightHands_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Dungeon5T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dynastymaiden_hands", + "ArmorAppearanceF": "f_dynastymaiden_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastymaiden_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastymaiden_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Dungeon6T5", + "Name": "@LightHands_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Dungeon6T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_nagaancientguardianlight_gloves", + "ArmorAppearanceF": "f_nagaancientguardianlight_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianlight_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianlight_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Dungeon7T5", + "Name": "@LightHands_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Dungeon7T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_nagaangryearthlight_gloves", + "ArmorAppearanceF": "f_nagaangryearthlight_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthlight_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthlight_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Dungeon9T5", + "Name": "@LightHands_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Dungeon9T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_isabellalight_gloves", + "ArmorAppearanceF": "f_isabellalight_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Dungeon1T3", + "Name": "@LightLegs_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Dungeon1T3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlightT4_Legs", + "ArmorAppearanceF": "f_graverobberlightT4_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlightT4_Legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlightT4_Legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Dungeon2T3", + "Name": "@LightLegs_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Dungeon2T3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancientmage_legs", + "ArmorAppearanceF": "f_ancientmage_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmage_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmage_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Dungeon4T4", + "Name": "@LightLegs_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Dungeon4T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhunterlightspikes_legs", + "ArmorAppearanceF": "f_wraithhunterlightspikes_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhunterlightspikes_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhunterlightspikes_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Dungeon5T4", + "Name": "@LightLegs_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Dungeon5T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dynastymaiden_legs", + "ArmorAppearanceF": "f_dynastymaiden_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastymaiden_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastymaiden_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Dungeon6T5", + "Name": "@LightLegs_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Dungeon6T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_nagaancientguardianlight_legs", + "ArmorAppearanceF": "f_nagaancientguardianlight_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianlight_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianlight_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Dungeon7T5", + "Name": "@LightLegs_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Dungeon7T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaangryearthlight_legs", + "ArmorAppearanceF": "f_nagaangryearthlight_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthlight_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthlight_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Dungeon9T5", + "Name": "@LightLegs_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Dungeon9T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellalight_legs", + "ArmorAppearanceF": "f_isabellalight_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Dungeon1T3", + "Name": "@LightFeet_Dungeon1T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Dungeon1T3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_graverobberlightT4_Feet", + "ArmorAppearanceF": "f_graverobberlightT4_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_graverobberlightT4_Feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_graverobberlightT4_Feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Dungeon2T3", + "Name": "@LightFeet_Dungeon2T3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Dungeon2T3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancientmage_feet", + "ArmorAppearanceF": "f_ancientmage_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancientmage_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancientmage_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Dungeon4T4", + "Name": "@LightFeet_Dungeon4T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Dungeon4T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_wraithhunterlightspikes_feet", + "ArmorAppearanceF": "f_wraithhunterlightspikes_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_wraithhunterlightspikes_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_wraithhunterlightspikes_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Dungeon5T4", + "Name": "@LightFeet_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Dungeon5T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastymaiden_feet", + "ArmorAppearanceF": "f_dynastymaiden_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastymaiden_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastymaiden_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Dungeon6T5", + "Name": "@LightFeet_Dungeon6T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Dungeon6T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_nagaancientguardianlight_feet", + "ArmorAppearanceF": "f_nagaancientguardianlight_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaancientguardianlight_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaancientguardianlight_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Dungeon7T5", + "Name": "@LightFeet_Dungeon7T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Dungeon7T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_nagaangryearthlight_feet", + "ArmorAppearanceF": "f_nagaangryearthlight_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_nagaangryearthlight_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_nagaangryearthlight_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Dungeon9T5", + "Name": "@LightFeet_Dungeon9T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Dungeon9T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_isabellalight_feet", + "ArmorAppearanceF": "f_isabellalight_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Ancient_T4", + "Name": "@LightHead_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Ancient_T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancestrallight_t4_head", + "ArmorAppearanceF": "f_ancestrallight_t4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestrallight_t4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestrallight_t4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Ancient_T4", + "Name": "@LightChest_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Ancient_T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancestrallight_t4_chest", + "ArmorAppearanceF": "f_ancestrallight_t4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestrallight_t4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestrallight_t4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Ancient_T4", + "Name": "@LightHands_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Ancient_T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancestrallight_t4_hands", + "ArmorAppearanceF": "f_ancestrallight_t4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestrallight_t4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestrallight_t4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Ancient_T4", + "Name": "@LightLegs_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Ancient_T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancestrallight_t4_legs", + "ArmorAppearanceF": "f_ancestrallight_t4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestrallight_t4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestrallight_t4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Ancient_T4", + "Name": "@LightFeet_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Ancient_T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancestrallight_t4_feet", + "ArmorAppearanceF": "f_ancestrallight_t4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestrallight_t4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestrallight_t4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Ancient_T4", + "Name": "@MediumHead_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Ancient_T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancestralmedium_t4_head", + "ArmorAppearanceF": "f_ancestralmedium_t4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestralmedium_t4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestralmedium_t4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Ancient_T4", + "Name": "@MediumChest_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Ancient_T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancestralmedium_t4_chest", + "ArmorAppearanceF": "f_ancestralmedium_t4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestralmedium_t4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestralmedium_t4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Ancient_T4", + "Name": "@MediumHands_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Ancient_T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancestralmedium_t4_hands", + "ArmorAppearanceF": "f_ancestralmedium_t4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestralmedium_t4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestralmedium_t4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Ancient_T4", + "Name": "@MediumLegs_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Ancient_T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_ancestralmedium_t4_legs", + "ArmorAppearanceF": "f_ancestralmedium_t4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestralmedium_t4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestralmedium_t4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Ancient_T4", + "Name": "@MediumFeet_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Ancient_T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancestralmedium_t4_feet", + "ArmorAppearanceF": "f_ancestralmedium_t4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestralmedium_t4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestralmedium_t4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Ancient_T4", + "Name": "@HeavyHead_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Ancient_T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancestralheavy_t4_head", + "ArmorAppearanceF": "f_ancestralheavy_t4_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestralheavy_t4_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestralheavy_t4_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Ancient_T4", + "Name": "@HeavyChest_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Ancient_T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_ancestralheavy_t4_chest", + "ArmorAppearanceF": "f_ancestralheavy_t4_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestralheavy_t4_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestralheavy_t4_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Ancient_T4", + "Name": "@HeavyHands_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Ancient_T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "m_ancestralheavy_t4_hands", + "ArmorAppearanceF": "f_ancestralheavy_t4_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestralheavy_t4_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestralheavy_t4_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Ancient_T4", + "Name": "@HeavyLegs_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Ancient_T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancestralheavy_t4_legs", + "ArmorAppearanceF": "f_ancestralheavy_t4_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestralheavy_t4_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestralheavy_t4_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Ancient_T4", + "Name": "@HeavyFeet_Ancient_T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Ancient_T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_ObeliskBucketChance", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_ancestralheavy_t4_feet", + "ArmorAppearanceF": "f_ancestralheavy_t4_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_ancestralheavy_t4_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_ancestralheavy_t4_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_SprigganT5", + "Name": "@LightHead_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_SprigganT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_head", + "ArmorAppearanceF": "f_sprigganlight_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_SprigganT5", + "Name": "@LightChest_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_SprigganT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_chest", + "ArmorAppearanceF": "f_sprigganlight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_SprigganT5", + "Name": "@LightHands_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_SprigganT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_hands", + "ArmorAppearanceF": "f_sprigganlight_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_SprigganT5", + "Name": "@LightLegs_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_SprigganT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_legs", + "ArmorAppearanceF": "f_sprigganlight_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_SprigganT5", + "Name": "@LightFeet_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_SprigganT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_feet", + "ArmorAppearanceF": "f_sprigganlight_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_SprigganT5", + "Name": "@MediumHead_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_SprigganT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganMedium_Head", + "ArmorAppearanceF": "f_SprigganMedium_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_SprigganMedium_Head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_SprigganMedium_Head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_SprigganT5", + "Name": "@MediumChest_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_SprigganT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_SprigganMedium_Chest", + "ArmorAppearanceF": "f_SprigganMedium_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_SprigganMedium_Chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_SprigganMedium_Chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_SprigganT5", + "Name": "@MediumHands_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_SprigganT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganMedium_Hands", + "ArmorAppearanceF": "f_SprigganMedium_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_SprigganMedium_Hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_SprigganMedium_Hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_SprigganT5", + "Name": "@MediumLegs_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_SprigganT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_SprigganMedium_Legs", + "ArmorAppearanceF": "f_SprigganMedium_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_SprigganMedium_Legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_SprigganMedium_Legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_SprigganT5", + "Name": "@MediumFeet_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_SprigganT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganMedium_Feet", + "ArmorAppearanceF": "f_SprigganMedium_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_SprigganMedium_Feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_SprigganMedium_Feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_SprigganT5", + "Name": "@HeavyHead_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_SprigganT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganHeavy_Head", + "ArmorAppearanceF": "f_SprigganHeavy_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_SprigganHeavy_Head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_SprigganHeavy_Head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_SprigganT5", + "Name": "@HeavyChest_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_SprigganT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_SprigganHeavy_Chest", + "ArmorAppearanceF": "f_SprigganHeavy_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_SprigganHeavy_Chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_SprigganHeavy_Chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_SprigganT5", + "Name": "@HeavyHands_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_SprigganT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganHeavy_Hands", + "ArmorAppearanceF": "f_SprigganHeavy_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_SprigganHeavy_Hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_SprigganHeavy_Hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_SprigganT5", + "Name": "@HeavyLegs_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_SprigganT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganHeavy_Legs", + "ArmorAppearanceF": "f_SprigganHeavy_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_SprigganHeavy_Legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_SprigganHeavy_Legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_SprigganT5", + "Name": "@HeavyFeet_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_SprigganT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganHeavy_Feet", + "ArmorAppearanceF": "f_SprigganHeavy_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_SprigganHeavy_Feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_SprigganHeavy_Feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Invasion1T4", + "Name": "@HeavyHead_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Invasion1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T3", + "ArmorAppearanceF": "F_Conquistador_Helm_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Invasion1T5", + "Name": "@HeavyHead_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Invasion1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionheavyfieldcommander_head", + "ArmorAppearanceF": "f_invasionheavyfieldcommander_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionheavyfieldcommander_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionheavyfieldcommander_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Invasion1T4", + "Name": "@HeavyChest_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Invasion1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T3", + "ArmorAppearanceF": "F_Conquistador_Chest_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Invasion1T5", + "Name": "@HeavyChest_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Invasion1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionheavyfieldcommander_chest", + "ArmorAppearanceF": "f_invasionheavyfieldcommander_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionheavyfieldcommander_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionheavyfieldcommander_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Invasion1T4", + "Name": "@HeavyHands_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Invasion1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T3", + "ArmorAppearanceF": "F_Conquistador_Gloves_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Invasion1T5", + "Name": "@HeavyHands_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Invasion1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionheavyfieldcommander_hands", + "ArmorAppearanceF": "f_invasionheavyfieldcommander_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionheavyfieldcommander_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionheavyfieldcommander_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Invasion1T4", + "Name": "@HeavyLegs_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Invasion1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T3", + "ArmorAppearanceF": "F_Conquistador_Pants_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Invasion1T5", + "Name": "@HeavyLegs_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Invasion1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionheavyfieldcommander_legs", + "ArmorAppearanceF": "f_invasionheavyfieldcommander_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionheavyfieldcommander_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionheavyfieldcommander_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Invasion1T4", + "Name": "@HeavyFeet_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Invasion1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T3", + "ArmorAppearanceF": "F_Conquistador_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Invasion1T5", + "Name": "@HeavyFeet_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Invasion1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionheavyfieldcommander_feet", + "ArmorAppearanceF": "f_invasionheavyfieldcommander_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionheavyfieldcommander_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionheavyfieldcommander_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Invasion1T4", + "Name": "@MediumHead_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Invasion1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Invasion1T5", + "Name": "@MediumHead_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Invasion1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionmediumskirmisher_head", + "ArmorAppearanceF": "f_invasionmediumskirmisher_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionmediumskirmisher_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionmediumskirmisher_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Invasion1T4", + "Name": "@MediumChest_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Invasion1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Invasion1T5", + "Name": "@MediumChest_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Invasion1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionmediumskirmisher_chest", + "ArmorAppearanceF": "f_invasionmediumskirmisher_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionmediumskirmisher_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionmediumskirmisher_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Invasion1T4", + "Name": "@MediumHands_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Invasion1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Invasion1T5", + "Name": "@MediumHands_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Invasion1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionmediumskirmisher_hands", + "ArmorAppearanceF": "f_invasionmediumskirmisher_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionmediumskirmisher_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionmediumskirmisher_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Invasion1T4", + "Name": "@MediumLegs_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Invasion1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Invasion1T5", + "Name": "@MediumLegs_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Invasion1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionmediumskirmisher_legs", + "ArmorAppearanceF": "f_invasionmediumskirmisher_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionmediumskirmisher_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionmediumskirmisher_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Invasion1T4", + "Name": "@MediumFeet_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Invasion1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Invasion1T5", + "Name": "@MediumFeet_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Invasion1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionmediumskirmisher_feet", + "ArmorAppearanceF": "f_invasionmediumskirmisher_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionmediumskirmisher_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionmediumskirmisher_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Invasion1T4", + "Name": "@LightHead_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Invasion1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Hat_T4", + "ArmorAppearanceF": "F_Cloth_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Invasion1T5", + "Name": "@LightHead_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Invasion1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionlightmarksman_head", + "ArmorAppearanceF": "f_invasionlightmarksman_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionlightmarksman_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionlightmarksman_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Invasion1T4", + "Name": "@LightChest_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Invasion1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T4", + "ArmorAppearanceF": "F_Cloth_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Invasion1T5", + "Name": "@LightChest_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Invasion1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionlightmarksman_chest", + "ArmorAppearanceF": "f_invasionlightmarksman_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionlightmarksman_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionlightmarksman_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Invasion1T4", + "Name": "@LightHands_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Invasion1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Invasion1T5", + "Name": "@LightHands_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Invasion1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionlightmarksman_hands", + "ArmorAppearanceF": "f_invasionlightmarksman_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionlightmarksman_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionlightmarksman_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Invasion1T4", + "Name": "@LightLegs_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Invasion1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T4", + "ArmorAppearanceF": "F_Cloth_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Invasion1T5", + "Name": "@LightLegs_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Invasion1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionlightmarksman_legs", + "ArmorAppearanceF": "f_invasionlightmarksman_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionlightmarksman_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionlightmarksman_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Invasion1T4", + "Name": "@LightFeet_Invasion1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Invasion1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "PerkBucket_InvasionBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T4", + "ArmorAppearanceF": "F_Cloth_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Invasion1T5", + "Name": "@LightFeet_Invasion1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Invasion1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_BreachBucket", + "PerkBucket3": "PerkBucket_InvasionGemsBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChance", + "PerkBucket5": "PerkBucket_BreachBucketChance", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_invasionlightmarksman_feet", + "ArmorAppearanceF": "f_invasionlightmarksman_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_invasionlightmarksman_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_invasionlightmarksman_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_ArenaAngryEarth1T4", + "Name": "@HeavyHead_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T3", + "ArmorAppearanceF": "F_Conquistador_Helm_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_ArenaAngryEarth1T5", + "Name": "@HeavyHead_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganHeavy_Head", + "ArmorAppearanceF": "f_SprigganHeavy_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganheavy_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganheavy_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_ArenaAngryEarth1T4", + "Name": "@HeavyChest_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T3", + "ArmorAppearanceF": "F_Conquistador_Chest_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_ArenaAngryEarth1T5", + "Name": "@HeavyChest_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_SprigganHeavy_Chest", + "ArmorAppearanceF": "f_SprigganHeavy_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganheavy_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganheavy_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_ArenaAngryEarth1T4", + "Name": "@HeavyHands_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T3", + "ArmorAppearanceF": "F_Conquistador_Gloves_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_ArenaAngryEarth1T5", + "Name": "@HeavyHands_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganHeavy_Hands", + "ArmorAppearanceF": "f_SprigganHeavy_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganheavy_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganheavy_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_ArenaAngryEarth1T4", + "Name": "@HeavyLegs_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T3", + "ArmorAppearanceF": "F_Conquistador_Pants_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_ArenaAngryEarth1T5", + "Name": "@HeavyLegs_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganHeavy_Legs", + "ArmorAppearanceF": "f_SprigganHeavy_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganheavy_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganheavy_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_ArenaAngryEarth1T4", + "Name": "@HeavyFeet_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T3", + "ArmorAppearanceF": "F_Conquistador_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_ArenaAngryEarth1T5", + "Name": "@HeavyFeet_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganHeavy_Feet", + "ArmorAppearanceF": "f_SprigganHeavy_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganheavy_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganheavy_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_ArenaAngryEarth1T4", + "Name": "@MediumHead_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_ArenaAngryEarth1T5", + "Name": "@MediumHead_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganMedium_Head", + "ArmorAppearanceF": "f_SprigganMedium_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganmedium_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganmedium_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_ArenaAngryEarth1T4", + "Name": "@MediumChest_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_ArenaAngryEarth1T5", + "Name": "@MediumChest_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_SprigganMedium_Chest", + "ArmorAppearanceF": "f_SprigganMedium_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganmedium_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganmedium_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_ArenaAngryEarth1T4", + "Name": "@MediumHands_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_ArenaAngryEarth1T5", + "Name": "@MediumHands_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganMedium_Hands", + "ArmorAppearanceF": "f_SprigganMedium_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganmedium_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganmedium_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_ArenaAngryEarth1T4", + "Name": "@MediumLegs_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_ArenaAngryEarth1T5", + "Name": "@MediumLegs_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_SprigganMedium_Legs", + "ArmorAppearanceF": "f_SprigganMedium_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganmedium_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganmedium_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_ArenaAngryEarth1T4", + "Name": "@MediumFeet_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_ArenaAngryEarth1T5", + "Name": "@MediumFeet_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganMedium_Feet", + "ArmorAppearanceF": "f_SprigganMedium_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganmedium_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganmedium_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ArenaAngryEarth1T4", + "Name": "@LightHead_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Hat_T4", + "ArmorAppearanceF": "F_Cloth_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ArenaAngryEarth1T5", + "Name": "@LightHead_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_head", + "ArmorAppearanceF": "f_sprigganlight_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ArenaAngryEarth1T4", + "Name": "@LightChest_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T4", + "ArmorAppearanceF": "F_Cloth_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ArenaAngryEarth1T5", + "Name": "@LightChest_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_chest", + "ArmorAppearanceF": "f_sprigganlight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ArenaAngryEarth1T4", + "Name": "@LightHands_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ArenaAngryEarth1T5", + "Name": "@LightHands_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_hands", + "ArmorAppearanceF": "f_sprigganlight_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ArenaAngryEarth1T4", + "Name": "@LightLegs_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T4", + "ArmorAppearanceF": "F_Cloth_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ArenaAngryEarth1T5", + "Name": "@LightLegs_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_legs", + "ArmorAppearanceF": "f_sprigganlight_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ArenaAngryEarth1T4", + "Name": "@LightFeet_ArenaAngryEarth1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ArenaAngryEarth1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T4", + "ArmorAppearanceF": "F_Cloth_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ArenaAngryEarth1T5", + "Name": "@LightFeet_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_feet", + "ArmorAppearanceF": "f_sprigganlight_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_ArenaSpriggan1T5", + "Name": "@HeavyHead_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganHeavy_Head", + "ArmorAppearanceF": "f_SprigganHeavy_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganheavy_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganheavy_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_ArenaSpriggan1T5", + "Name": "@HeavyChest_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_SprigganHeavy_Chest", + "ArmorAppearanceF": "f_SprigganHeavy_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganheavy_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganheavy_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_ArenaSpriggan1T5", + "Name": "@HeavyHands_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganHeavy_Hands", + "ArmorAppearanceF": "f_SprigganHeavy_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganheavy_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganheavy_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_ArenaSpriggan1T5", + "Name": "@HeavyLegs_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganHeavy_Legs", + "ArmorAppearanceF": "f_SprigganHeavy_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganheavy_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganheavy_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_ArenaSpriggan1T5", + "Name": "@HeavyFeet_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganHeavy_Feet", + "ArmorAppearanceF": "f_SprigganHeavy_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganheavy_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganheavy_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_ArenaSpriggan1T5", + "Name": "@MediumHead_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganMedium_Head", + "ArmorAppearanceF": "f_SprigganMedium_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganmedium_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganmedium_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_ArenaSpriggan1T5", + "Name": "@MediumChest_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_SprigganMedium_Chest", + "ArmorAppearanceF": "f_SprigganMedium_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganmedium_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganmedium_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_ArenaSpriggan1T5", + "Name": "@MediumHands_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganMedium_Hands", + "ArmorAppearanceF": "f_SprigganMedium_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganmedium_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganmedium_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_ArenaSpriggan1T5", + "Name": "@MediumLegs_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_SprigganMedium_Legs", + "ArmorAppearanceF": "f_SprigganMedium_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganmedium_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganmedium_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_ArenaSpriggan1T5", + "Name": "@MediumFeet_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_SprigganMedium_Feet", + "ArmorAppearanceF": "f_SprigganMedium_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganmedium_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganmedium_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ArenaSpriggan1T5", + "Name": "@LightHead_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_head", + "ArmorAppearanceF": "f_sprigganlight_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ArenaSpriggan1T5", + "Name": "@LightChest_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_chest", + "ArmorAppearanceF": "f_sprigganlight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ArenaSpriggan1T5", + "Name": "@LightHands_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_hands", + "ArmorAppearanceF": "f_sprigganlight_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ArenaSpriggan1T5", + "Name": "@LightLegs_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_legs", + "ArmorAppearanceF": "f_sprigganlight_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ArenaSpriggan1T5", + "Name": "@LightFeet_ArenaAngryEarth1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ArenaAngryEarth1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sprigganlight_feet", + "ArmorAppearanceF": "f_sprigganlight_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sprigganlight_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sprigganlight_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_ArenaLost1T4", + "Name": "@HeavyHead_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_ArenaLost1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T3", + "ArmorAppearanceF": "F_Conquistador_Helm_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_ArenaLost1T5", + "Name": "@HeavyHead_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_ArenaLost1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedheavycoral_head", + "ArmorAppearanceF": "f_waterloggedheavycoral_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavycoral_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavycoral_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_ArenaLost1T4", + "Name": "@HeavyChest_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ArenaLost1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T3", + "ArmorAppearanceF": "F_Conquistador_Chest_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_ArenaLost1T5", + "Name": "@HeavyChest_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ArenaLost1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedheavycoral_chest", + "ArmorAppearanceF": "f_waterloggedheavycoral_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavycoral_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavycoral_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_ArenaLost1T4", + "Name": "@HeavyHands_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_ArenaLost1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T3", + "ArmorAppearanceF": "F_Conquistador_Gloves_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_ArenaLost1T5", + "Name": "@HeavyHands_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_ArenaLost1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedheavycoral_hands", + "ArmorAppearanceF": "f_waterloggedheavycoral_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavycoral_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavycoral_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_ArenaLost1T4", + "Name": "@HeavyLegs_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_ArenaLost1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T3", + "ArmorAppearanceF": "F_Conquistador_Pants_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_ArenaLost1T5", + "Name": "@HeavyLegs_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_ArenaLost1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedheavycoral_legs", + "ArmorAppearanceF": "f_waterloggedheavycoral_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavycoral_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavycoral_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_ArenaLost1T4", + "Name": "@HeavyFeet_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_ArenaLost1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T3", + "ArmorAppearanceF": "F_Conquistador_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_ArenaLost1T5", + "Name": "@HeavyFeet_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_ArenaLost1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedheavycoral_feet", + "ArmorAppearanceF": "f_waterloggedheavycoral_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavycoral_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavycoral_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_ArenaLost1T4", + "Name": "@MediumHead_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ArenaLost1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_ArenaLost1T5", + "Name": "@MediumHead_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ArenaLost1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedmediumnet_head", + "ArmorAppearanceF": "f_waterloggedmediumnet_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_ArenaLost1T4", + "Name": "@MediumChest_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ArenaLost1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_ArenaLost1T5", + "Name": "@MediumChest_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ArenaLost1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedmediumnet_chest", + "ArmorAppearanceF": "f_waterloggedmediumnet_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_ArenaLost1T4", + "Name": "@MediumHands_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ArenaLost1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_ArenaLost1T5", + "Name": "@MediumHands_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ArenaLost1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedmediumnet_gloves", + "ArmorAppearanceF": "f_waterloggedmediumnet_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_ArenaLost1T4", + "Name": "@MediumLegs_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ArenaLost1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_ArenaLost1T5", + "Name": "@MediumLegs_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ArenaLost1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedmediumnet_legs", + "ArmorAppearanceF": "f_waterloggedmediumnet_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_ArenaLost1T4", + "Name": "@MediumFeet_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ArenaLost1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_ArenaLost1T5", + "Name": "@MediumFeet_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ArenaLost1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedmediumnet_feet", + "ArmorAppearanceF": "f_waterloggedmediumnet_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ArenaLost1T4", + "Name": "@LightHead_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ArenaLost1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Hat_T4", + "ArmorAppearanceF": "F_Cloth_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ArenaLost1T5", + "Name": "@LightHead_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ArenaLost1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedlightnet_head", + "ArmorAppearanceF": "f_waterloggedlightnet_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ArenaLost1T4", + "Name": "@LightChest_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ArenaLost1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T4", + "ArmorAppearanceF": "F_Cloth_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ArenaLost1T5", + "Name": "@LightChest_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ArenaLost1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedlightnet_chest", + "ArmorAppearanceF": "f_waterloggedlightnet_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ArenaLost1T4", + "Name": "@LightHands_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ArenaLost1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ArenaLost1T5", + "Name": "@LightHands_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ArenaLost1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedlightnet_gloves", + "ArmorAppearanceF": "f_waterloggedlightnet_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ArenaLost1T4", + "Name": "@LightLegs_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ArenaLost1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T4", + "ArmorAppearanceF": "F_Cloth_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ArenaLost1T5", + "Name": "@LightLegs_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ArenaLost1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedlightnet_legs", + "ArmorAppearanceF": "f_waterloggedlightnet_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ArenaLost1T4", + "Name": "@LightFeet_ArenaLost1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ArenaLost1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T4", + "ArmorAppearanceF": "F_Cloth_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ArenaLost1T5", + "Name": "@LightFeet_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ArenaLost1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedlightnet_feet", + "ArmorAppearanceF": "f_waterloggedlightnet_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Siren1T5", + "Name": "@HeavyHead_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_ArenaLost1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedheavycoral_head", + "ArmorAppearanceF": "f_waterloggedheavycoral_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavycoral_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavycoral_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Siren1T5", + "Name": "@HeavyChest_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ArenaLost1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedheavycoral_chest", + "ArmorAppearanceF": "f_waterloggedheavycoral_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavycoral_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavycoral_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Siren1T5", + "Name": "@HeavyHands_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_ArenaLost1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedheavycoral_hands", + "ArmorAppearanceF": "f_waterloggedheavycoral_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavycoral_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavycoral_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Siren1T5", + "Name": "@HeavyLegs_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_ArenaLost1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedheavycoral_legs", + "ArmorAppearanceF": "f_waterloggedheavycoral_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavycoral_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavycoral_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Siren1T5", + "Name": "@HeavyFeet_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_ArenaLost1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedheavycoral_feet", + "ArmorAppearanceF": "f_waterloggedheavycoral_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedheavycoral_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedheavycoral_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Siren1T5", + "Name": "@MediumHead_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ArenaLost1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedmediumnet_head", + "ArmorAppearanceF": "f_waterloggedmediumnet_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Siren1T5", + "Name": "@MediumChest_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ArenaLost1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedmediumnet_chest", + "ArmorAppearanceF": "f_waterloggedmediumnet_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Siren1T5", + "Name": "@MediumHands_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ArenaLost1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedmediumnet_gloves", + "ArmorAppearanceF": "f_waterloggedmediumnet_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Siren1T5", + "Name": "@MediumLegs_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ArenaLost1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedmediumnet_legs", + "ArmorAppearanceF": "f_waterloggedmediumnet_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Siren1T5", + "Name": "@MediumFeet_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ArenaLost1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedmediumnet_feet", + "ArmorAppearanceF": "f_waterloggedmediumnet_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedmediumnet_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedmediumnet_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Siren1T5", + "Name": "@LightHead_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ArenaLost1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedlightnet_head", + "ArmorAppearanceF": "f_waterloggedlightnet_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Siren1T5", + "Name": "@LightChest_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ArenaLost1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedlightnet_chest", + "ArmorAppearanceF": "f_waterloggedlightnet_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Siren1T5", + "Name": "@LightHands_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ArenaLost1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_waterloggedlightnet_gloves", + "ArmorAppearanceF": "f_waterloggedlightnet_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Siren1T5", + "Name": "@LightLegs_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ArenaLost1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedlightnet_legs", + "ArmorAppearanceF": "f_waterloggedlightnet_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Siren1T5", + "Name": "@LightFeet_ArenaLost1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ArenaLost1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_waterloggedlightnet_feet", + "ArmorAppearanceF": "f_waterloggedlightnet_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_waterloggedlightnet_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_waterloggedlightnet_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_ArenaAngryEarth2T5", + "Name": "@HeavyHead_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossborneheavyroots_head", + "ArmorAppearanceF": "f_mossborneheavyroots_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossborneheavyroots_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossborneheavyroots_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_ArenaAngryEarth2T5", + "Name": "@HeavyChest_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossborneheavyroots_chest", + "ArmorAppearanceF": "f_mossborneheavyroots_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossborneheavyroots_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossborneheavyroots_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_ArenaAngryEarth2T5", + "Name": "@HeavyHands_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossborneheavyroots_hands", + "ArmorAppearanceF": "f_mossborneheavyroots_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossborneheavyroots_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossborneheavyroots_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_ArenaAngryEarth2T5", + "Name": "@HeavyLegs_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossborneheavyroots_legs", + "ArmorAppearanceF": "f_mossborneheavyroots_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossborneheavyroots_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossborneheavyroots_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_ArenaAngryEarth2T5", + "Name": "@HeavyFeet_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossborneheavyroots_feet", + "ArmorAppearanceF": "f_mossborneheavyroots_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossborneheavyroots_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossborneheavyroots_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_ArenaAngryEarth2T5", + "Name": "@MediumHead_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornemediumroots_head", + "ArmorAppearanceF": "f_mossbornemediumroots_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornemediumroots_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornemediumroots_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_ArenaAngryEarth2T5", + "Name": "@MediumChest_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornemediumroots_chest", + "ArmorAppearanceF": "f_mossbornemediumroots_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornemediumroots_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornemediumroots_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_ArenaAngryEarth2T5", + "Name": "@MediumHands_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_mossbornemediumroots_hands", + "ArmorAppearanceF": "f_mossbornemediumroots_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornemediumroots_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornemediumroots_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_ArenaAngryEarth2T5", + "Name": "@MediumLegs_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_mossbornemediumroots_legs", + "ArmorAppearanceF": "f_mossbornemediumroots_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornemediumroots_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornemediumroots_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_ArenaAngryEarth2T5", + "Name": "@MediumFeet_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornemediumroots_feet", + "ArmorAppearanceF": "f_mossbornemediumroots_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornemediumroots_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornemediumroots_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ArenaAngryEarth2T5", + "Name": "@LightHead_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornelightroots_head", + "ArmorAppearanceF": "f_mossbornelightroots_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornelightroots_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornelightroots_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ArenaAngryEarth2T5", + "Name": "@LightChest_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_mossbornelightroots_chest", + "ArmorAppearanceF": "f_mossbornelightroots_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornelightroots_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornelightroots_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ArenaAngryEarth2T5", + "Name": "@LightHands_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornelightroots_hands", + "ArmorAppearanceF": "f_mossbornelightroots_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornelightroots_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornelightroots_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ArenaAngryEarth2T5", + "Name": "@LightLegs_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornelightroots_legs", + "ArmorAppearanceF": "f_mossbornelightroots_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornelightroots_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornelightroots_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ArenaAngryEarth2T5", + "Name": "@LightFeet_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornelightroots_feet", + "ArmorAppearanceF": "f_mossbornelightroots_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornelightroots_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornelightroots_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_ArenaSwampBeast2T5", + "Name": "@HeavyHead_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossborneheavyroots_head", + "ArmorAppearanceF": "f_mossborneheavyroots_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossborneheavyroots_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossborneheavyroots_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_ArenaSwampBeast2T5", + "Name": "@HeavyChest_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossborneheavyroots_chest", + "ArmorAppearanceF": "f_mossborneheavyroots_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossborneheavyroots_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossborneheavyroots_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_ArenaSwampBeast2T5", + "Name": "@HeavyHands_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossborneheavyroots_hands", + "ArmorAppearanceF": "f_mossborneheavyroots_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossborneheavyroots_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossborneheavyroots_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_ArenaSwampBeast2T5", + "Name": "@HeavyLegs_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossborneheavyroots_legs", + "ArmorAppearanceF": "f_mossborneheavyroots_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossborneheavyroots_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossborneheavyroots_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_ArenaSwampBeast2T5", + "Name": "@HeavyFeet_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossborneheavyroots_feet", + "ArmorAppearanceF": "f_mossborneheavyroots_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossborneheavyroots_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossborneheavyroots_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_ArenaSwampBeast2T5", + "Name": "@MediumHead_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornemediumroots_head", + "ArmorAppearanceF": "f_mossbornemediumroots_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornemediumroots_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornemediumroots_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_ArenaSwampBeast2T5", + "Name": "@MediumChest_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornemediumroots_chest", + "ArmorAppearanceF": "f_mossbornemediumroots_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornemediumroots_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornemediumroots_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_ArenaSwampBeast2T5", + "Name": "@MediumHands_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_mossbornemediumroots_hands", + "ArmorAppearanceF": "f_mossbornemediumroots_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornemediumroots_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornemediumroots_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_ArenaSwampBeast2T5", + "Name": "@MediumLegs_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_mossbornemediumroots_legs", + "ArmorAppearanceF": "f_mossbornemediumroots_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornemediumroots_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornemediumroots_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_ArenaSwampBeast2T5", + "Name": "@MediumFeet_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornemediumroots_feet", + "ArmorAppearanceF": "f_mossbornemediumroots_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornemediumroots_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornemediumroots_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ArenaSwampBeast2T5", + "Name": "@LightHead_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornelightroots_head", + "ArmorAppearanceF": "f_mossbornelightroots_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornelightroots_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornelightroots_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ArenaSwampBeast2T5", + "Name": "@LightChest_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_mossbornelightroots_chest", + "ArmorAppearanceF": "f_mossbornelightroots_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornelightroots_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornelightroots_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ArenaSwampBeast2T5", + "Name": "@LightHands_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornelightroots_hands", + "ArmorAppearanceF": "f_mossbornelightroots_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornelightroots_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornelightroots_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ArenaSwampBeast2T5", + "Name": "@LightLegs_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornelightroots_legs", + "ArmorAppearanceF": "f_mossbornelightroots_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornelightroots_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornelightroots_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ArenaSwampBeast2T5", + "Name": "@LightFeet_ArenaAngryEarth2T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ArenaAngryEarth2T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_AngryEarthBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_mossbornelightroots_feet", + "ArmorAppearanceF": "f_mossbornelightroots_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_mossbornelightroots_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_mossbornelightroots_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_ArenaCorrupted1T4", + "Name": "@HeavyHead_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T3", + "ArmorAppearanceF": "F_Conquistador_Helm_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_ArenaCorrupted1T5", + "Name": "@HeavyHead_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Hat_T5", + "ArmorAppearanceF": "F_Metal_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_ArenaCorrupted1T4", + "Name": "@HeavyChest_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T3", + "ArmorAppearanceF": "F_Conquistador_Chest_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_ArenaCorrupted1T5", + "Name": "@HeavyChest_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Shirt_T5", + "ArmorAppearanceF": "F_Metal_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_ArenaCorrupted1T4", + "Name": "@HeavyHands_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T3", + "ArmorAppearanceF": "F_Conquistador_Gloves_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_ArenaCorrupted1T5", + "Name": "@HeavyHands_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Gloves_T5", + "ArmorAppearanceF": "F_Metal_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_ArenaCorrupted1T4", + "Name": "@HeavyLegs_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T3", + "ArmorAppearanceF": "F_Conquistador_Pants_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_ArenaCorrupted1T5", + "Name": "@HeavyLegs_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Pants_T5", + "ArmorAppearanceF": "F_Metal_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_ArenaCorrupted1T4", + "Name": "@HeavyFeet_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T3", + "ArmorAppearanceF": "F_Conquistador_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_ArenaCorrupted1T5", + "Name": "@HeavyFeet_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Boots_T5", + "ArmorAppearanceF": "F_Metal_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_ArenaCorrupted1T4", + "Name": "@MediumHead_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_ArenaCorrupted1T5", + "Name": "@MediumHead_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Hat_T5", + "ArmorAppearanceF": "F_Leather_SetA_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_ArenaCorrupted1T4", + "Name": "@MediumChest_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_ArenaCorrupted1T5", + "Name": "@MediumChest_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Shirt_T5", + "ArmorAppearanceF": "F_Leather_SetA_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_ArenaCorrupted1T4", + "Name": "@MediumHands_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_ArenaCorrupted1T5", + "Name": "@MediumHands_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Gloves_T5", + "ArmorAppearanceF": "F_Leather_SetA_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_ArenaCorrupted1T4", + "Name": "@MediumLegs_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_ArenaCorrupted1T5", + "Name": "@MediumLegs_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Pants_T5", + "ArmorAppearanceF": "F_Leather_SetA_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_ArenaCorrupted1T4", + "Name": "@MediumFeet_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_ArenaCorrupted1T5", + "Name": "@MediumFeet_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Boots_T5", + "ArmorAppearanceF": "F_Leather_SetA_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ArenaCorrupted1T4", + "Name": "@LightHead_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Hat_T4", + "ArmorAppearanceF": "F_Cloth_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ArenaCorrupted1T5", + "Name": "@LightHead_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T5", + "ArmorAppearanceF": "F_Cloth_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ArenaCorrupted1T4", + "Name": "@LightChest_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T4", + "ArmorAppearanceF": "F_Cloth_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ArenaCorrupted1T5", + "Name": "@LightChest_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T5", + "ArmorAppearanceF": "F_Cloth_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ArenaCorrupted1T4", + "Name": "@LightHands_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ArenaCorrupted1T5", + "Name": "@LightHands_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T5", + "ArmorAppearanceF": "F_Cloth_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ArenaCorrupted1T4", + "Name": "@LightLegs_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T4", + "ArmorAppearanceF": "F_Cloth_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ArenaCorrupted1T5", + "Name": "@LightLegs_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T5", + "ArmorAppearanceF": "F_Cloth_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ArenaCorrupted1T4", + "Name": "@LightFeet_ArenaCorrupted1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ArenaCorrupted1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T4", + "ArmorAppearanceF": "F_Cloth_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ArenaCorrupted1T5", + "Name": "@LightFeet_ArenaCorrupted1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ArenaCorrupted1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Boots_T5", + "ArmorAppearanceF": "F_Cloth_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_ArenaAncient1T4", + "Name": "@HeavyHead_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_ArenaAncient1T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T3", + "ArmorAppearanceF": "F_Conquistador_Helm_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_ArenaAncient1T5", + "Name": "@HeavyHead_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_ArenaAncient1T5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Hat_T5", + "ArmorAppearanceF": "F_Metal_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_ArenaAncient1T4", + "Name": "@HeavyChest_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ArenaAncient1T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T3", + "ArmorAppearanceF": "F_Conquistador_Chest_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_ArenaAncient1T5", + "Name": "@HeavyChest_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ArenaAncient1T5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Shirt_T5", + "ArmorAppearanceF": "F_Metal_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_ArenaAncient1T4", + "Name": "@HeavyHands_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_ArenaAncient1T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Gloves_T3", + "ArmorAppearanceF": "F_Conquistador_Gloves_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_ArenaAncient1T5", + "Name": "@HeavyHands_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_ArenaAncient1T5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Gloves_T5", + "ArmorAppearanceF": "F_Metal_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_ArenaAncient1T4", + "Name": "@HeavyLegs_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_ArenaAncient1T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Pants_T3", + "ArmorAppearanceF": "F_Conquistador_Pants_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_ArenaAncient1T5", + "Name": "@HeavyLegs_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_ArenaAncient1T5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Pants_T5", + "ArmorAppearanceF": "F_Metal_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_ArenaAncient1T4", + "Name": "@HeavyFeet_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_ArenaAncient1T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T3", + "ArmorAppearanceF": "F_Conquistador_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_ArenaAncient1T5", + "Name": "@HeavyFeet_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_ArenaAncient1T5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Boots_T5", + "ArmorAppearanceF": "F_Metal_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_ArenaAncient1T4", + "Name": "@MediumHead_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ArenaAncient1T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T2", + "ArmorAppearanceF": "F_Leather_Hat_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_ArenaAncient1T5", + "Name": "@MediumHead_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ArenaAncient1T5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Hat_T5", + "ArmorAppearanceF": "F_Leather_SetA_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_ArenaAncient1T4", + "Name": "@MediumChest_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ArenaAncient1T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_ArenaAncient1T5", + "Name": "@MediumChest_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ArenaAncient1T5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Shirt_T5", + "ArmorAppearanceF": "F_Leather_SetA_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_ArenaAncient1T4", + "Name": "@MediumHands_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ArenaAncient1T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Gloves_T2", + "ArmorAppearanceF": "F_Leather_Gloves_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_ArenaAncient1T5", + "Name": "@MediumHands_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ArenaAncient1T5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Gloves_T5", + "ArmorAppearanceF": "F_Leather_SetA_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_ArenaAncient1T4", + "Name": "@MediumLegs_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ArenaAncient1T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_ArenaAncient1T5", + "Name": "@MediumLegs_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ArenaAncient1T5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Pants_T5", + "ArmorAppearanceF": "F_Leather_SetA_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_ArenaAncient1T4", + "Name": "@MediumFeet_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ArenaAncient1T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_ArenaAncient1T5", + "Name": "@MediumFeet_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ArenaAncient1T5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Boots_T5", + "ArmorAppearanceF": "F_Leather_SetA_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ArenaAncient1T4", + "Name": "@LightHead_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ArenaAncient1T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Hat_T4", + "ArmorAppearanceF": "F_Cloth_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_ArenaAncient1T5", + "Name": "@LightHead_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ArenaAncient1T5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T5", + "ArmorAppearanceF": "F_Cloth_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ArenaAncient1T4", + "Name": "@LightChest_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ArenaAncient1T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T4", + "ArmorAppearanceF": "F_Cloth_Shirt_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_ArenaAncient1T5", + "Name": "@LightChest_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ArenaAncient1T5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T5", + "ArmorAppearanceF": "F_Cloth_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChestAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChestAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ArenaAncient1T4", + "Name": "@LightHands_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ArenaAncient1T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_ArenaAncient1T5", + "Name": "@LightHands_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ArenaAncient1T5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T5", + "ArmorAppearanceF": "F_Cloth_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ArenaAncient1T4", + "Name": "@LightLegs_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ArenaAncient1T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T4", + "ArmorAppearanceF": "F_Cloth_Pants_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_ArenaAncient1T5", + "Name": "@LightLegs_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ArenaAncient1T5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T5", + "ArmorAppearanceF": "F_Cloth_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightLegsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightLegsAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ArenaAncient1T4", + "Name": "@LightFeet_ArenaAncient1T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ArenaAncient1T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT4", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Boots_T4", + "ArmorAppearanceF": "F_Cloth_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_ArenaAncient1T5", + "Name": "@LightFeet_ArenaAncient1T5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ArenaAncient1T5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GlobalPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Boots_T5", + "ArmorAppearanceF": "F_Cloth_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDungeon1T3", + "Name": "@1hLongswordDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDungeon1T3_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDungeon2T3", + "Name": "@1hLongswordDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDungeon2T3_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hlongswordShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hlongswordShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hlongswordShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDungeon4T4", + "Name": "@1hLongswordDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDungeon4T4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDungeon5T4", + "Name": "@1hLongswordDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hStraightSwordDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hStraightSwordDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hStraightSwordDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDungeon6T5", + "Name": "@1hLongswordDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDungeon6T5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDungeon7T5", + "Name": "@1hLongswordDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDungeon7T5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordDungeon9T5", + "Name": "@1hLongswordDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDungeon9T5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDungeon1T3", + "Name": "@1hThrowingAxeDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDungeon1T3_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDungeon2T3", + "Name": "@1hThrowingAxeDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDungeon2T3_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hthrowingaxeShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hthrowingaxeShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hthrowingaxeShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDungeon4T4", + "Name": "@1hThrowingAxeDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDungeon4T4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDungeon5T4", + "Name": "@1hThrowingAxeDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingaxeDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingaxeDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingaxeDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDungeon6T5", + "Name": "@1hThrowingAxeDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDungeon6T5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDungeon7T5", + "Name": "@1hThrowingAxeDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDungeon7T5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeDungeon9T5", + "Name": "@1hThrowingAxeDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDungeon9T5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDungeon1T3", + "Name": "@2hWarhammerDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDungeon1T3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDungeon2T3", + "Name": "@2hWarhammerDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDungeon2T3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hwarhammerShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hwarhammerShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hwarhammerShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDungeon4T4", + "Name": "@2hWarhammerDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDungeon4T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDungeon5T4", + "Name": "@2hWarhammerDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDungeon5T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDungeon6T5", + "Name": "@2hWarhammerDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDungeon6T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDungeon7T5", + "Name": "@2hWarhammerDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDungeon7T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerDungeon9T5", + "Name": "@2hWarhammerDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDungeon9T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeDungeon1T3", + "Name": "@2hGreataxeDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeDungeon1T3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HAxeT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeDungeon2T3", + "Name": "@2hGreataxeDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeDungeon2T3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HAxeT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hgreataxeShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hgreataxeShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hgreataxeShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeDungeon4T4", + "Name": "@2hGreataxeDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeDungeon4T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxenNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxenNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxenNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeDungeon5T4", + "Name": "@2hGreataxeDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeDungeon5T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeDungeon6T5", + "Name": "@2hGreataxeDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeDungeon6T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeDungeon7T5", + "Name": "@2hGreataxeDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeDungeon7T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxeDungeon9T5", + "Name": "@2hGreataxeDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeDungeon9T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDungeon1T3", + "Name": "@2hBowDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDungeon1T3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BowT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_TimberT3", + "CraftingRecipe": "SalvageSmall_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDungeon2T3", + "Name": "@2hBowDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDungeon2T3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BowT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hbowShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hbowShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hbowShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDungeon4T4", + "Name": "@2hBowDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDungeon4T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDungeon5T4", + "Name": "@2hBowDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDungeon5T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_TimberT4", + "CraftingRecipe": "SalvageSmall_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDungeon6T5", + "Name": "@2hBowDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDungeon6T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDungeon7T5", + "Name": "@2hBowDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDungeon7T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowDungeon9T5", + "Name": "@2hBowDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDungeon9T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDungeon1T3", + "Name": "@2hMusketDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDungeon1T3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDungeon2T3", + "Name": "@2hMusketDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDungeon2T3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hmusketShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hmusketShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hmusketShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDungeon4T4", + "Name": "@2hMusketDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDungeon4T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDungeon5T4", + "Name": "@2hMusketDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDungeon5T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDungeon6T5", + "Name": "@2hMusketDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDungeon6T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDungeon7T5", + "Name": "@2hMusketDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDungeon7T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketDungeon9T5", + "Name": "@2hMusketDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDungeon9T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hRoundShieldDungeon1T3", + "Name": "@2hRoundShieldDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@2hRoundShieldDungeon1T3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldAT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hRoundShieldDungeon2T3", + "Name": "@2hRoundShieldDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@2hRoundShieldDungeon2T3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hroundshieldShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hroundshieldShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hroundshieldShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hRoundShieldDungeon4T4", + "Name": "@2hRoundShieldDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@2hRoundShieldDungeon4T4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hRoundShieldDungeon5T4", + "Name": "@2hRoundShieldDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@2hRoundShieldDungeon5T4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldRoundDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldRoundDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldRoundDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hRoundShieldDungeon6T5", + "Name": "@2hRoundShieldDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@2hRoundShieldDungeon6T5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hRoundShieldDungeon7T5", + "Name": "@2hRoundShieldDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@2hRoundShieldDungeon7T5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hRoundShieldDungeon9T5", + "Name": "@2hRoundShieldDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@2hRoundShieldDungeon9T5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hKiteShieldDungeon1T3", + "Name": "@2hKiteShieldDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@2hKiteShieldDungeon1T3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldBT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldBuccaneerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldBuccaneerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hKiteShieldDungeon2T3", + "Name": "@2hKiteShieldDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@2hKiteShieldDungeon2T3_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hkiteshieldShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hkiteshieldShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hkiteshieldShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hKiteShieldDungeon4T4", + "Name": "@2hKiteShieldDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@2hKiteShieldDungeon4T4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldNagacorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldNagacorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldNagacorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hKiteShieldDungeon5T4", + "Name": "@2hKiteShieldDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@2hKiteShieldDungeon5T4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldKiteDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldKiteDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldKiteDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hKiteShieldDungeon6T5", + "Name": "@2hKiteShieldDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@2hKiteShieldDungeon6T5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hKiteShieldDungeon7T5", + "Name": "@2hKiteShieldDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@2hKiteShieldDungeon7T5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hKiteShieldDungeon9T5", + "Name": "@2hKiteShieldDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@2hKiteShieldDungeon9T5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hTowerShieldDungeon4T4", + "Name": "@2hTowerShieldDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@2hTowerShieldDungeon4T4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hTowerShieldDungeon5T4", + "Name": "@2hTowerShieldDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@2hTowerShieldDungeon5T4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldDT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldTowerDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldTowerDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldTowerDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hTowerShieldDungeon6T5", + "Name": "@2hTowerShieldDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@2hTowerShieldDungeon6T5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hTowerShieldDungeon7T5", + "Name": "@2hTowerShieldDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@2hTowerShieldDungeon7T5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hTowerShieldDungeon9T5", + "Name": "@2hTowerShieldDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@2hTowerShieldDungeon9T5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDungeon1T3", + "Name": "@2hStaffFireDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDungeon1T3_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "FireStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hfirestaffGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hfirestaffGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hfirestaffGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDungeon2T3", + "Name": "@2hStaffFireDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDungeon2T3_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "FireStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hfirestaffShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hfirestaffShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hfirestaffShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDungeon4T4", + "Name": "@2hStaffFireDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDungeon4T4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDungeon5T4", + "Name": "@2hStaffFireDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStafffireDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStafffireDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStafffireDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDungeon6T5", + "Name": "@2hStaffFireDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDungeon6T5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDungeon7T5", + "Name": "@2hStaffFireDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDungeon7T5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireDungeon9T5", + "Name": "@2hStaffFireDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDungeon9T5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDungeon1T3", + "Name": "@2hStaffLifeDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDungeon1T3_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hlifestaffGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hlifestaffGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hlifestaffGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDungeon2T3", + "Name": "@2hStaffLifeDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDungeon2T3_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hlifestaffShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hlifestaffShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hlifestaffShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDungeon4T4", + "Name": "@2hStaffLifeDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDungeon4T4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDungeon5T4", + "Name": "@2hStaffLifeDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStafflifeDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStafflifeDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStafflifeDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDungeon6T5", + "Name": "@2hStaffLifeDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDungeon6T5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDungeon7T5", + "Name": "@2hStaffLifeDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDungeon7T5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeDungeon9T5", + "Name": "@2hStaffLifeDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDungeon9T5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDungeon1T3", + "Name": "@1hRapierDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDungeon1T3_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RapierT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDungeon2T3", + "Name": "@1hRapierDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDungeon2T3_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RapierT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hrapierShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hrapierShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hrapierShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDungeon4T4", + "Name": "@1hRapierDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDungeon4T4_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RapierT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDungeon5T4", + "Name": "@1hRapierDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RapierT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDungeon6T5", + "Name": "@1hRapierDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDungeon6T5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDungeon7T5", + "Name": "@1hRapierDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDungeon7T5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierDungeon9T5", + "Name": "@1hRapierDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDungeon9T5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDungeon1T3", + "Name": "@2hSpearDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDungeon1T3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SpearT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDungeon2T3", + "Name": "@2hSpearDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDungeon2T3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SpearT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hspearShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hspearShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hspearShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDungeon4T4", + "Name": "@2hSpearDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDungeon4T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SpearT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDungeon5T4", + "Name": "@2hSpearDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDungeon5T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SpearT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDungeon6T5", + "Name": "@2hSpearDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDungeon6T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDungeon7T5", + "Name": "@2hSpearDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDungeon7T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearDungeon9T5", + "Name": "@2hSpearDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDungeon9T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDungeon1T3", + "Name": "@1hGauntletIceDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDungeon1T3_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hElementalGauntlet_IceT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hicegauntletGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hicegauntletGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hicegauntletGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDungeon2T3", + "Name": "@1hGauntletIceDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDungeon2T3_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hElementalGauntlet_IceT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hicegauntletShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hicegauntletShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hicegauntletShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDungeon4T4", + "Name": "@1hGauntletIceDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDungeon4T4_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hElementalGauntlet_IceT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDungeon5T4", + "Name": "@1hGauntletIceDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hElementalGauntlet_IceT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hIcegauntletDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hIcegauntletDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hIcegauntletDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDungeon6T5", + "Name": "@1hGauntletIceDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDungeon6T5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hIceGauntletNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hIceGauntletNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hIceGauntletNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDungeon7T5", + "Name": "@1hGauntletIceDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDungeon7T5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceDungeon9T5", + "Name": "@1hGauntletIceDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDungeon9T5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDungeon1T3", + "Name": "@1hGauntletVoidDungeon1T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDungeon1T3_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "VoidGauntletT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT3", + "PerkBucket2": "PerkBucket_AmrineBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "VoidGauntletGraverobberT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/VoidGauntletGraverobberT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VoidGauntletGraverobberT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDungeon2T3", + "Name": "@1hGauntletVoidDungeon2T3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDungeon2T3_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "VoidGauntletT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT3", + "PerkBucket2": "PerkBucket_ObeliskBucket", + "PerkBucket3": "GlobalGemSlotChanceT3", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hvoidgauntletShatteredObelisk", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hvoidgauntletShatteredObelisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hvoidgauntletShatteredObelisk.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDungeon4T4", + "Name": "@1hGauntletVoidDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDungeon4T4_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "VoidGauntletT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "VoidGauntletNaga_CorruptedT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/VoidGauntletNaga_CorruptedT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VoidGauntletNaga_CorruptedT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDungeon5T4", + "Name": "@1hGauntletVoidDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "VoidGauntletT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidgauntletDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hVoidgauntletDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hVoidgauntletDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDungeon6T5", + "Name": "@1hGauntletVoidDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDungeon6T5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "VoidGauntletNaga_AncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/VoidGauntletNaga_AncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VoidGauntletNaga_AncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDungeon7T5", + "Name": "@1hGauntletVoidDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDungeon7T5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidDungeon9T5", + "Name": "@1hGauntletVoidDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDungeon9T5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDungeon4T4", + "Name": "@2hBlunderbussDungeon4T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDungeon4T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BlunderbussT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT4", + "PerkBucket2": "PerkBucket_TheDepthsBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_TheDepthsBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussNagaCorruptedT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussNagaCorruptedT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussNagaCorruptedT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDungeon5T4", + "Name": "@2hBlunderbussDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDungeon5T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BlunderbussT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT4", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT4", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDungeon6T5", + "Name": "@2hBlunderbussDungeon6T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDungeon6T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_LazarusBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_LazarusBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussNagaAncientGuardianT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussNagaAncientGuardianT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussNagaAncientGuardianT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDungeon7T5", + "Name": "@2hBlunderbussDungeon7T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDungeon7T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_GenesisBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GenesisBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussSylvanT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussSylvanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussSylvanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussDungeon9T5", + "Name": "@2hBlunderbussDungeon9T5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDungeon9T5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "PerkBucket_GlobalBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Dynasty_Warrior_Weapon_1H_Sword", + "Name": "@Dynasty_Warrior_Weapon_1H_Sword_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@Dynasty_Warrior_Weapon_1H_Sword_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "GlobalGemSlotChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "Dynasty_Sword_Corrupted", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/Dynasty_Sword_Corrupted.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Dynasty_Sword_Corrupted.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusket_DynastyT5", + "Name": "@2hMusket_DynastyT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_DynastyT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_GlobalBucket", + "PerkBucket4": "PerkBucket_GlobalBucketChanceT5", + "PerkBucket5": "GlobalGemSlotChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "Dynasty_Musket_Corrupted", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/Dynasty_Musket_Corrupted.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Dynasty_Musket_Corrupted.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSwordBreachT5", + "Name": "@1hSwordBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSwordBreachT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierBreachT5", + "Name": "@1hRapierBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierBreachT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchetBreachT5", + "Name": "@1hHatchetBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchetBreachT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerBreachT5", + "Name": "@2hWarhammerBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerBreachT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hwarhammerbreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hwarhammerbreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearBreachT5", + "Name": "@2hSpearBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearBreachT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowBreachT5", + "Name": "@2hBowBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowBreachT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketBreachT5", + "Name": "@2hMusketBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketBreachT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeBreachT5", + "Name": "@2hGreatAxeBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeBreachT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hFireStaffBreachT5", + "Name": "@2hFireStaffBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hFireStaffBreachT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandMage", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaffBreachT5", + "Name": "@2hLifeStaffBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaffBreachT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandPriest", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldBreachT5", + "Name": "@1hRoundShieldBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldBreachT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldBreachT5", + "Name": "@1hKiteShieldBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldBreachT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceBreachT5", + "Name": "@1hGauntletIceBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceBreachT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandTrickster", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldBreachT5", + "Name": "@1hTowerShieldBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldBreachT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidBreachT5", + "Name": "@1hGauntletVoidBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidBreachT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandMage", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/VoidGauntletBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VoidGauntletBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussBreachT5", + "Name": "@2hBlunderbussBreachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussBreachT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_ExhilarateGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_BreachBucket", + "PerkBucket4": "PerkBucket_BreachBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_BreachBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussBreachT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussBreachT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussBreachT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSwordInvasionT5", + "Name": "@1hSwordInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSwordInvasionT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierInvasionT5", + "Name": "@1hRapierInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierInvasionT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchetInvasionT5", + "Name": "@1hHatchetInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchetInvasionT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerInvasionT5", + "Name": "@2hWarhammerInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerInvasionT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hwarhammerInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hwarhammerInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearInvasionT5", + "Name": "@2hSpearInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearInvasionT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowInvasionT5", + "Name": "@2hBowInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowInvasionT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketInvasionT5", + "Name": "@2hMusketInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketInvasionT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeInvasionT5", + "Name": "@2hGreatAxeInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeInvasionT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hFireStaffInvasionT5", + "Name": "@2hFireStaffInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hFireStaffInvasionT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandMage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaffInvasionT5", + "Name": "@2hLifeStaffInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaffInvasionT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandPriest", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldInvasionT5", + "Name": "@1hRoundShieldInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldInvasionT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldInvasionT5", + "Name": "@1hKiteShieldInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldInvasionT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceInvasionT5", + "Name": "@1hGauntletIceInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceInvasionT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandTrickster", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldInvasionT5", + "Name": "@1hTowerShieldInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldInvasionT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidInvasionT5", + "Name": "@1hGauntletVoidInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidInvasionT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandMage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/VoidGauntletInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VoidGauntletInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussInvasionT5", + "Name": "@2hBlunderbussInvasionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussInvasionT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussInvasionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussInvasionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussInvasionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSwordSiren_ST5", + "Name": "@1hSwordSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSwordSiren_ST5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hstraightWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hstraightWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hstraightWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierSiren_ST5", + "Name": "@1hRapierSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierSiren_ST5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hrapierWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hrapierWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hrapierWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchetSiren_ST5", + "Name": "@1hHatchetSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchetSiren_ST5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerSiren_ST5", + "Name": "@2hWarhammerSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerSiren_ST5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hwarhammerWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hwarhammerWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hwarhammerWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearSiren_ST5", + "Name": "@2hSpearSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearSiren_ST5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowSiren_ST5", + "Name": "@2hBowSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowSiren_ST5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hbowWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hbowWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hbowWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketSiren_ST5", + "Name": "@2hMusketSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketSiren_ST5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeSiren_ST5", + "Name": "@2hGreatAxeSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeSiren_ST5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hgreataxeWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hgreataxeWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hgreataxeWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hFireStaffSiren_ST5", + "Name": "@2hFireStaffSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hFireStaffSiren_ST5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandMage", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaffSiren_ST5", + "Name": "@2hLifeStaffSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaffSiren_ST5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandPriest", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldSiren_ST5", + "Name": "@1hRoundShieldSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldSiren_ST5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hroundshieldWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hroundshieldWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hroundshieldWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldSiren_ST5", + "Name": "@1hKiteShieldSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldSiren_ST5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceSiren_ST5", + "Name": "@1hGauntletIceSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceSiren_ST5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandTrickster", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hIceGauntletWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hIceGauntletWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hIceGauntletWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldSiren_ST5", + "Name": "@1hTowerShieldSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldSiren_ST5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldWaterloggedSirenS.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldWaterloggedSirenS.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidSiren_ST5", + "Name": "@1hGauntletVoidSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidSiren_ST5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandMage", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidGauntletWaterloggedSirenS", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletLostT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletLostT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussSiren_ST5", + "Name": "@2hBlunderbussSiren_ST5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussSiren_ST5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_OpportunistGem4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteLostBucket", + "PerkBucket4": "PerkBucket_LostBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_LostBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussWaterloggedSirenST5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussWaterloggedSirenST5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussWaterloggedSirenST5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongswordAngryEarthArenaT5", + "Name": "@1hLongswordAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxeAngryEarthArenaT5", + "Name": "@1hThrowingAxeAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammerAngryEarthArenaT5", + "Name": "@2hWarhammerAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxeAngryEarthArenaT5", + "Name": "@2hGreatAxeAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxeAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBowAngryEarthArenaT5", + "Name": "@2hBowAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusketAngryEarthArenaT5", + "Name": "@2hMusketAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShieldAngryEarthArenaT5", + "Name": "@1hRoundShieldAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShieldAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShieldAngryEarthArenaT5", + "Name": "@1hKiteShieldAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShieldAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldLostT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShieldAngryEarthArenaT5", + "Name": "@1hTowerShieldAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShieldAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowershieldDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFireAngryEarthArenaT5", + "Name": "@2hStaffFireAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hfirestaffDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLifeAngryEarthArenaT5", + "Name": "@2hStaffLifeAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeLifeStaffT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hlifestaffDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpearAngryEarthArenaT5", + "Name": "@2hSpearAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapierAngryEarthArenaT5", + "Name": "@1hRapierAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIceAngryEarthArenaT5", + "Name": "@1hGauntletIceAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoidAngryEarthArenaT5", + "Name": "@1hGauntletVoidAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/VoidGauntletDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VoidGauntletDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbussAngryEarthArenaT5", + "Name": "@2hBlunderbussAngryEarthEliteT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussAngryEarthEliteT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "PerkID_Gem_NatureDMG4", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "", + "PerkBucket3": "PerkBucket_EliteAngryEarthBucket", + "PerkBucket4": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket4", + "PerkBucket5": "PerkBucket_EliteAngryEarthBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussDryadT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussDryadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussDryadT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Earring_SirenT5", + "Name": "@Earring_SirenT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_SirenT5_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Ring_SirenT5", + "Name": "@Ring_SirenT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_SirenT5_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Amulet_SirenT5", + "Name": "@Amulet_SirenT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_SirenT5_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Ring_SirenNamedT5", + "Name": "@Ring_SirenNamedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_SirenNamedT5_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingINTT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Ring_DurBurning", + "Perk4": "PerkID_Ring_DmgFire", + "Perk5": "PerkID_Ring_MaxMana", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Earring_SprigganT5", + "Name": "@Earring_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_SprigganT5_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Ring_SprigganT5", + "Name": "@Ring_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_SprigganT5_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Amulet_SprigganT5", + "Name": "@Amulet_SprigganT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_SprigganT5_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Amulet_SprigganNamedT5", + "Name": "@Amulet_SprigganNamedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_SprigganNamedT5_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorPriest", + "Perk2": "PerkID_Gem_NatureWard4", + "Perk3": "PerkID_Amulet_DurFortify", + "Perk4": "PerkID_Amulet_HP", + "Perk5": "PerkID_Amulet_Healing", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Earring_SwampBeastT5", + "Name": "@Earring_SwampBeastT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_SwampBeastT5_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Ring_SwampBeastT5", + "Name": "@Ring_SwampBeastT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_SwampBeastT5_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Amulet_SwampBeastT5", + "Name": "@Amulet_SwampBeastT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_SwampBeastT5_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_InvasionGemsBucket", + "PerkBucket3": "PerkBucket_InvasionBucket", + "PerkBucket4": "PerkBucket_InvasionBucketChanceT5", + "PerkBucket5": "PerkBucket_InvasionBucketChanceT5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Earring_SwampBeastNamedT5", + "Name": "@Earring_SwampBeastNamedT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_SwampBeastNamedT5_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_WildernessWard4", + "Perk3": "PerkID_Earring_RemoveOnPotion", + "Perk4": "PerkID_Earring_PotionCDR", + "Perk5": "PerkID_Earring_HealthRegen", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "CraterKey1", + "Name": "@CraterKey1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_Key_item", + "Description": "@CraterKey1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_TuningOrbs", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": null, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimusT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "CraterKey2", + "Name": "@CraterKey2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_Key_item", + "Description": "@CraterKey2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_TuningOrbs", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": null, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimusT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "CraterBossKey1", + "Name": "@CraterBossKey1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_Key_item", + "Description": "@CraterBossKey1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_TuningOrbs", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": null, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimusT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "CraterBossKey2", + "Name": "@CraterBossKey2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_Key_item", + "Description": "@CraterBossKey2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_TuningOrbs", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": null, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimusT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "Reekwater05WC06ArenaKey", + "Name": "@Reekwater05WC06ArenaKey_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_Key_item", + "Description": "@Reekwater05WC06ArenaKey_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_TuningOrbs", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": null, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganKey1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganKey1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Liquid", + "AudioPlace": "Play_UI_Drop_Liquid", + "AudioUse": "Play_UI_Use_Liquid", + "AudioCreated": "Play_UI_Created_Liquid", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBow_DynastyShipyard_MutT5", + "Name": "@2hBow_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Bow_RainOfArrows", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowHarbingerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxe_DynastyShipyard_MutT5", + "Name": "@2hGreatAxe_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_GreatAxe_Charge", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeHarbingerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShield_DynastyShipyard_MutT5", + "Name": "@1hKiteShield_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShield_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "", + "Perk4": "PerkID_Ability_Shield_ShieldBash", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldHarbingerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSword_DynastyShipyard_MutT5", + "Name": "@1hSword_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSword_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordHarbirngerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordHarbirngerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordHarbirngerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusket_DynastyShipyard_MutT5", + "Name": "@2hMusket_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Musket_StoppingPower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketHarbingerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapier_DynastyShipyard_MutT5", + "Name": "@1hRapier_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Rapier_Fleche", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierHarbingerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShield_DynastyShipyard_MutT5", + "Name": "@1hRoundShield_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShield_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "", + "Perk4": "PerkID_Ability_Shield_ShieldRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldHarbingerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpear_DynastyShipyard_MutT5", + "Name": "@2hSpear_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Spear_Sweep", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearHarbingerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchet_DynastyShipyard_MutT5", + "Name": "@1hHatchet_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchet_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Hatchet_DistancingThrow", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetHarbingerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammer_DynastyShipyard_MutT5", + "Name": "@2hWarhammer_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Hammer_ArmorBreaker", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerHarbingerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaff_DynastyShipyard_MutT5", + "Name": "@2hLifeStaff_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaff_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_LifeStaff_LightsEmbrace", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hlifestaffHarbirngerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hlifestaffHarbirngerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hlifestaffHarbirngerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hFireStaff_DynastyShipyard_MutT5", + "Name": "@2hFireStaff_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hFireStaff_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_FireStaff_Incinerate", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hfirestaffHarbirngerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hfirestaffHarbirngerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hfirestaffHarbirngerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShield_DynastyShipyard_MutT5", + "Name": "@1hTowerShield_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShield_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "", + "Perk4": "PerkID_Ability_Shield_FinalStand", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldHarbirngerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldHarbirngerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldHarbirngerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIce_DynastyShipyard_MutT5", + "Name": "@1hGauntletIce_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIce_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_IceGauntlet_PylonBurst", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletHarbingerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoid_DynastyShipyard_MutT5", + "Name": "@1hGauntletVoid_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoid_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_VoidGauntlet_VoidBlade_Lifesteal", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletHarbingerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbuss_DynastyShipyard_MutT5", + "Name": "@2hBlunderbuss_DynastyShipyard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbuss_DynastyShipyard_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Blunderbuss_ScatterGrenade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussHarbingerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBow_GardenGenesis_MutT5", + "Name": "@2hBow_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Bow_PoisonShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxe_GardenGenesis_MutT5", + "Name": "@2hGreatAxe_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_GreatAxe_Execute", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShield_GardenGenesis_MutT5", + "Name": "@1hKiteShield_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShield_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "", + "Perk4": "PerkID_Ability_Shield_ShieldBash", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSword_GardenGenesis_MutT5", + "Name": "@1hSword_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSword_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Sword_ReverseStab", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusket_GardenGenesis_MutT5", + "Name": "@2hMusket_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Musket_ShootersStance", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapier_GardenGenesis_MutT5", + "Name": "@1hRapier_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Rapier_Evade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShield_GardenGenesis_MutT5", + "Name": "@1hRoundShield_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShield_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "", + "Perk4": "PerkID_Ability_Shield_FinalStand", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpear_GardenGenesis_MutT5", + "Name": "@2hSpear_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Spear_Javelin", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchet_GardenGenesis_MutT5", + "Name": "@1hHatchet_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchet_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Hatchet_FeralRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammer_GardenGenesis_MutT5", + "Name": "@2hWarhammer_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Hammer_Shockwave", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hFireStaff_GardenGenesis_MutT5", + "Name": "@2hFireStaff_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hFireStaff_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_FireStaff_BurnOut", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaff_GardenGenesis_MutT5", + "Name": "@2hLifeStaff_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaff_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_LifeStaff_DivineEmbrance", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShield_GardenGenesis_MutT5", + "Name": "@1hTowerShield_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShield_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "", + "Perk4": "PerkID_Ability_Shield_ShieldRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIce_GardenGenesis_MutT5", + "Name": "@1hGauntletIce_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIce_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_IceGauntlet_HealingTomb", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoid_GardenGenesis_MutT5", + "Name": "@1hGauntletVoid_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoid_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_VoidGauntlet_DecayingOrb_ReduceBuffs", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbuss_GardenGenesis_MutT5", + "Name": "@2hBlunderbuss_GardenGenesis_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbuss_GardenGenesis_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Blunderbuss_MortarCharge", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_GenesisBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussMossborneGoGT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussMossborneGoGT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussMossborneGoGT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBow_Lazarus_MutT5", + "Name": "@2hBow_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Bow_PenetratingShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxe_Lazarus_MutT5", + "Name": "@2hGreatAxe_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_GreatAxe_Maelstrom", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShield_Lazarus_MutT5", + "Name": "@1hKiteShield_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShield_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "", + "Perk4": "PerkID_Ability_Shield_ShieldRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSword_Lazarus_MutT5", + "Name": "@1hSword_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSword_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Sword_LeapingStrike", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusket_Lazarus_MutT5", + "Name": "@2hMusket_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Musket_PowerShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapier_Lazarus_MutT5", + "Name": "@1hRapier_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Rapier_Tondo", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShield_Lazarus_MutT5", + "Name": "@1hRoundShield_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShield_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "", + "Perk4": "PerkID_Ability_Shield_FinalStand", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpear_Lazarus_MutT5", + "Name": "@2hSpear_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Spear_Perforate", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchet_Lazarus_MutT5", + "Name": "@1hHatchet_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchet_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Hatchet_RagingTorrent", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammer_Lazarus_MutT5", + "Name": "@2hWarhammer_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Hammer_PathOfDestiny", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hFireStaff_Lazarus_MutT5", + "Name": "@2hFireStaff_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hFireStaff_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_FireStaff_Flamethrower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaff_Lazarus_MutT5", + "Name": "@2hLifeStaff_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaff_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_LifeStaff_SacredGround", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShield_Lazarus_MutT5", + "Name": "@1hTowerShield_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShield_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "", + "Perk4": "PerkID_Ability_Shield_ShieldBash", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIce_Lazarus_MutT5", + "Name": "@1hGauntletIce_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIce_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_IceGauntlet_IcedRefresh", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoid_Lazarus_MutT5", + "Name": "@1hGauntletVoid_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoid_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_VoidGauntlet_EssenceRupture_Empower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbuss_Lazarus_MutT5", + "Name": "@2hBlunderbuss_Lazarus_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbuss_Lazarus_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Blunderbuss_AzothShrapnelBlast", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_LazarusBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussAncestralLLT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussAncestralLLT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussAncestralLLT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBow_Myrkgard_MutT5", + "Name": "@2hBow_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Bow_RapidShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxe_Myrkgard_MutT5", + "Name": "@2hGreatAxe_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_GreatAxe_GravityWell", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShield_Myrkgard_MutT5", + "Name": "@1hKiteShield_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShield_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "", + "Perk4": "PerkID_Ability_Shield_ShieldBash", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSword_Myrkgard_MutT5", + "Name": "@1hSword_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSword_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Sword_LeapingStrike", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusket_Myrkgard_MutT5", + "Name": "@2hMusket_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Musket_PowderBurn", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapier_Myrkgard_MutT5", + "Name": "@1hRapier_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Rapier_Flurry", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShield_Myrkgard_MutT5", + "Name": "@1hRoundShield_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShield_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "", + "Perk4": "PerkID_Ability_Shield_ShieldRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpear_Myrkgard_MutT5", + "Name": "@2hSpear_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Spear_VaultKick", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchet_Myrkgard_MutT5", + "Name": "@1hHatchet_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchet_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Hatchet_Berserk", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammer_Myrkgard_MutT5", + "Name": "@2hWarhammer_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Hammer_ClearOut", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hFireStaff_Myrkgard_MutT5", + "Name": "@2hFireStaff_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hFireStaff_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_LifeStaff_Beacon", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaff_Myrkgard_MutT5", + "Name": "@2hLifeStaff_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaff_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_FireStaff_PillarOfFire", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShield_Myrkgard_MutT5", + "Name": "@1hTowerShield_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShield_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "", + "Perk4": "PerkID_Ability_Shield_FinalStand", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIce_Myrkgard_MutT5", + "Name": "@1hGauntletIce_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIce_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_IceGauntlet_UnendingThaw", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoid_Myrkgard_MutT5", + "Name": "@1hGauntletVoid_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoid_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_VoidGauntlet_Scream_Disease", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbuss_Myrkgard_MutT5", + "Name": "@2hBlunderbuss_Myrkgard_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbuss_Myrkgard_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_DmgCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ability_Blunderbuss_ClawShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MyrkgardBucketChanceT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hblunderbussDefiledT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hblunderbussDefiledT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hblunderbussDefiledT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hLongsword_DS_MutExtra_T5", + "Name": "@1hLongswordDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSwordT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hStraightSwordDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hStraightSwordDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hStraightSwordDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hThrowingAxe_DS_MutExtra_T5", + "Name": "@1hThrowingAxeDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeHatchetT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingaxeDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingaxeDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingaxeDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammer_DS_MutExtra_T5", + "Name": "@2hWarhammerDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerDungeon5T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeWarhammerT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreataxe_DS_MutExtra_T5", + "Name": "@2hGreataxeDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxeDungeon5T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeGreatAxeT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBow_DS_MutExtra_T5", + "Name": "@2hBowDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowDungeon5T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBowT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusket_DS_MutExtra_T5", + "Name": "@2hMusketDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketDungeon5T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeMusketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hRoundShield_DS_MutExtra_T5", + "Name": "@2hRoundShieldDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@2hRoundShieldDungeon5T4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket4": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldRoundDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldRoundDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldRoundDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hKiteShield_DS_MutExtra_T5", + "Name": "@2hKiteShieldDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@2hKiteShieldDungeon5T4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket4": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldKiteDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldKiteDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldKiteDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hTowerShield_DS_MutExtra_T5", + "Name": "@2hTowerShieldDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@2hTowerShieldDungeon5T4_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeShieldT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket4": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldTowerDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldTowerDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldTowerDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffFire_DS_MutExtra_T5", + "Name": "@2hStaffFireDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStafffireDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStafffireDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStafffireDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hStaffLife_DS_MutExtra_T5", + "Name": "@2hStaffLifeDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStafflifeDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStafflifeDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStafflifeDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapier_DS_MutExtra_T5", + "Name": "@1hRapierDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapierDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeRapierT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpear_DS_MutExtra_T5", + "Name": "@2hSpearDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpearDungeon5T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeSpearT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIce_DS_MutExtra_T5", + "Name": "@1hGauntletIceDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIceDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeFireStaffT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hIcegauntletDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hIcegauntletDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hIcegauntletDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoid_DS_MutExtra_T5", + "Name": "@1hGauntletVoidDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoidDungeon5T4_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeVoidGauntletT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidgauntletDynasty_VR", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hVoidgauntletDynasty_VR.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hVoidgauntletDynasty_VR.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbuss_DS_MutExtra_T5", + "Name": "@2hBlunderbussDungeon5T4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbussDungeon5T4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "AttributeBlunderbussT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChanceT4Bucket4", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBow_Hellfire_MutT5", + "Name": "@2hBow_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxe_Hellfire_MutT5", + "Name": "@2hGreatAxe_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShield_Hellfire_MutT5", + "Name": "@1hKiteShield_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShield_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSword_Hellfire_MutT5", + "Name": "@1hSword_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSword_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusket_Hellfire_MutT5", + "Name": "@2hMusket_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapier_Hellfire_MutT5", + "Name": "@1hRapier_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShield_Hellfire_MutT5", + "Name": "@1hRoundShield_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShield_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpear_Hellfire_MutT5", + "Name": "@2hSpear_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchet_Hellfire_MutT5", + "Name": "@1hHatchet_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchet_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammer_Hellfire_MutT5", + "Name": "@2hWarhammer_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hFireStaff_Hellfire_MutT5", + "Name": "@2hFireStaff_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hFireStaff_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaff_Hellfire_MutT5", + "Name": "@2hLifeStaff_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaff_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShield_Hellfire_MutT5", + "Name": "@1hTowerShield_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShield_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIce_Hellfire_MutT5", + "Name": "@1hGauntletIce_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIce_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoid_Hellfire_MutT5", + "Name": "@1hGauntletVoid_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoid_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbuss_Hellfire_MutT5", + "Name": "@2hBlunderbuss_Hellfire_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbuss_Hellfire_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_Attunement_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussWraithHunterHellfireT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussWraithHunterHellfireT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussWraithHunterHellfireT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbuss_Nature_MutT5", + "Name": "@2hBlunderbuss_Nature_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbuss_Nature_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_Attunement_Nature", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussWraithHunterOvergrownT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussWraithHunterOvergrownT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussWraithHunterOvergrownT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBow_Eternal_MutT5", + "Name": "@2hBow_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxe_Eternal_MutT5", + "Name": "@2hGreatAxe_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hKiteShield_Eternal_MutT5", + "Name": "@1hKiteShield_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hKiteShield_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSword_Eternal_MutT5", + "Name": "@1hSword_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSword_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusket_Eternal_MutT5", + "Name": "@2hMusket_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRapier_Eternal_MutT5", + "Name": "@1hRapier_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hRoundShield_Eternal_MutT5", + "Name": "@1hRoundShield_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShield_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpear_Eternal_MutT5", + "Name": "@2hSpear_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchet_Eternal_MutT5", + "Name": "@1hHatchet_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchet_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammer_Eternal_MutT5", + "Name": "@2hWarhammer_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hFireStaff_Eternal_MutT5", + "Name": "@2hFireStaff_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hFireStaff_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaff_Eternal_MutT5", + "Name": "@2hLifeStaff_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaff_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hTowerShield_Eternal_MutT5", + "Name": "@1hTowerShield_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTowerShield_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletIce_Eternal_MutT5", + "Name": "@1hGauntletIce_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIce_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoid_Eternal_MutT5", + "Name": "@1hGauntletVoid_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoid_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbuss_Eternal_MutT5", + "Name": "@2hBlunderbuss_Eternal_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbuss_Eternal_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_Attunement_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussWraithHunterEternalT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussWraithHunterEternalT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussWraithHunterEternalT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBlunderbuss_Ice_MutT5", + "Name": "@2hBlunderbuss_Ice_MutT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbuss_Ice_MutT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_Attunement_Ice", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussWraithHunterIceboundT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussWraithHunterIceboundT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussWraithHunterIceboundT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DynastyShipyard_MutT5", + "Name": "@LightChest_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingerlightsmile_chest", + "ArmorAppearanceF": "f_harbingerlightsmile_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingerlightsmile_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingerlightsmile_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DynastyShipyard_MutT5", + "Name": "@LightHead_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingerlightsmile_head", + "ArmorAppearanceF": "f_harbingerlightsmile_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingerlightsmile_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingerlightsmile_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DynastyShipyard_MutT5", + "Name": "@LightLegs_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingerlightsmile_legs", + "ArmorAppearanceF": "f_harbingerlightsmile_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingerlightsmile_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingerlightsmile_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DynastyShipyard_MutT5", + "Name": "@LightFeet_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingerlightsmile_feet", + "ArmorAppearanceF": "f_harbingerlightsmile_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingerlightsmile_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingerlightsmile_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DynastyShipyard_MutT5", + "Name": "@LightHands_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingerlightsmile_gloves", + "ArmorAppearanceF": "f_harbingerlightsmile_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingerlightsmile_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingerlightsmile_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_DynastyShipyard_MutT5", + "Name": "@MediumChest_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingermediumsmile_chest", + "ArmorAppearanceF": "f_harbingermediumsmile_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingermediumsmile_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingermediumsmile_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_DynastyShipyard_MutT5", + "Name": "@MediumHead_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingermediumsmile_head", + "ArmorAppearanceF": "f_harbingermediumsmile_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingermediumsmile_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingermediumsmile_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_DynastyShipyard_MutT5", + "Name": "@MediumLegs_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingermediumsmile_legs", + "ArmorAppearanceF": "f_harbingermediumsmile_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingermediumsmile_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingermediumsmile_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_DynastyShipyard_MutT5", + "Name": "@MediumFeet_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingermediumsmile_feet", + "ArmorAppearanceF": "f_harbingermediumsmile_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingermediumsmile_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingermediumsmile_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_DynastyShipyard_MutT5", + "Name": "@MediumHands_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingermediumsmile_gloves", + "ArmorAppearanceF": "f_harbingermediumsmile_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingermediumsmile_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingermediumsmile_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_DynastyShipyard_MutT5", + "Name": "@HeavyChest_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingerheavysmile_chest", + "ArmorAppearanceF": "f_harbingerheavysmile_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingerheavysmile_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingerheavysmile_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_DynastyShipyard_MutT5", + "Name": "@HeavyHead_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingerheavysmile_head", + "ArmorAppearanceF": "f_harbingerheavysmile_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingerheavysmile_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingerheavysmile_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_DynastyShipyard_MutT5", + "Name": "@HeavyLegs_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harbingerheavysmile_legs", + "ArmorAppearanceF": "f_harbingerheavysmile_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingerheavysmile_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingerheavysmile_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_DynastyShipyard_MutT5", + "Name": "@HeavyFeet_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingerheavysmile_feet", + "ArmorAppearanceF": "f_harbingerheavysmile_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingerheavysmile_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingerheavysmile_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_DynastyShipyard_MutT5", + "Name": "@HeavyHands_DynastyShipyard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_DynastyShipyard_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Physical", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_harbingerheavysmile_gloves", + "ArmorAppearanceF": "f_harbingerheavysmile_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harbingerheavysmile_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harbingerheavysmile_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_GardenGenesis_MutT5", + "Name": "@LightChest_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_sylvanlightfiligree_chest", + "ArmorAppearanceF": "f_sylvanlightfiligree_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanlightfiligree_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanlightfiligree_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_GardenGenesis_MutT5", + "Name": "@LightHead_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_sylvanlightfiligree_head", + "ArmorAppearanceF": "f_sylvanlightfiligree_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanlightfiligree_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanlightfiligree_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_GardenGenesis_MutT5", + "Name": "@LightLegs_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_sylvanlightfiligree_legs", + "ArmorAppearanceF": "f_sylvanlightfiligree_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanlightfiligree_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanlightfiligree_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_GardenGenesis_MutT5", + "Name": "@LightFeet_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_sylvanlightfiligree_feet", + "ArmorAppearanceF": "f_sylvanlightfiligree_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanlightfiligree_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanlightfiligree_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_GardenGenesis_MutT5", + "Name": "@LightHands_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_sylvanlightfiligree_gloves", + "ArmorAppearanceF": "f_sylvanlightfiligree_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanlightfiligree_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanlightfiligree_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_GardenGenesis_MutT5", + "Name": "@MediumChest_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sylvanmediumfiligree_chest", + "ArmorAppearanceF": "f_sylvanmediumfiligree_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanmediumfiligree_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanmediumfiligree_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_GardenGenesis_MutT5", + "Name": "@MediumHead_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sylvanmediumfiligree_head", + "ArmorAppearanceF": "f_sylvanmediumfiligree_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanmediumfiligree_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanmediumfiligree_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_GardenGenesis_MutT5", + "Name": "@MediumLegs_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_sylvanmediumfiligree_legs", + "ArmorAppearanceF": "f_sylvanmediumfiligree_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanmediumfiligree_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanmediumfiligree_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_GardenGenesis_MutT5", + "Name": "@MediumFeet_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sylvanmediumfiligree_feet", + "ArmorAppearanceF": "f_sylvanmediumfiligree_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanmediumfiligree_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanmediumfiligree_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_GardenGenesis_MutT5", + "Name": "@MediumHands_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_sylvanmediumfiligree_gloves", + "ArmorAppearanceF": "f_sylvanmediumfiligree_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanmediumfiligree_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanmediumfiligree_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_GardenGenesis_MutT5", + "Name": "@HeavyChest_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_sylvanheavyfiligree_chest", + "ArmorAppearanceF": "f_sylvanheavyfiligree_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanheavyfiligree_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanheavyfiligree_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_GardenGenesis_MutT5", + "Name": "@HeavyHead_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_sylvanheavyfiligree_head", + "ArmorAppearanceF": "f_sylvanheavyfiligree_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanheavyfiligree_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanheavyfiligree_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_GardenGenesis_MutT5", + "Name": "@HeavyLegs_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_sylvanheavyfiligree_legs", + "ArmorAppearanceF": "f_sylvanheavyfiligree_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanheavyfiligree_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanheavyfiligree_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_GardenGenesis_MutT5", + "Name": "@HeavyFeet_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_sylvanheavyfiligree_feet", + "ArmorAppearanceF": "f_sylvanheavyfiligree_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanheavyfiligree_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanheavyfiligree_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_GardenGenesis_MutT5", + "Name": "@HeavyHands_GardenGenesis_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_GardenGenesis_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefAngryEarth", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistBlight", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_sylvanheavyfiligree_gloves", + "ArmorAppearanceF": "f_sylvanheavyfiligree_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_sylvanheavyfiligree_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_sylvanheavyfiligree_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Lazarus_MutT5", + "Name": "@LightChest_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Lazarus_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianLight_Chest", + "ArmorAppearanceF": "f_GuardianLight_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianLight_Chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianLight_Chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Lazarus_MutT5", + "Name": "@LightHead_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Lazarus_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianLight_Head", + "ArmorAppearanceF": "f_GuardianLight_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianLight_Head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianLight_Head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Lazarus_MutT5", + "Name": "@LightLegs_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Lazarus_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianLight_Legs", + "ArmorAppearanceF": "f_GuardianLight_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianLight_Legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianLight_Legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Lazarus_MutT5", + "Name": "@LightFeet_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Lazarus_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_GuardianLight_Feet", + "ArmorAppearanceF": "f_GuardianLight_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianLight_Feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianLight_Feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Lazarus_MutT5", + "Name": "@LightHands_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Lazarus_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianLight_Hands", + "ArmorAppearanceF": "f_GuardianLight_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianLight_Hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianLight_Hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Lazarus_MutT5", + "Name": "@MediumChest_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Lazarus_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianMedium_Chest", + "ArmorAppearanceF": "f_GuardianMedium_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianMedium_Chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianMedium_Chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Lazarus_MutT5", + "Name": "@MediumHead_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Lazarus_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianMedium_Head", + "ArmorAppearanceF": "f_GuardianMedium_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianMedium_Head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianMedium_Head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Lazarus_MutT5", + "Name": "@MediumLegs_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Lazarus_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianMedium_Legs", + "ArmorAppearanceF": "f_GuardianMedium_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianMedium_Legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianMedium_Legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Lazarus_MutT5", + "Name": "@MediumFeet_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Lazarus_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianMedium_Feet", + "ArmorAppearanceF": "f_GuardianMedium_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianMedium_Feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianMedium_Feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Lazarus_MutT5", + "Name": "@MediumHands_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Lazarus_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianMedium_Hands", + "ArmorAppearanceF": "f_GuardianMedium_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianMedium_Hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianMedium_Hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Lazarus_MutT5", + "Name": "@HeavyChest_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Lazarus_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianHeavy_Chest", + "ArmorAppearanceF": "f_GuardianHeavy_Chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianHeavy_Chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianHeavy_Chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Lazarus_MutT5", + "Name": "@HeavyHead_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Lazarus_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianHeavy_Head", + "ArmorAppearanceF": "f_GuardianHeavy_Head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianHeavy_Head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianHeavy_Head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Lazarus_MutT5", + "Name": "@HeavyLegs_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Lazarus_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianHeavy_Legs", + "ArmorAppearanceF": "f_GuardianHeavy_Legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianHeavy_Legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianHeavy_Legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Lazarus_MutT5", + "Name": "@HeavyFeet_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Lazarus_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianHeavy_Feet", + "ArmorAppearanceF": "f_GuardianHeavy_Feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianHeavy_Feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianHeavy_Feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Lazarus_MutT5", + "Name": "@HeavyHands_Lazarus_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Lazarus_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefAncient", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_RangeDefense_Elemental", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_GuardianHeavy_Hands", + "ArmorAppearanceF": "f_GuardianHeavy_Hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_GuardianHeavy_Hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_GuardianHeavy_Hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Myrkgard_MutT5", + "Name": "@LightChest_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Myrkgard_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_defiledlightcone_chest", + "ArmorAppearanceF": "f_defiledlightcone_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledlightcone_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledlightcone_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Myrkgard_MutT5", + "Name": "@LightHead_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Myrkgard_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_defiledlightcone_head", + "ArmorAppearanceF": "f_defiledlightcone_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledlightcone_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledlightcone_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Myrkgard_MutT5", + "Name": "@LightLegs_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Myrkgard_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_defiledlightcone_legs", + "ArmorAppearanceF": "f_defiledlightcone_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledlightcone_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledlightcone_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Myrkgard_MutT5", + "Name": "@LightFeet_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Myrkgard_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_defiledlightcone_feet", + "ArmorAppearanceF": "f_defiledlightcone_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledlightcone_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledlightcone_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Myrkgard_MutT5", + "Name": "@LightHands_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Myrkgard_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_defiledlightcone_gloves", + "ArmorAppearanceF": "f_defiledlightcone_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledlightcone_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledlightcone_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Myrkgard_MutT5", + "Name": "@MediumChest_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Myrkgard_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_defiledmediumcone_chest", + "ArmorAppearanceF": "f_defiledmediumcone_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledmediumcone_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledmediumcone_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Myrkgard_MutT5", + "Name": "@MediumHead_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Myrkgard_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_defiledmediumcone_head", + "ArmorAppearanceF": "f_defiledmediumcone_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledmediumcone_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledmediumcone_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Myrkgard_MutT5", + "Name": "@MediumLegs_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Myrkgard_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_defiledmediumcone_legs", + "ArmorAppearanceF": "f_defiledmediumcone_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledmediumcone_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledmediumcone_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Myrkgard_MutT5", + "Name": "@MediumFeet_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Myrkgard_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_defiledmediumcone_feet", + "ArmorAppearanceF": "f_defiledmediumcone_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledmediumcone_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledmediumcone_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Myrkgard_MutT5", + "Name": "@MediumHands_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Myrkgard_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_defiledmediumcone_gloves", + "ArmorAppearanceF": "f_defiledmediumcone_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledmediumcone_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledmediumcone_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Myrkgard_MutT5", + "Name": "@HeavyChest_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Myrkgard_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_defiledheavycone_chest", + "ArmorAppearanceF": "f_defiledheavycone_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledheavycone_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledheavycone_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Myrkgard_MutT5", + "Name": "@HeavyHead_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Myrkgard_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_defiledheavycone_head", + "ArmorAppearanceF": "f_defiledheavycone_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledheavycone_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledheavycone_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Myrkgard_MutT5", + "Name": "@HeavyLegs_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Myrkgard_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_defiledheavycone_legs", + "ArmorAppearanceF": "f_defiledheavycone_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledheavycone_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledheavycone_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Myrkgard_MutT5", + "Name": "@HeavyFeet_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Myrkgard_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_defiledheavycone_feet", + "ArmorAppearanceF": "f_defiledheavycone_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledheavycone_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledheavycone_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Myrkgard_MutT5", + "Name": "@HeavyHands_Myrkgard_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Myrkgard_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_DefCorrupted", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_defiledheavycone_gloves", + "ArmorAppearanceF": "f_defiledheavycone_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_defiledheavycone_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_defiledheavycone_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_DS_MutExtra_T5", + "Name": "@HeavyHead_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Dungeon5T4_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynasty_heavy_t5_head", + "ArmorAppearanceF": "f_dynasty_heavy_t5_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynasty_heavy_t5_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynasty_heavy_t5_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_DS_MutExtra_T5", + "Name": "@HeavyChest_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Dungeon5T4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynasty_heavy_t5_chest", + "ArmorAppearanceF": "f_dynasty_heavy_t5_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynasty_heavy_t5_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynasty_heavy_t5_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_DS_MutExtra_T5", + "Name": "@HeavyHands_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Dungeon5T4_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynasty_heavy_t5_hands", + "ArmorAppearanceF": "f_dynasty_heavy_t5_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynasty_heavy_t5_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynasty_heavy_t5_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_DS_MutExtra_T5", + "Name": "@HeavyLegs_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Dungeon5T4_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dynasty_heavy_t5_legs", + "ArmorAppearanceF": "f_dynasty_heavy_t5_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynasty_heavy_t5_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynasty_heavy_t5_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_DS_MutExtra_T5", + "Name": "@HeavyFeet_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Dungeon5T4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynasty_heavy_t5_feet", + "ArmorAppearanceF": "f_dynasty_heavy_t5_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynasty_heavy_t5_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynasty_heavy_t5_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_DS_MutExtra_T5", + "Name": "@MediumHead_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Dungeon5T4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastyspearman_head", + "ArmorAppearanceF": "f_dynastyspearman_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastyspearman_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastyspearman_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_DS_MutExtra_T5", + "Name": "@MediumChest_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Dungeon5T4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastyspearman_chest", + "ArmorAppearanceF": "f_dynastyspearman_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastyspearman_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastyspearman_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_DS_MutExtra_T5", + "Name": "@MediumHands_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Dungeon5T4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastyspearman_hands", + "ArmorAppearanceF": "f_dynastyspearman_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastyspearman_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastyspearman_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_DS_MutExtra_T5", + "Name": "@MediumLegs_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Dungeon5T4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dynastyspearman_legs", + "ArmorAppearanceF": "f_dynastyspearman_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastyspearman_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastyspearman_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_DS_MutExtra_T5", + "Name": "@MediumFeet_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Dungeon5T4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dynastyspearman_feet", + "ArmorAppearanceF": "f_dynastyspearman_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastyspearman_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastyspearman_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_DS_MutExtra_T5", + "Name": "@LightHead_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Dungeon5T4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastymaiden_head", + "ArmorAppearanceF": "f_dynastymaiden_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastymaiden_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastymaiden_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_DS_MutExtra_T5", + "Name": "@LightChest_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Dungeon5T4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dynastymaiden_chest", + "ArmorAppearanceF": "f_dynastymaiden_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastymaiden_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastymaiden_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_DS_MutExtra_T5", + "Name": "@LightHands_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Dungeon5T4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dynastymaiden_hands", + "ArmorAppearanceF": "f_dynastymaiden_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastymaiden_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastymaiden_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_DS_MutExtra_T5", + "Name": "@LightLegs_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Dungeon5T4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_dynastymaiden_legs", + "ArmorAppearanceF": "f_dynastymaiden_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastymaiden_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastymaiden_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_DS_MutExtra_T5", + "Name": "@LightFeet_Dungeon5T4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Dungeon5T4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "GlobalAttributeBucketT5", + "PerkBucket2": "PerkBucket_DynastyShipyardBucket", + "PerkBucket3": "GlobalGemSlotChanceT5", + "PerkBucket4": "PerkBucket_DynastyShipyardBucketChance", + "PerkBucket5": "PerkBucket_MutatorDynastyShipyardRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_dynastymaiden_feet", + "ArmorAppearanceF": "f_dynastymaiden_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_dynastymaiden_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_dynastymaiden_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Hellfire_MutT5", + "Name": "@LightChest_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Hellfire_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedL_chest", + "ArmorAppearanceF": "f_hellfirelegendinjectedL_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedL_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedL_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Hellfire_MutT5", + "Name": "@LightHead_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Hellfire_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedL_head", + "ArmorAppearanceF": "f_hellfirelegendinjectedL_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedL_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedL_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Hellfire_MutT5", + "Name": "@LightLegs_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Hellfire_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedL_legs", + "ArmorAppearanceF": "f_hellfirelegendinjectedL_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedL_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedL_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Hellfire_MutT5", + "Name": "@LightFeet_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Hellfire_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedL_feet", + "ArmorAppearanceF": "f_hellfirelegendinjectedL_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedL_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedL_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Hellfire_MutT5", + "Name": "@LightHands_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Hellfire_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedL_gloves", + "ArmorAppearanceF": "f_hellfirelegendinjectedL_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedL_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedL_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Hellfire_MutT5", + "Name": "@MediumChest_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Hellfire_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedM_chest", + "ArmorAppearanceF": "f_hellfirelegendinjectedM_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedM_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedM_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Hellfire_MutT5", + "Name": "@MediumHead_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Hellfire_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedM_head", + "ArmorAppearanceF": "f_hellfirelegendinjectedM_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedM_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedM_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Hellfire_MutT5", + "Name": "@MediumLegs_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Hellfire_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedM_legs", + "ArmorAppearanceF": "f_hellfirelegendinjectedM_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedM_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedM_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Hellfire_MutT5", + "Name": "@MediumFeet_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Hellfire_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedM_feet", + "ArmorAppearanceF": "f_hellfirelegendinjectedM_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedM_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedM_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Hellfire_MutT5", + "Name": "@MediumHands_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Hellfire_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedM_gloves", + "ArmorAppearanceF": "f_hellfirelegendinjectedM_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedM_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedM_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Hellfire_MutT5", + "Name": "@HeavyChest_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Hellfire_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedH_chest", + "ArmorAppearanceF": "f_hellfirelegendinjectedH_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedH_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedH_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Hellfire_MutT5", + "Name": "@HeavyHead_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Hellfire_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedH_head", + "ArmorAppearanceF": "f_hellfirelegendinjectedH_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedH_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedH_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Hellfire_MutT5", + "Name": "@HeavyLegs_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Hellfire_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_hellfirelegendinjectedH_legs", + "ArmorAppearanceF": "f_hellfirelegendinjectedH_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedH_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedH_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Hellfire_MutT5", + "Name": "@HeavyFeet_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Hellfire_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedH_feet", + "ArmorAppearanceF": "f_hellfirelegendinjectedH_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedH_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedH_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Hellfire_MutT5", + "Name": "@HeavyHands_Hellfire_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Hellfire_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_Conditioning_Fire", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_hellfirelegendinjectedH_gloves", + "ArmorAppearanceF": "f_hellfirelegendinjectedH_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_hellfirelegendinjectedH_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_hellfirelegendinjectedH_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Eternal_MutT5", + "Name": "@LightChest_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_Eternal_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedL_chest", + "ArmorAppearanceF": "f_EternalLegendInjectedL_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedL_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedL_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Eternal_MutT5", + "Name": "@LightHead_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_Eternal_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedL_head", + "ArmorAppearanceF": "f_EternalLegendInjectedL_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedL_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedL_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Eternal_MutT5", + "Name": "@LightLegs_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_Eternal_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedL_legs", + "ArmorAppearanceF": "f_EternalLegendInjectedL_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedL_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedL_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Eternal_MutT5", + "Name": "@LightFeet_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_Eternal_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_EternalLegendInjectedL_feet", + "ArmorAppearanceF": "f_EternalLegendInjectedL_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedL_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedL_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Eternal_MutT5", + "Name": "@LightHands_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_Eternal_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedL_gloves", + "ArmorAppearanceF": "f_EternalLegendInjectedL_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedL_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedL_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_Eternal_MutT5", + "Name": "@MediumChest_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_Eternal_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedM_chest", + "ArmorAppearanceF": "f_EternalLegendInjectedM_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedM_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedM_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_Eternal_MutT5", + "Name": "@MediumHead_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_Eternal_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedM_head", + "ArmorAppearanceF": "f_EternalLegendInjectedM_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedM_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedM_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_Eternal_MutT5", + "Name": "@MediumLegs_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_Eternal_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedM_legs", + "ArmorAppearanceF": "f_EternalLegendInjectedM_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedM_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedM_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_Eternal_MutT5", + "Name": "@MediumFeet_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_Eternal_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedM_feet", + "ArmorAppearanceF": "f_EternalLegendInjectedM_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedM_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedM_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_Eternal_MutT5", + "Name": "@MediumHands_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_Eternal_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedM_gloves", + "ArmorAppearanceF": "f_EternalLegendInjectedM_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedM_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedM_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_Eternal_MutT5", + "Name": "@HeavyChest_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_Eternal_MutT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedH_chest", + "ArmorAppearanceF": "f_EternalLegendInjectedH_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedH_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedH_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_Eternal_MutT5", + "Name": "@HeavyHead_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_Eternal_MutT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedH_head", + "ArmorAppearanceF": "f_EternalLegendInjectedH_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedH_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedH_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_Eternal_MutT5", + "Name": "@HeavyLegs_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_Eternal_MutT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedH_legs", + "ArmorAppearanceF": "f_EternalLegendInjectedH_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedH_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedH_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_Eternal_MutT5", + "Name": "@HeavyFeet_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_Eternal_MutT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedH_feet", + "ArmorAppearanceF": "f_EternalLegendInjectedH_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedH_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedH_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_Eternal_MutT5", + "Name": "@HeavyHands_Eternal_MutT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_Eternal_MutT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_Conditioning_Void", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "PerkBucket_InjectedMutatorPerkBucketRollT5Bucket4", + "PerkBucket5": "PerkBucket_InjectedArmorPerkBucketRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_EternalLegendInjectedH_gloves", + "ArmorAppearanceF": "f_EternalLegendInjectedH_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_EternalLegendInjectedH_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_EternalLegendInjectedH_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "AmuletT5_DS_Mut", + "Name": "@AmuletT5_DS_Mut_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@AmuletT5_DS_Mut_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletFOCT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Amulet_DurFortify", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Amulet_HP", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorAmuletRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet15.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet15.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RingT5_DS_Mut", + "Name": "@RingT5_DS_Mut_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@RingT5_DS_Mut_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingDEXT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Ring_MaxStamina", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ring_DurBleed", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorRingRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing24.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing24.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "EarringT5_GoG_Mut", + "Name": "@EarringT5_GoG_Mut_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@EarringT5_GoG_Mut_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringINTT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Earring_StaminaRegen", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_CDRonDodge", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorEarringRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AngryEarthEarring19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AngryEarthEarring19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "AmuletT5_GoG_Mut", + "Name": "@AmuletT5_GoG_Mut_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@AmuletT5_GoG_Mut_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletINTT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Earring_HealthRegen", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorAmuletRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AngryEarthAmulet07.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AngryEarthAmulet07.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "EarringT5_LI_Mut", + "Name": "@EarringT5_LI_Mut_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@EarringT5_LI_Mut_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringDEXT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Earring_ManaRegen", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorEarringRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AncientEarring05.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AncientEarring05.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RingT5_LI_Mut", + "Name": "@RingT5_LI_Mut_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@RingT5_LI_Mut_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingFOCT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Ring_Healing", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Ring_DurDisease", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorRingRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AncientRing21.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AncientRing21.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "EarringT5_M_Mut", + "Name": "@EarringT5_M_Mut_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@EarringT5_M_Mut_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringSTRT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Amulet_DurHaste", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Amulet_HP", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorEarringRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring22.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring22.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "AmuletT5_M_Mut", + "Name": "@AmuletT5_M_Mut_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@AmuletT5_M_Mut_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletSTRT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Amulet_DurEmpower", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Amulet_HP", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "PerkBucket_MutatorAmuletRollT5Bucket5", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet01.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet01.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_OakKingT2_Shop", + "Name": "@HeavyHead_OakKingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_OakKingT2_Shop_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Hat", + "ArmorAppearanceF": "F_OakKingWinterConv_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Hat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Hat.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_OakKingT3_Shop", + "Name": "@HeavyHead_OakKingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_OakKingT3_Shop_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Hat", + "ArmorAppearanceF": "F_OakKingWinterConv_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Hat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Hat.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_OakKingT4_Shop", + "Name": "@HeavyHead_OakKingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_OakKingT4_Shop_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Hat", + "ArmorAppearanceF": "F_OakKingWinterConv_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Hat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Hat.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHead_OakKingT5_Shop", + "Name": "@HeavyHead_OakKingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_OakKingT5_Shop_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Hat", + "ArmorAppearanceF": "F_OakKingWinterConv_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Hat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Hat.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_OakKingT2_Shop", + "Name": "@HeavyChest_OakKingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_OakKingT2_Shop_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Shirt", + "ArmorAppearanceF": "F_OakKingWinterConv_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Shirt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Shirt.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_OakKingT3_Shop", + "Name": "@HeavyChest_OakKingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_OakKingT3_Shop_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Shirt", + "ArmorAppearanceF": "F_OakKingWinterConv_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Shirt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Shirt.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_OakKingT4_Shop", + "Name": "@HeavyChest_OakKingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_OakKingT4_Shop_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Shirt", + "ArmorAppearanceF": "F_OakKingWinterConv_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Shirt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Shirt.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyChest_OakKingT5_Shop", + "Name": "@HeavyChest_OakKingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_OakKingT5_Shop_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Shirt", + "ArmorAppearanceF": "F_OakKingWinterConv_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Shirt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Shirt.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_OakKingT2_Shop", + "Name": "@HeavyHands_OakKingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_OakKingT2_Shop_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Gloves", + "ArmorAppearanceF": "F_OakKingWinterConv_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_OakKingT3_Shop", + "Name": "@HeavyHands_OakKingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_OakKingT3_Shop_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Gloves", + "ArmorAppearanceF": "F_OakKingWinterConv_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_OakKingT4_Shop", + "Name": "@HeavyHands_OakKingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_OakKingT4_Shop_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Gloves", + "ArmorAppearanceF": "F_OakKingWinterConv_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyHands_OakKingT5_Shop", + "Name": "@HeavyHands_OakKingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_OakKingT5_Shop_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Gloves", + "ArmorAppearanceF": "F_OakKingWinterConv_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_OakKingT2_Shop", + "Name": "@HeavyLegs_OakKingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_OakKingT2_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Pants", + "ArmorAppearanceF": "F_OakKingWinterConv_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Pants.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Pants.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_OakKingT3_Shop", + "Name": "@HeavyLegs_OakKingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_OakKingT3_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Pants", + "ArmorAppearanceF": "F_OakKingWinterConv_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Pants.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Pants.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_OakKingT4_Shop", + "Name": "@HeavyLegs_OakKingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_OakKingT4_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Pants", + "ArmorAppearanceF": "F_OakKingWinterConv_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Pants.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Pants.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyLegs_OakKingT5_Shop", + "Name": "@HeavyLegs_OakKingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_OakKingT5_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Pants", + "ArmorAppearanceF": "F_OakKingWinterConv_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Pants.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Pants.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_OakKingT2_Shop", + "Name": "@HeavyFeet_OakKingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_OakKingT2_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Boots", + "ArmorAppearanceF": "F_OakKingWinterConv_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Boots.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Boots.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_OakKingT3_Shop", + "Name": "@HeavyFeet_OakKingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_OakKingT3_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Boots", + "ArmorAppearanceF": "F_OakKingWinterConv_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Boots.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Boots.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_OakKingT4_Shop", + "Name": "@HeavyFeet_OakKingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_OakKingT4_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Boots", + "ArmorAppearanceF": "F_OakKingWinterConv_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Boots.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Boots.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HeavyFeet_OakKingT5_Shop", + "Name": "@HeavyFeet_OakKingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_OakKingT5_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "OakKingWinterConv_Boots", + "ArmorAppearanceF": "F_OakKingWinterConv_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/OakKingWinterConv_Boots.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OakKingWinterConv_Boots.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_HollyKingT2_Shop", + "Name": "@MediumHead_HollyKingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_HollyKingT2_Shop_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_head", + "ArmorAppearanceF": "f_HollyKingWinterConv_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_HollyKingT3_Shop", + "Name": "@MediumHead_HollyKingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_HollyKingT3_Shop_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_head", + "ArmorAppearanceF": "f_HollyKingWinterConv_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_HollyKingT4_Shop", + "Name": "@MediumHead_HollyKingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_HollyKingT4_Shop_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_head", + "ArmorAppearanceF": "f_HollyKingWinterConv_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHead_HollyKingT5_Shop", + "Name": "@MediumHead_HollyKingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_HollyKingT5_Shop_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_head", + "ArmorAppearanceF": "f_HollyKingWinterConv_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_HollyKingT2_Shop", + "Name": "@MediumChest_HollyKingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_HollyKingT2_Shop_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_chest", + "ArmorAppearanceF": "f_HollyKingWinterConv_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_HollyKingT3_Shop", + "Name": "@MediumChest_HollyKingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_HollyKingT3_Shop_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_chest", + "ArmorAppearanceF": "f_HollyKingWinterConv_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_HollyKingT4_Shop", + "Name": "@MediumChest_HollyKingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_HollyKingT4_Shop_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_chest", + "ArmorAppearanceF": "f_HollyKingWinterConv_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumChest_HollyKingT5_Shop", + "Name": "@MediumChest_HollyKingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_HollyKingT5_Shop_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_chest", + "ArmorAppearanceF": "f_HollyKingWinterConv_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_HollyKingT2_Shop", + "Name": "@MediumHands_HollyKingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_HollyKingT2_Shop_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_hands", + "ArmorAppearanceF": "f_HollyKingWinterConv_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_HollyKingT3_Shop", + "Name": "@MediumHands_HollyKingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_HollyKingT3_Shop_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_hands", + "ArmorAppearanceF": "f_HollyKingWinterConv_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_HollyKingT4_Shop", + "Name": "@MediumHands_HollyKingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_HollyKingT4_Shop_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_hands", + "ArmorAppearanceF": "f_HollyKingWinterConv_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumHands_HollyKingT5_Shop", + "Name": "@MediumHands_HollyKingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_HollyKingT5_Shop_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_hands", + "ArmorAppearanceF": "f_HollyKingWinterConv_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_HollyKingT2_Shop", + "Name": "@MediumLegs_HollyKingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_HollyKingT2_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_legs", + "ArmorAppearanceF": "f_HollyKingWinterConv_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT2", + "CraftingRecipe": "SalvageLarge_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_HollyKingT3_Shop", + "Name": "@MediumLegs_HollyKingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_HollyKingT3_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_legs", + "ArmorAppearanceF": "f_HollyKingWinterConv_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_HollyKingT4_Shop", + "Name": "@MediumLegs_HollyKingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_HollyKingT4_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_legs", + "ArmorAppearanceF": "f_HollyKingWinterConv_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumLegs_HollyKingT5_Shop", + "Name": "@MediumLegs_HollyKingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_HollyKingT5_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_legs", + "ArmorAppearanceF": "f_HollyKingWinterConv_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_HollyKingT2_Shop", + "Name": "@MediumFeet_HollyKingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_HollyKingT2_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_feet", + "ArmorAppearanceF": "f_HollyKingWinterConv_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_LeatherT2", + "CraftingRecipe": "SalvageSmall_LeatherT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_HollyKingT3_Shop", + "Name": "@MediumFeet_HollyKingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_HollyKingT3_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_feet", + "ArmorAppearanceF": "f_HollyKingWinterConv_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_HollyKingT4_Shop", + "Name": "@MediumFeet_HollyKingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_HollyKingT4_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_feet", + "ArmorAppearanceF": "f_HollyKingWinterConv_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "MediumFeet_HollyKingT5_Shop", + "Name": "@MediumFeet_HollyKingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_HollyKingT5_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_HollyKingWinterConv_feet", + "ArmorAppearanceF": "f_HollyKingWinterConv_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_HollyKingWinterConv_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_HollyKingWinterConv_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_WeddingT2_Shop", + "Name": "@LightHead_WeddingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_WeddingT2_Shop_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_head", + "ArmorAppearanceF": "f_weddingwinterconv_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_WeddingT3_Shop", + "Name": "@LightHead_WeddingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_WeddingT3_Shop_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_head", + "ArmorAppearanceF": "f_weddingwinterconv_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_WeddingT4_Shop", + "Name": "@LightHead_WeddingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_WeddingT4_Shop_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_head", + "ArmorAppearanceF": "f_weddingwinterconv_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_WeddingT5_Shop", + "Name": "@LightHead_WeddingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_WeddingT5_Shop_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_head", + "ArmorAppearanceF": "f_weddingwinterconv_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_WeddingT2_Shop", + "Name": "@LightChest_WeddingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_WeddingT2_Shop_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_chest", + "ArmorAppearanceF": "f_weddingwinterconv_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_WeddingT3_Shop", + "Name": "@LightChest_WeddingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_WeddingT3_Shop_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_chest", + "ArmorAppearanceF": "f_weddingwinterconv_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_WeddingT4_Shop", + "Name": "@LightChest_WeddingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_WeddingT4_Shop_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_chest", + "ArmorAppearanceF": "f_weddingwinterconv_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_WeddingT5_Shop", + "Name": "@LightChest_WeddingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_WeddingT5_Shop_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_chest", + "ArmorAppearanceF": "f_weddingwinterconv_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_WeddingT2_Shop", + "Name": "@LightHands_WeddingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_WeddingT2_Shop_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_gloves", + "ArmorAppearanceF": "f_weddingwinterconv_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_WeddingT3_Shop", + "Name": "@LightHands_WeddingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_WeddingT3_Shop_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_gloves", + "ArmorAppearanceF": "f_weddingwinterconv_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_WeddingT4_Shop", + "Name": "@LightHands_WeddingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_WeddingT4_Shop_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_gloves", + "ArmorAppearanceF": "f_weddingwinterconv_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_WeddingT5_Shop", + "Name": "@LightHands_WeddingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_WeddingT5_Shop_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_gloves", + "ArmorAppearanceF": "f_weddingwinterconv_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_WeddingT2_Shop", + "Name": "@LightLegs_WeddingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_WeddingT2_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_legs", + "ArmorAppearanceF": "f_weddingwinterconv_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_WeddingT3_Shop", + "Name": "@LightLegs_WeddingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_WeddingT3_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_legs", + "ArmorAppearanceF": "f_weddingwinterconv_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_WeddingT4_Shop", + "Name": "@LightLegs_WeddingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_WeddingT4_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_legs", + "ArmorAppearanceF": "f_weddingwinterconv_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_WeddingT5_Shop", + "Name": "@LightLegs_WeddingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_WeddingT5_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_legs", + "ArmorAppearanceF": "f_weddingwinterconv_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_WeddingT2_Shop", + "Name": "@LightFeet_WeddingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_WeddingT2_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_feet", + "ArmorAppearanceF": "f_weddingwinterconv_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_WeddingT3_Shop", + "Name": "@LightFeet_WeddingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_WeddingT3_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_feet", + "ArmorAppearanceF": "f_weddingwinterconv_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_WeddingT4_Shop", + "Name": "@LightFeet_WeddingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_WeddingT4_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_feet", + "ArmorAppearanceF": "f_weddingwinterconv_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_WeddingT5_Shop", + "Name": "@LightFeet_WeddingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_WeddingT5_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_feet", + "ArmorAppearanceF": "f_weddingwinterconv_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Wedding_FOC_T2_Shop", + "Name": "@LightHead_WeddingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_WeddingT2_Shop_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_head", + "ArmorAppearanceF": "f_weddingwinterconv_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Wedding_FOC_T3_Shop", + "Name": "@LightHead_WeddingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_WeddingT3_Shop_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_head", + "ArmorAppearanceF": "f_weddingwinterconv_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Wedding_FOC_T4_Shop", + "Name": "@LightHead_WeddingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_WeddingT4_Shop_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_head", + "ArmorAppearanceF": "f_weddingwinterconv_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHead_Wedding_FOC_T5_Shop", + "Name": "@LightHead_WeddingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_WeddingT5_Shop_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_head", + "ArmorAppearanceF": "f_weddingwinterconv_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Wedding_FOC_T2_Shop", + "Name": "@LightChest_WeddingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_WeddingT2_Shop_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_chest", + "ArmorAppearanceF": "f_weddingwinterconv_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Wedding_FOC_T3_Shop", + "Name": "@LightChest_WeddingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_WeddingT3_Shop_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_chest", + "ArmorAppearanceF": "f_weddingwinterconv_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Wedding_FOC_T4_Shop", + "Name": "@LightChest_WeddingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_WeddingT4_Shop_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_chest", + "ArmorAppearanceF": "f_weddingwinterconv_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightChest_Wedding_FOC_T5_Shop", + "Name": "@LightChest_WeddingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_WeddingT5_Shop_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_chest", + "ArmorAppearanceF": "f_weddingwinterconv_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Wedding_FOC_T2_Shop", + "Name": "@LightHands_WeddingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_WeddingT2_Shop_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_gloves", + "ArmorAppearanceF": "f_weddingwinterconv_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Wedding_FOC_T3_Shop", + "Name": "@LightHands_WeddingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_WeddingT3_Shop_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_gloves", + "ArmorAppearanceF": "f_weddingwinterconv_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Wedding_FOC_T4_Shop", + "Name": "@LightHands_WeddingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_WeddingT4_Shop_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_gloves", + "ArmorAppearanceF": "f_weddingwinterconv_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightHands_Wedding_FOC_T5_Shop", + "Name": "@LightHands_WeddingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_WeddingT5_Shop_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_weddingwinterconv_gloves", + "ArmorAppearanceF": "f_weddingwinterconv_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Wedding_FOC_T2_Shop", + "Name": "@LightLegs_WeddingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_WeddingT2_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_legs", + "ArmorAppearanceF": "f_weddingwinterconv_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Wedding_FOC_T3_Shop", + "Name": "@LightLegs_WeddingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_WeddingT3_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_legs", + "ArmorAppearanceF": "f_weddingwinterconv_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Wedding_FOC_T4_Shop", + "Name": "@LightLegs_WeddingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_WeddingT4_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_legs", + "ArmorAppearanceF": "f_weddingwinterconv_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightLegs_Wedding_FOC_T5_Shop", + "Name": "@LightLegs_WeddingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_WeddingT5_Shop_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_legs", + "ArmorAppearanceF": "f_weddingwinterconv_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Wedding_FOC_T2_Shop", + "Name": "@LightFeet_WeddingT2_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_WeddingT2_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_feet", + "ArmorAppearanceF": "f_weddingwinterconv_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Wedding_FOC_T3_Shop", + "Name": "@LightFeet_WeddingT3_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_WeddingT3_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_feet", + "ArmorAppearanceF": "f_weddingwinterconv_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Wedding_FOC_T4_Shop", + "Name": "@LightFeet_WeddingT4_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_WeddingT4_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_feet", + "ArmorAppearanceF": "f_weddingwinterconv_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "LightFeet_Wedding_FOC_T5_Shop", + "Name": "@LightFeet_WeddingT5_Shop_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_WeddingT5_Shop_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Armor_ResistCorrupt", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_weddingwinterconv_feet", + "ArmorAppearanceF": "f_weddingwinterconv_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_weddingwinterconv_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_weddingwinterconv_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSword_WinterT2_Shop", + "Name": "@1hSword_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSword_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SwordT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSword_WinterT3_Shop", + "Name": "@1hSword_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSword_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSword_WinterT4_Shop", + "Name": "@1hSword_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSword_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hSword_WinterT5_Shop", + "Name": "@1hSword_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hSword_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchet_WinterT2_Shop", + "Name": "@1hHatchet_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchet_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "HatchetT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "1hLoggingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Axe", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchet_WinterT3_Shop", + "Name": "@1hHatchet_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchet_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "1hLoggingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 46, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Axe", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchet_WinterT4_Shop", + "Name": "@1hHatchet_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchet_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "1hLoggingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 52, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Axe", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hHatchet_WinterT5_Shop", + "Name": "@1hHatchet_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hHatchet_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "1hLoggingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 58, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Axe", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammer_WinterT2_Shop", + "Name": "@2hWarhammer_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HHammerT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 85, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_WarHammer", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammer_WinterT3_Shop", + "Name": "@2hWarhammer_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_WarHammer", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammer_WinterT4_Shop", + "Name": "@2hWarhammer_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_WarHammer", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hWarhammer_WinterT5_Shop", + "Name": "@2hWarhammer_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_WarHammer", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxe_WinterT2_Shop", + "Name": "@2hGreatAxe_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HAxeT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_GreatAxe", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxe_WinterT3_Shop", + "Name": "@2hGreatAxe_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HAxeT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_GreatAxe", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxe_WinterT4_Shop", + "Name": "@2hGreatAxe_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HAxeT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_GreatAxe", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hGreatAxe_WinterT5_Shop", + "Name": "@2hGreatAxe_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_GreatAxe", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpear_WinterT2_Shop", + "Name": "@2hSpear_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SpearT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_TimberT2", + "CraftingRecipe": "SalvageLarge_TimberT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpear_WinterT3_Shop", + "Name": "@2hSpear_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SpearT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_TimberT3", + "CraftingRecipe": "SalvageLarge_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpear_WinterT4_Shop", + "Name": "@2hSpear_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SpearT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_TimberT4", + "CraftingRecipe": "SalvageLarge_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hSpear_WinterT5_Shop", + "Name": "@2hSpear_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_TimberT5", + "CraftingRecipe": "SalvageLarge_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBow_WinterT2_Shop", + "Name": "@2hBow_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "BowT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_TimberT2", + "CraftingRecipe": "SalvageLarge_TimberT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Bow", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBow_WinterT3_Shop", + "Name": "@2hBow_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BowT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_TimberT3", + "CraftingRecipe": "SalvageLarge_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Bow", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBow_WinterT4_Shop", + "Name": "@2hBow_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "BowT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_TimberT4", + "CraftingRecipe": "SalvageLarge_TimberT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Bow", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hBow_WinterT5_Shop", + "Name": "@2hBow_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_TimberT5", + "CraftingRecipe": "SalvageLarge_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Bow", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusket_WinterT2_Shop", + "Name": "@2hMusket_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MusketT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 92, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusket_WinterT3_Shop", + "Name": "@2hMusket_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 106, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusket_WinterT4_Shop", + "Name": "@2hMusket_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MusketT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hMusket_WinterT5_Shop", + "Name": "@2hMusket_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hElementalStaff_Fire_WinterT2_Shop", + "Name": "@2hElementalStaff_Fire_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hElementalStaff_Fire_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "FireStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hElementalStaff_Fire_WinterT3_Shop", + "Name": "@2hElementalStaff_Fire_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hElementalStaff_Fire_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "FireStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hElementalStaff_Fire_WinterT4_Shop", + "Name": "@2hElementalStaff_Fire_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hElementalStaff_Fire_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hElementalStaff_Fire_WinterT5_Shop", + "Name": "@2hElementalStaff_Fire_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hElementalStaff_Fire_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hShieldA_WinterT2_Shop", + "Name": "@1hShieldA_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hShieldA_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hShieldAT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSentry", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_wood", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hShieldA_WinterT3_Shop", + "Name": "@1hShieldA_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hShieldA_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldAT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSentry", + "Perk2": "PerkID_WeaponMelee_BlockingMove", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hShieldA_WinterT4_Shop", + "Name": "@1hShieldA_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hShieldA_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldAT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSentry", + "Perk2": "PerkID_WeaponMelee_BlockingMove", + "Perk3": "PerkID_Shield_DefIce", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hShieldA_WinterT5_Shop", + "Name": "@1hShieldA_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hShieldA_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSentry", + "Perk2": "PerkID_WeaponMelee_BlockingMove", + "Perk3": "PerkID_Shield_DefIce", + "Perk4": "PerkID_Weapon_ThreatAdd", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hShieldB_WinterT3_Shop", + "Name": "@1hShieldB_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hShieldB_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldBT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSentry", + "Perk2": "PerkID_WeaponMelee_BlockingMove", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hShieldB_WinterT4_Shop", + "Name": "@1hShieldB_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hShieldB_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldBT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSentry", + "Perk2": "PerkID_WeaponMelee_BlockingMove", + "Perk3": "PerkID_Shield_DefIce", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hShieldB_WinterT5_Shop", + "Name": "@1hShieldB_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@1hShieldB_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSentry", + "Perk2": "PerkID_WeaponMelee_BlockingMove", + "Perk3": "PerkID_Shield_DefIce", + "Perk4": "PerkID_Weapon_ThreatAdd", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hShieldD_WinterT4_Shop", + "Name": "@1hShieldD_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hShieldD_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hShieldDT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSentry", + "Perk2": "PerkID_WeaponMelee_BlockingMove", + "Perk3": "PerkID_Shield_DefIce", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 66, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hShieldD_WinterT5_Shop", + "Name": "@1hShieldD_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hShieldD_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSentry", + "Perk2": "PerkID_WeaponMelee_BlockingMove", + "Perk3": "PerkID_Shield_DefIce", + "Perk4": "PerkID_Weapon_ThreatAdd", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hElementalGauntlet_Ice_WinterT2_Shop", + "Name": "@1hElementalGauntlet_Ice_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hElementalGauntlet_Ice_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hElementalGauntlet_IceT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hElementalGauntlet_Ice_WinterT3_Shop", + "Name": "@1hElementalGauntlet_Ice_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hElementalGauntlet_Ice_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hElementalGauntlet_IceT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hElementalGauntlet_Ice_WinterT4_Shop", + "Name": "@1hElementalGauntlet_Ice_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hElementalGauntlet_Ice_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "1hElementalGauntlet_IceT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hElementalGauntlet_Ice_WinterT5_Shop", + "Name": "@1hElementalGauntlet_Ice_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hElementalGauntlet_Ice_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoid_WinterT2_Shop", + "Name": "@1hGauntletVoid_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoid_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "VoidGauntletT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoid_WinterT3_Shop", + "Name": "@1hGauntletVoid_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoid_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "VoidGauntletT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoid_WinterT4_Shop", + "Name": "@1hGauntletVoid_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoid_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "VoidGauntletT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1hGauntletVoid_WinterT5_Shop", + "Name": "@1hGauntletVoid_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoid_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1HRapier_WinterT2_Shop", + "Name": "@1HRapier_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1HRapier_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "RapierT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 28, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Rapier", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1HRapier_WinterT3_Shop", + "Name": "@1HRapier_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1HRapier_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RapierT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 32, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Rapier", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1HRapier_WinterT4_Shop", + "Name": "@1HRapier_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1HRapier_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RapierT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Rapier", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "1HRapier_WinterT5_Shop", + "Name": "@1HRapier_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1HRapier_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Rapier", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaff_WinterT2_Shop", + "Name": "@2hLifeStaff_WinterT2_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaff_WinterT2_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LifeStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": 15, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaff_WinterT3_Shop", + "Name": "@2hLifeStaff_WinterT3_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaff_WinterT3_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 30, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaff_WinterT4_Shop", + "Name": "@2hLifeStaff_WinterT4_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaff_WinterT4_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LifeStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": 45, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "2hLifeStaff_WinterT5_Shop", + "Name": "@2hLifeStaff_WinterT5_Shop_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hLifeStaff_WinterT5_Shop_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Weapon_ChainIce", + "Perk3": "PerkID_Gem_EmptyGemSlot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": 60, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffFrozenT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffFrozenT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffFrozenT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_HorticulturistT3_MakeGood", + "Name": "@ClothingHead_HorticulturistT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_HorticulturistT3_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 400, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvester_head", + "ArmorAppearanceF": "f_harvester_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvester_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvester_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_HorticulturistT4_MakeGood", + "Name": "@ClothingHead_HorticulturistT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_HorticulturistT4_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 500, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar2_head", + "ArmorAppearanceF": "f_harvestervar2_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar2_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar2_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHead_HorticulturistT5_MakeGood", + "Name": "@ClothingHead_HorticulturistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@ClothingHead_HorticulturistT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 600, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar1_head", + "ArmorAppearanceF": "f_harvestervar1_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar1_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar1_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_HorticulturistT3_MakeGood", + "Name": "@ClothingChest_HorticulturistT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_HorticulturistT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 400, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvester_chest", + "ArmorAppearanceF": "f_harvester_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvester_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvester_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_HorticulturistT4_MakeGood", + "Name": "@ClothingChest_HorticulturistT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_HorticulturistT4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 500, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar2_chest", + "ArmorAppearanceF": "f_harvestervar2_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar2_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar2_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingChest_HorticulturistT5_MakeGood", + "Name": "@ClothingChest_HorticulturistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@ClothingChest_HorticulturistT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 600, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar1_chest", + "ArmorAppearanceF": "f_harvestervar1_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar1_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar1_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_HorticulturistT3_MakeGood", + "Name": "@ClothingHands_HorticulturistT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_HorticulturistT3_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 400, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvester_hands", + "ArmorAppearanceF": "f_harvester_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvester_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvester_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_HorticulturistT4_MakeGood", + "Name": "@ClothingHands_HorticulturistT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_HorticulturistT4_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 500, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar2_hands", + "ArmorAppearanceF": "f_harvestervar2_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar2_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar2_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingHands_HorticulturistT5_MakeGood", + "Name": "@ClothingHands_HorticulturistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@ClothingHands_HorticulturistT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 600, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar1_hands", + "ArmorAppearanceF": "f_harvestervar1_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar1_hands.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar1_hands.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_HorticulturistT3_MakeGood", + "Name": "@ClothingLegs_HorticulturistT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_HorticulturistT3_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 400, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvester_legs", + "ArmorAppearanceF": "f_harvester_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvester_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvester_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_HorticulturistT4_MakeGood", + "Name": "@ClothingLegs_HorticulturistT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_HorticulturistT4_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 500, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar2_legs", + "ArmorAppearanceF": "f_harvestervar2_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar2_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar2_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingLegs_HorticulturistT5_MakeGood", + "Name": "@ClothingLegs_HorticulturistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@ClothingLegs_HorticulturistT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 600, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar1_legs", + "ArmorAppearanceF": "f_harvestervar1_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar1_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar1_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_HorticulturistT3_MakeGood", + "Name": "@ClothingFeet_HorticulturistT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_HorticulturistT3_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 400, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvester_feet", + "ArmorAppearanceF": "f_harvester_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvester_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvester_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_HorticulturistT4_MakeGood", + "Name": "@ClothingFeet_HorticulturistT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_HorticulturistT4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 500, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvestervar2_feet", + "ArmorAppearanceF": "f_harvestervar2_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_harvestervar2_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_harvestervar2_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ClothingFeet_HorticulturistT5_MakeGood", + "Name": "@ClothingFeet_HorticulturistT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@ClothingFeet_HorticulturistT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 600, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_HarvestingLuck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_harvester_feet", + "ArmorAppearanceF": "f_harvestervar1_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_HorticulturistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_HorticulturistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HorticulturistL60T3_MakeGoodContainer", + "Name": "@QuestRewardArmorL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase_HorticulturistMakeGood_T3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HorticulturistL60T4_MakeGoodContainer", + "Name": "@QuestRewardArmorL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase_HorticulturistMakeGood_T4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "HorticulturistL60T5_MakeGoodContainer", + "Name": "@QuestRewardArmorL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase_HorticulturistMakeGood_T5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "DungeonKey_MakeGoodContainer", + "Name": "@FishingTreasureChestT3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@FishingTreasureChestT3_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 2, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": null, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase_DungeonKeyMakeGood", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 10, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal", + "AudioPlace": "Play_UI_Drop_Metal", + "AudioUse": "Play_UI_Use_Metal", + "AudioCreated": "Play_UI_Created_Metal", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ForgersSignetRing_Orange_MakeGoodContainer", + "Name": "@MakeGoodContainer_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MakeGoodContainer_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 4, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MakeGoodContainer.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MakeGoodContainer.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ForgersSignet_Orange_MakeGood", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "ForgersSignetRing_Purple_MakeGoodContainer", + "Name": "@MakeGoodContainer_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@MakeGoodContainer_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": "", + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MakeGoodContainer.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MakeGoodContainer.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ForgersSignet_Purple_MakeGood", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RingT5_TheRingoftheForgersSignet_Orange", + "Name": "@RingT5_TheRingoftheForgersSignet_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 600, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingINTFOCT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Gem_ThrustWard4", + "Perk3": "PerkID_Ring_Crit", + "Perk4": "PerkID_Common_CDR", + "Perk5": "PerkID_Ring_DurSlow", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 4, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LostRing05.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LostRing05.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + }, + { + "ItemID": "RingT5_TheRingoftheForgersSignet_Purple", + "Name": "@RingT5_TheRingoftheForgersSignet_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 600, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingINTFOCT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": "", + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Gem_ThrustWard4", + "Perk3": "PerkID_Ring_Crit", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LostRing05.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LostRing05.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": "", + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": "" + } +] diff --git a/NewWorldCompanion.Services/Data/MasterItemDefinitions_Quest.json b/NewWorldCompanion.Services/Data/MasterItemDefinitions_Quest.json new file mode 100644 index 0000000..b23e344 --- /dev/null +++ b/NewWorldCompanion.Services/Data/MasterItemDefinitions_Quest.json @@ -0,0 +1,304382 @@ +[ + { + "ItemID": "QuestRewardTrainingWeaponsMelee", + "Name": "@QuestRewardTrainingWeaponsMelee_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]TrainingWeaponsMelee", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardTrainingWeaponsRanged", + "Name": "@QuestRewardTrainingWeaponsRanged_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]TrainingWeaponsRanged", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL1", + "Name": "@QuestRewardWeaponsL1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL2", + "Name": "@QuestRewardWeaponsL2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL3", + "Name": "@QuestRewardWeaponsL3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL4", + "Name": "@QuestRewardWeaponsL4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL5", + "Name": "@QuestRewardWeaponsL5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL6", + "Name": "@QuestRewardWeaponsL6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL7", + "Name": "@QuestRewardWeaponsL7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL8", + "Name": "@QuestRewardWeaponsL8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL9", + "Name": "@QuestRewardWeaponsL9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL10", + "Name": "@QuestRewardWeaponsL10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL11", + "Name": "@QuestRewardWeaponsL11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL12", + "Name": "@QuestRewardWeaponsL12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL13", + "Name": "@QuestRewardWeaponsL13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL14", + "Name": "@QuestRewardWeaponsL14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL15", + "Name": "@QuestRewardWeaponsL15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL16", + "Name": "@QuestRewardWeaponsL16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL17", + "Name": "@QuestRewardWeaponsL17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL18", + "Name": "@QuestRewardWeaponsL18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL19", + "Name": "@QuestRewardWeaponsL19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL20", + "Name": "@QuestRewardWeaponsL20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL21", + "Name": "@QuestRewardWeaponsL21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL22", + "Name": "@QuestRewardWeaponsL22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL23", + "Name": "@QuestRewardWeaponsL23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL24", + "Name": "@QuestRewardWeaponsL24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL25", + "Name": "@QuestRewardWeaponsL25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL26", + "Name": "@QuestRewardWeaponsL26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL27", + "Name": "@QuestRewardWeaponsL27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL28", + "Name": "@QuestRewardWeaponsL28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL29", + "Name": "@QuestRewardWeaponsL29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL30", + "Name": "@QuestRewardWeaponsL30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL31", + "Name": "@QuestRewardWeaponsL31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL32", + "Name": "@QuestRewardWeaponsL32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL33", + "Name": "@QuestRewardWeaponsL33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL34", + "Name": "@QuestRewardWeaponsL34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL35", + "Name": "@QuestRewardWeaponsL35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL36", + "Name": "@QuestRewardWeaponsL36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL37", + "Name": "@QuestRewardWeaponsL37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL38", + "Name": "@QuestRewardWeaponsL38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL39", + "Name": "@QuestRewardWeaponsL39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL40", + "Name": "@QuestRewardWeaponsL40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL41", + "Name": "@QuestRewardWeaponsL41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL42", + "Name": "@QuestRewardWeaponsL42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL43", + "Name": "@QuestRewardWeaponsL43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL44", + "Name": "@QuestRewardWeaponsL44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL45", + "Name": "@QuestRewardWeaponsL45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL46", + "Name": "@QuestRewardWeaponsL46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL47", + "Name": "@QuestRewardWeaponsL47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL48", + "Name": "@QuestRewardWeaponsL48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL49", + "Name": "@QuestRewardWeaponsL49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL50", + "Name": "@QuestRewardWeaponsL50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL51", + "Name": "@QuestRewardWeaponsL51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL52", + "Name": "@QuestRewardWeaponsL52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL53", + "Name": "@QuestRewardWeaponsL53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL54", + "Name": "@QuestRewardWeaponsL54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL55", + "Name": "@QuestRewardWeaponsL55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL56", + "Name": "@QuestRewardWeaponsL56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL57", + "Name": "@QuestRewardWeaponsL57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL58", + "Name": "@QuestRewardWeaponsL58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL59", + "Name": "@QuestRewardWeaponsL59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL60", + "Name": "@QuestRewardWeaponsL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardWeaponsL65", + "Name": "@QuestRewardWeaponsL65_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]WeaponCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmor_StarterChest", + "Name": "@QuestRewardArmorL1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]StarterChest", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL1", + "Name": "@QuestRewardArmorL1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL2", + "Name": "@QuestRewardArmorL2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 2, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL3", + "Name": "@QuestRewardArmorL3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 3, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL4", + "Name": "@QuestRewardArmorL4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 4, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL5", + "Name": "@QuestRewardArmorL5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 5, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL6", + "Name": "@QuestRewardArmorL6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 6, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL7", + "Name": "@QuestRewardArmorL7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 7, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL8", + "Name": "@QuestRewardArmorL8_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 8, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL9", + "Name": "@QuestRewardArmorL9_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 9, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL10", + "Name": "@QuestRewardArmorL10_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 10, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL11", + "Name": "@QuestRewardArmorL11_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 11, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL12", + "Name": "@QuestRewardArmorL12_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 12, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL13", + "Name": "@QuestRewardArmorL13_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 13, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL14", + "Name": "@QuestRewardArmorL14_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 14, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL15", + "Name": "@QuestRewardArmorL15_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 15, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL16", + "Name": "@QuestRewardArmorL16_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 16, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL17", + "Name": "@QuestRewardArmorL17_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 17, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL18", + "Name": "@QuestRewardArmorL18_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 18, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL19", + "Name": "@QuestRewardArmorL19_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 19, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL20", + "Name": "@QuestRewardArmorL20_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 20, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL21", + "Name": "@QuestRewardArmorL21_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 21, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL22", + "Name": "@QuestRewardArmorL22_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 22, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL23", + "Name": "@QuestRewardArmorL23_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 23, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL24", + "Name": "@QuestRewardArmorL24_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 24, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL25", + "Name": "@QuestRewardArmorL25_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 25, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL26", + "Name": "@QuestRewardArmorL26_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 26, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL27", + "Name": "@QuestRewardArmorL27_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 27, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL28", + "Name": "@QuestRewardArmorL28_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 28, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL29", + "Name": "@QuestRewardArmorL29_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 29, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL30", + "Name": "@QuestRewardArmorL30_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 30, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL31", + "Name": "@QuestRewardArmorL31_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 31, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL32", + "Name": "@QuestRewardArmorL32_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 32, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL33", + "Name": "@QuestRewardArmorL33_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 33, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL34", + "Name": "@QuestRewardArmorL34_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 34, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL35", + "Name": "@QuestRewardArmorL35_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 35, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL36", + "Name": "@QuestRewardArmorL36_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 36, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL37", + "Name": "@QuestRewardArmorL37_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 37, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL38", + "Name": "@QuestRewardArmorL38_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 38, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL39", + "Name": "@QuestRewardArmorL39_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 39, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL40", + "Name": "@QuestRewardArmorL40_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 40, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL41", + "Name": "@QuestRewardArmorL41_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 41, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL42", + "Name": "@QuestRewardArmorL42_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 42, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL43", + "Name": "@QuestRewardArmorL43_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 43, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL44", + "Name": "@QuestRewardArmorL44_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 44, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL45", + "Name": "@QuestRewardArmorL45_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 45, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL46", + "Name": "@QuestRewardArmorL46_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 46, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL47", + "Name": "@QuestRewardArmorL47_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 47, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL48", + "Name": "@QuestRewardArmorL48_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 48, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL49", + "Name": "@QuestRewardArmorL49_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 49, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL50", + "Name": "@QuestRewardArmorL50_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 50, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL51", + "Name": "@QuestRewardArmorL51_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 51, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL52", + "Name": "@QuestRewardArmorL52_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 52, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL53", + "Name": "@QuestRewardArmorL53_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 53, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL54", + "Name": "@QuestRewardArmorL54_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 54, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL55", + "Name": "@QuestRewardArmorL55_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 55, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL56", + "Name": "@QuestRewardArmorL56_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 56, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL57", + "Name": "@QuestRewardArmorL57_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 57, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL58", + "Name": "@QuestRewardArmorL58_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 58, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL59", + "Name": "@QuestRewardArmorL59_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 59, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL60", + "Name": "@QuestRewardArmorL60_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardArmorL65", + "Name": "@QuestRewardArmorL65_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@RewardContainerInfo", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 1, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]ArmorCase", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardFishing1", + "Name": "@QuestRewardFishing1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardFishing1_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]FishingQuestReward1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardFishing2", + "Name": "@QuestRewardFishing2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardFishing2_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]FishingQuestReward2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardFishing3", + "Name": "@QuestRewardFishing3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardFishing3_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]FishingQuestReward3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardFishing4", + "Name": "@QuestRewardFishing4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardFishing4_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]FishingQuestReward4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardFishing5", + "Name": "@QuestRewardFishing5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardFishing5_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]FishingQuestReward5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardFishing6", + "Name": "@QuestRewardFishing6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardFishing6_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardArmorT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardArmorT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]FishingQuestReward6", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardHousing1", + "Name": "@QuestRewardHousing1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardHousing1_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]QuestRewardHousing1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardHousing7", + "Name": "@QuestRewardHousing7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardHousing7_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]QuestRewardHousing7", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardIsabella1", + "Name": "@QuestRewardIsabella_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardIsabella_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": false, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]IsabellaQuest_Reward1", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardIsabella2", + "Name": "@QuestRewardIsabella2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardIsabella_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": false, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]IsabellaQuest_Reward2", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardIsabella3", + "Name": "@QuestRewardIsabella3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardIsabella_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": false, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]IsabellaQuest_Reward3", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardIsabella4", + "Name": "@QuestRewardIsabella4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardIsabella_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": false, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]IsabellaQuest_Reward4", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardIsabella5", + "Name": "@QuestRewardIsabella5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardIsabella_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": false, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]IsabellaQuest_Reward5", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardIsabella6", + "Name": "@QuestRewardIsabella6_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardIsabella_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": false, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]IsabellaQuest_Reward6", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestRewardIsabella7", + "Name": "@QuestRewardIsabella7_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestRewardIsabella_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": false, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 60, + "ContainerGS": 600, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]IsabellaQuest_Reward7", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestReward_MSQFinale", + "Name": "@QuestReward_MSQFinale_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestReward_MSQFinale_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": false, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": 3, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuestRewardWeaponsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuestRewardWeaponsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]MSQ_Finale", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_FirstLightT3", + "Name": "@LightChest_FirstLightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_FirstLightT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 345, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorMage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "LightChest_FirstLightT3", + "ArmorAppearanceF": "F_LightChest_FirstLightT3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChest_FirstLightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChest_FirstLightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumChest_WindswardT3", + "Name": "@MediumChest_WindswardT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_WindswardT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 330, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MediumChest_WindswardT3", + "ArmorAppearanceF": "F_MediumChest_WindswardT3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChest_WindswardT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChest_WindswardT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyChest_MonarchsBluffT3", + "Name": "@HeavyChest_MonarchsBluffT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_MonarchsBluffT3_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 340, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "HeavyChest_MonarchsBluffT3", + "ArmorAppearanceF": "F_HeavyChest_MonarchsBluffT3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChest_MonarchsBluffT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChest_MonarchsBluffT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumChest_EverfallT3", + "Name": "@MediumChest_EverfallT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_EverfallT3_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 300, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MediumChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MediumChest_EverfallT3", + "ArmorAppearanceF": "F_MediumChest_EverfallT3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChest_EverfallT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChest_EverfallT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyChest_CutlassKeysT4", + "Name": "@HeavyChest_CutlassKeysT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_CutlassKeysT4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 405, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "HeavyChest_CutlassKeysT4", + "ArmorAppearanceF": "F_HeavyChest_CutlassKeysT4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChest_CutlassKeysT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChest_CutlassKeysT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_WeaversFenT4", + "Name": "@LightChest_WeaversFenT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_WeaversFenT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 405, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorMage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "LightChest_WeaversFenT4", + "ArmorAppearanceF": "F_LightChest_WeaversFenT4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChest_WeaversFenT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChest_WeaversFenT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumChest_BrightwoodT4", + "Name": "@MediumChest_BrightwoodT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_BrightwoodT4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 385, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MediumChest_BrightwoodT4", + "ArmorAppearanceF": "F_MediumChest_BrightwoodT4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChest_BrightwoodT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChest_BrightwoodT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_RestlessShoreT4", + "Name": "@LightChest_RestlessShoreT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_RestlessShoreT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 450, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "LightChest_RestlessShoreT4", + "ArmorAppearanceF": "F_LightChest_RestlessShoreT4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChest_RestlessShoreT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChest_RestlessShoreT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyChest_MourningdaleT4", + "Name": "@HeavyChest_MourningdaleT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_MourningdaleT4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 470, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAncient", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "HeavyChest_MourningdaleT4", + "ArmorAppearanceF": "F_HeavyChest_MourningdaleT4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChest_MourningdaleT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChest_MourningdaleT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_GreatCleaveT5", + "Name": "@LightChest_GreatCleaveT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_GreatCleaveT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 445, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "LightChest_GreatCleaveT5", + "ArmorAppearanceF": "F_LightChest_GreatCleaveT5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightChest_GreatCleaveT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightChest_GreatCleaveT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumChest_EdengroveT5", + "Name": "@MediumChest_EdengroveT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_EdengroveT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 570, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "MediumChest_EdengroveT5", + "ArmorAppearanceF": "F_MediumChest_EdengroveT5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChest_EdengroveT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChest_EdengroveT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyChest_ShatteredMountainT5", + "Name": "@HeavyChest_ShatteredMountainT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_ShatteredMountainT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 535, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "HeavyChest_ShatteredMountainT5", + "ArmorAppearanceF": "F_HeavyChest_ShatteredMountainT5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChest_ShatteredMountainT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChest_ShatteredMountainT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightFeet_ProtectiveWyrdShoesT4", + "Name": "@LightFeet_ProtectiveWyrdShoesT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ProtectiveWyrdShoesT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 420, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Boots_T4", + "ArmorAppearanceF": "F_Cloth_SetB_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetBT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_ProtectiveWyrdShirtT4", + "Name": "@LightChest_ProtectiveWyrdShirtT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ProtectiveWyrdShirtT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 440, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Common_Luck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T5", + "ArmorAppearanceF": "F_Cloth_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Cloth_Shirt_T5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Cloth_Shirt_T5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightLegs_ProtectiveWyrdPantsT5", + "Name": "@LightLegs_ProtectiveWyrdPantsT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ProtectiveWyrdPantsT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T5", + "ArmorAppearanceF": "F_Cloth_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Cloth_Pants_T5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Cloth_Pants_T5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHands_ProtectiveWyrdGlovesT5", + "Name": "@LightHands_ProtectiveWyrdGlovesT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ProtectiveWyrdGlovesT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 480, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_SetB_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsBT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsBT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHead_ProtectiveWyrdHatT5", + "Name": "@LightHead_ProtectiveWyrdHatT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_ProtectiveWyrdHatT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Common_Luck", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Hat_T4", + "ArmorAppearanceF": "F_Cloth_SetB_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Cloth_SetB_Hat_T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Cloth_SetB_Hat_T4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightFeet_ProtectiveWyrdShoesT4a", + "Name": "@LightFeet_ProtectiveWyrdShoesT4a_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_ProtectiveWyrdShoesT4a_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Boots_T4", + "ArmorAppearanceF": "F_Cloth_SetB_Boots_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetBT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_ProtectiveWyrdShirtT4a", + "Name": "@LightChest_ProtectiveWyrdShirtT4a_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_ProtectiveWyrdShirtT4a_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Common_Luck", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T5", + "ArmorAppearanceF": "F_Cloth_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Cloth_Shirt_T5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Cloth_Shirt_T5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightLegs_ProtectiveWyrdPantsT5a", + "Name": "@LightLegs_ProtectiveWyrdPantsT5a_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_ProtectiveWyrdPantsT5a_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Pants_T5", + "ArmorAppearanceF": "F_Cloth_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Cloth_Pants_T5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Cloth_Pants_T5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHands_ProtectiveWyrdGlovesT5a", + "Name": "@LightHands_ProtectiveWyrdGlovesT5a_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_ProtectiveWyrdGlovesT5a_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_SetB_Gloves_T4", + "ArmorAppearanceF": "F_Cloth_SetB_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsBT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsBT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumFeet_ShroudedIntentBootsT4", + "Name": "@MediumFeet_ShroudedIntentBootsT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ShroudedIntentBootsT4_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 420, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Scarecrow_Boots", + "ArmorAppearanceF": "F_Scarecrow_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_FieldshadowT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_FieldshadowT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumChest_ShroudedIntentCoatT4", + "Name": "@MediumChest_ShroudedIntentCoatT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ShroudedIntentCoatT4_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 440, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Scarecrow_Shirt", + "ArmorAppearanceF": "F_Scarecrow_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_FieldshadowT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_FieldshadowT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumLegs_ShroudedIntentPantsT5", + "Name": "@MediumLegs_ShroudedIntentPantsT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ShroudedIntentPantsT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Common_Luck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Scarecrow_Pants", + "ArmorAppearanceF": "F_Scarecrow_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_FieldshadowT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_FieldshadowT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumHands_ShroudedIntentGlovesT5", + "Name": "@MediumHands_ShroudedIntentGlovesT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ShroudedIntentGlovesT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 480, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Scarecrow_Gloves", + "ArmorAppearanceF": "F_Scarecrow_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_FieldshadowT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_FieldshadowT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumHead_ShroudedIntentHatT5", + "Name": "@MediumHead_ShroudedIntentHatT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_ShroudedIntentHatT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Scarecrow_Hat", + "ArmorAppearanceF": "F_Scarecrow_Hat", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_FieldshadowT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_FieldshadowT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumFeet_ShroudedIntentBootsT4a", + "Name": "@MediumFeet_ShroudedIntentBootsT4a_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_ShroudedIntentBootsT4a_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Scarecrow_Boots", + "ArmorAppearanceF": "F_Scarecrow_Boots", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_FieldshadowT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_FieldshadowT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT4", + "CraftingRecipe": "SalvageSmall_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumChest_ShroudedIntentCoatT4a", + "Name": "@MediumChest_ShroudedIntentCoatT4a_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_ShroudedIntentCoatT4a_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestExtraLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Scarecrow_Shirt", + "ArmorAppearanceF": "F_Scarecrow_Shirt", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_FieldshadowT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_FieldshadowT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumLegs_ShroudedIntentPantsT5a", + "Name": "@MediumLegs_ShroudedIntentPantsT5a_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_ShroudedIntentPantsT5a_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Common_Luck", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Scarecrow_Pants", + "ArmorAppearanceF": "F_Scarecrow_Pants", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_FieldshadowT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_FieldshadowT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumHands_ShroudedIntentGlovesT5a", + "Name": "@MediumHands_ShroudedIntentGlovesT5a_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_ShroudedIntentGlovesT5a_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Scarecrow_Gloves", + "ArmorAppearanceF": "F_Scarecrow_Gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_FieldshadowT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_FieldshadowT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyFeet_BattlesEmbraceBootsT4", + "Name": "@HeavyFeet_BattlesEmbraceBootsT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_BattlesEmbraceBootsT4_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 420, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Common_Luck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T3", + "ArmorAppearanceF": "F_Conquistador_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_HeavyT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_HeavyT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyChest_BattlesEmbraceBreastplateT4", + "Name": "@HeavyChest_BattlesEmbraceBreastplateT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_BattlesEmbraceBreastplateT4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 440, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Shirt_T5", + "ArmorAppearanceF": "F_Metal_SetB_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_HeavyT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_HeavyT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyLegs_BattlesEmbraceGreavesT5", + "Name": "@HeavyLegs_BattlesEmbraceGreavesT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_BattlesEmbraceGreavesT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Pants_T5", + "ArmorAppearanceF": "F_Metal_SetB_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_SoldierT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_SoldierT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyHands_BattlesEmbraceGauntletsT5", + "Name": "@HeavyHands_BattlesEmbraceGauntletsT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_BattlesEmbraceGauntletsT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 480, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Common_Luck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Gloves_T4", + "ArmorAppearanceF": "F_Metal_SetC_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_TrailrunnerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_TrailrunnerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyHead_BattlesEmbraceHelmT5", + "Name": "@HeavyHead_BattlesEmbraceHelmT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_BattlesEmbraceHelmT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHead_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_Armor_DefCritDmg", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Hat_T4", + "ArmorAppearanceF": "F_Metal_SetC_Hat_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_PathfinderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_PathfinderT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyFeet_BattlesEmbraceBootsT4a", + "Name": "@HeavyFeet_BattlesEmbraceBootsT4a_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_BattlesEmbraceBootsT4a_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyFeet_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Common_Luck", + "Perk4": "PerkID_Armor_DefCritDmg", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Boots_T3", + "ArmorAppearanceF": "F_Conquistador_Boots_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_HeavyT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_HeavyT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyChest_BattlesEmbraceBreastplateT4a", + "Name": "@HeavyChest_BattlesEmbraceBreastplateT4a_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_BattlesEmbraceBreastplateT4a_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_Armor_DefCritDmg", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Shirt_T5", + "ArmorAppearanceF": "F_Metal_SetB_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_HeavyT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_HeavyT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyLegs_BattlesEmbraceGreavesT5a", + "Name": "@HeavyLegs_BattlesEmbraceGreavesT5a_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_BattlesEmbraceGreavesT5a_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyLegs_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_Armor_DefCritDmg", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetB_Pants_T5", + "ArmorAppearanceF": "F_Metal_SetB_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Legs_SoldierT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Legs_SoldierT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyHands_BattlesEmbraceGauntletsT5a", + "Name": "@HeavyHands_BattlesEmbraceGauntletsT5a_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_BattlesEmbraceGauntletsT5a_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HeavyHands_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Common_Luck", + "Perk4": "PerkID_Armor_DefCritDmg", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_SetC_Gloves_T4", + "ArmorAppearanceF": "F_Metal_SetC_Gloves_T4", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_TrailrunnerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_TrailrunnerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyFeet_SQRewardShatteredT5", + "Name": "@HeavyFeet_SQRewardShatteredT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_SQRewardShatteredT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 560, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorNomad", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Common_Luck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Boots_T5", + "ArmorAppearanceF": "F_Metal_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_HeavyT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_HeavyT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyLegs_SQRewardShatteredT5", + "Name": "@HeavyLegs_SQRewardShatteredT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_SQRewardShatteredT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 560, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCritDmg", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Pants_T5", + "ArmorAppearanceF": "F_Metal_Pants_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyHead_SQRewardShatteredT5", + "Name": "@HeavyHead_SQRewardShatteredT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_SQRewardShatteredT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 570, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Armor_ResistCorrupt", + "Perk5": "PerkID_Armor_ResistBlight", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Hat_T5", + "ArmorAppearanceF": "F_Metal_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyHeadAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyHeadAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyChest_SQRewardShatteredT5", + "Name": "@HeavyChest_SQRewardShatteredT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_SQRewardShatteredT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 570, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBattlemage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Armor_DurCC", + "Perk4": "PerkID_Armor_Durability", + "Perk5": "PerkID_Armor_DefCorrupted", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Metal_Shirt_T5", + "ArmorAppearanceF": "F_Metal_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/HeavyChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HeavyChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumChest_SQRewardEbonscaleT5", + "Name": "@MediumChest_SQRewardEbonscaleT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_SQRewardEbonscaleT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 510, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Armor_DurCC", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_SetA_Shirt_T5", + "ArmorAppearanceF": "F_Leather_SetA_Shirt_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHands_SQRewardEbonscaleTT5", + "Name": "@LightHands_SQRewardEbonscaleTT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_SQRewardEbonscaleTT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 515, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Gloves_T5", + "ArmorAppearanceF": "F_Cloth_Gloves_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHandsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHandsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumLegs_SQRewardEbonscaleTT5", + "Name": "@MediumLegs_SQRewardEbonscaleTT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_SQRewardEbonscaleTT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 515, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Armor_DefCritDmg", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Pants_T2", + "ArmorAppearanceF": "F_Leather_Pants_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumLegsAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumLegsAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHead_SQRewardReekwaterT5", + "Name": "@LightHead_SQRewardReekwaterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_SQRewardReekwaterT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 500, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Hat_T5", + "ArmorAppearanceF": "F_Cloth_Hat_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightFeet_SQRewardReekwaterT5", + "Name": "@LightFeet_SQRewardReekwaterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_SQRewardReekwaterT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 500, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Cloth_Boots_T5", + "ArmorAppearanceF": "F_Cloth_Boots_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightFeetAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightFeetAT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyChest_GuardofCreationT4", + "Name": "@HeavyChest_GuardofCreationT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_GuardofCreationT4_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 470, + "MinGearScore": 455, + "MaxGearScore": 470, + "Tier": 4, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Armor_DefAngryEarth", + "Perk4": "PerkID_Armor_DurCC", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T3", + "ArmorAppearanceF": "F_Conquistador_Chest_T3", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Conquistador_Chest_T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Conquistador_Chest_T3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHead_DawnsObscurerT4", + "Name": "@LightHead_DawnsObscurerT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_DawnsObscurerT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 490, + "MinGearScore": 480, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Elemental", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorArtificer", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Common_Luck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "MediumHead_AngryEarthMask1_T5", + "ArmorAppearanceF": "MediumHead_AngryEarthMask1_T5", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumHead_AngryEarthMask1_T5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHead_AngryEarthMask1_T5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHead_FishermanT2", + "Name": "@LightHead_FishermanT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_FishermanT2_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 275, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHead_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fisherman_head", + "ArmorAppearanceF": "f_fisherman_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadBT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadBT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_FishermanT2", + "Name": "@LightChest_FishermanT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_FishermanT2_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 275, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorNomad", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fisherman_chest", + "ArmorAppearanceF": "f_fisherman_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestBT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHands_FishermanT2", + "Name": "@LightHands_FishermanT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_FishermanT2_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 275, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightHands_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fisherman_hands", + "ArmorAppearanceF": "f_fisherman_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_TannerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_TannerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightLegs_FishermanT2", + "Name": "@LightLegs_FishermanT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_FishermanT2_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 275, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightLegs_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fisherman_legs", + "ArmorAppearanceF": "f_fisherman_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/lightlegst1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/lightlegst1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT2", + "CraftingRecipe": "SalvageLarge_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightFeet_FishermanT2", + "Name": "@LightFeet_FishermanT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_FishermanT2_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 275, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LightFeet_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fisherman_feet", + "ArmorAppearanceF": "f_fisherman_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_MinerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_MinerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT2", + "CraftingRecipe": "SalvageSmall_ClothT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHead_FishermanT3", + "Name": "@LightHead_FishermanT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_FishermanT3_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHead", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 360, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHead_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorNomad", + "Perk2": "", + "Perk3": "FishArmorSize2", + "Perk4": "FishArmorLuck2", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fisherman_head", + "ArmorAppearanceF": "f_fisherman_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadBT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadBT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_FishermanT3", + "Name": "@LightChest_FishermanT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_FishermanT3_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 360, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "FishArmorLuck2", + "Perk4": "FishArmorCastDistance2", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_fisherman_chest", + "ArmorAppearanceF": "f_fisherman_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestBT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHands_FishermanT3", + "Name": "@LightHands_FishermanT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_FishermanT3_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 360, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightHands_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "", + "Perk3": "FishArmorCastDistance2", + "Perk4": "FishArmorSize2", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fisherman_hands", + "ArmorAppearanceF": "f_fisherman_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_TannerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_TannerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightLegs_FishermanT3", + "Name": "@LightLegs_FishermanT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_FishermanT3_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 360, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightLegs_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "FishArmorSize2", + "Perk4": "FishArmorLuck2", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fisherman_legs", + "ArmorAppearanceF": "f_fisherman_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/lightlegst1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/lightlegst1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightFeet_FishermanT3", + "Name": "@LightFeet_FishermanT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_FishermanT3_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 360, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightFeet_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorMonk", + "Perk2": "", + "Perk3": "FishArmorCastDistance2", + "Perk4": "FishArmorSize2", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_fisherman_feet", + "ArmorAppearanceF": "f_fisherman_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_MinerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_MinerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT3", + "CraftingRecipe": "SalvageSmall_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHead_FishermanVengefulT4", + "Name": "@LightHead_FishermanVengefulT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_FishermanVengefulT4_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 435, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHead_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "FishArmorSize3", + "Perk4": "FishArmorLuck2", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_head", + "ArmorAppearanceF": "f_vengefulFisherman_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadBT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadBT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_FishermanVengefulT4", + "Name": "@LightChest_FishermanVengefulT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_FishermanVengefulT4_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotChest", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 435, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "", + "Perk3": "FishArmorCastDistance3", + "Perk4": "FishArmorSize2", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vengefulFisherman_chest", + "ArmorAppearanceF": "f_vengefulFisherman_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestBT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHands_FishermanVengefulT4", + "Name": "@LightHands_FishermanVengefulT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_FishermanVengefulT4_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 435, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightHands_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "FishArmorLuck3", + "Perk4": "FishArmorCastDistance2", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_hands", + "ArmorAppearanceF": "f_vengefulFisherman_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_TannerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_TannerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightLegs_FishermanVengefulT4", + "Name": "@LightLegs_FishermanVengefulT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_FishermanVengefulT4_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotLegs", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 435, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightLegs_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorNomad", + "Perk2": "", + "Perk3": "FishArmorSize3", + "Perk4": "FishArmorCastDistance2", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_legs", + "ArmorAppearanceF": "f_vengefulFisherman_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/lightlegsat3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/lightlegsat3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT4", + "CraftingRecipe": "SalvageLarge_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightFeet_FishermanVengefulT4", + "Name": "@LightFeet_FishermanVengefulT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_FishermanVengefulT4_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 435, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "LightFeet_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "FishArmorLuck3", + "Perk4": "FishArmorSize2", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vengefulFisherman_feet", + "ArmorAppearanceF": "f_vengefulFisherman_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_MinerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_MinerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT4", + "CraftingRecipe": "SalvageSmall_ClothT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHead_FishermanVengefulT5", + "Name": "@LightHead_FishermanVengefulT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_FishermanVengefulT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 500, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "", + "Perk3": "FishArmorCastDistance3", + "Perk4": "FishArmorSize3", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_head", + "ArmorAppearanceF": "f_vengefulFisherman_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/LightHeadBT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LightHeadBT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_FishermanVengefulT5", + "Name": "@LightChest_FishermanVengefulT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_FishermanVengefulT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 500, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "FishArmorSize3", + "Perk4": "FishArmorLuck3", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vengefulFisherman_chest", + "ArmorAppearanceF": "f_vengefulFisherman_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/MediumChestBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumChestBT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHands_FishermanVengefulT5", + "Name": "@LightHands_FishermanVengefulT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_FishermanVengefulT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotHands", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 500, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorNomad", + "Perk2": "", + "Perk3": "FishArmorLuck3", + "Perk4": "FishArmorCastDistance3", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_hands", + "ArmorAppearanceF": "f_vengefulFisherman_hands", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_TannerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_TannerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightLegs_FishermanVengefulT5", + "Name": "@LightLegs_FishermanVengefulT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_FishermanVengefulT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 500, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "FishArmorCastDistance3", + "Perk4": "FishArmorLuck3", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_vengefulFisherman_legs", + "ArmorAppearanceF": "f_vengefulFisherman_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/lightlegsat3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/lightlegsat3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightFeet_FishermanVengefulT5", + "Name": "@LightFeet_FishermanVengefulT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_FishermanVengefulT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "Apparel", + "TradingFamily": "SlotFeet", + "TradingGroup": "ArmorLight", + "BindOnPickup": null, + "BindOnEquip": true, + "GearScoreOverride": 500, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorMage", + "Perk2": "", + "Perk3": "FishArmorLuck3", + "Perk4": "FishArmorSize3", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_vengefulFisherman_feet", + "ArmorAppearanceF": "f_vengefulFisherman_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Feet_MinerT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Feet_MinerT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hBowMonarchsBluffT3", + "Name": "@2hBowMonarchsBluffT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowMonarchsBluffT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "BowT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowMonarchsBluffT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowMonarchsBluffT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_TimberT3", + "CraftingRecipe": "SalvageLarge_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffLifeFirstLightT3", + "Name": "@2hStaffLifeFirstLightT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLifeFirstLightT3_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 345, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAncient", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeFirstLightT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeFirstLightT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hThrowingAxeWindswardT3", + "Name": "@1hThrowingAxeWindswardT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeWindswardT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 330, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeWindswardT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeWindswardT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hWarhammerEverfallT3", + "Name": "@2hWarhammerEverfallT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerEverfallT3_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 305, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAncient", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hDemoHammerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hDemoHammerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hLongswordCutlassKeysT4", + "Name": "@1hLongswordCutlassKeysT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordCutlassKeysT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 395, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAncient", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hMusketBrightwoodT4", + "Name": "@2hMusketBrightwoodT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusketBrightwoodT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 395, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hmusketbrightwoodt4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hmusketbrightwoodt4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hThrowingAxe_ExcavationHatchetT3", + "Name": "@1hThrowingAxe_ExcavationHatchetT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxe_ExcavationHatchetT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 345, + "MinGearScore": 330, + "MaxGearScore": 340, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Ability_Hatchet_FeralRush", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeCorruptedT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeCorruptedT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeCorruptedT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hRapier_ArchaicRapierT3", + "Name": "@1hRapier_ArchaicRapierT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_ArchaicRapierT3_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 350, + "MinGearScore": 330, + "MaxGearScore": 340, + "Tier": 3, + "ItemStatsRef": "RapierT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "PerkID_Weapon_DmgAncient", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffLife_BeamEternalT3", + "Name": "@2hStaffLife_BeamEternalT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLife_BeamEternalT3_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 395, + "MinGearScore": 380, + "MaxGearScore": 395, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Ability_LifeStaff_LightsEmbrace", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffFireWeaversFenT4", + "Name": "@2hStaffFireWeaversFenT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFireWeaversFenT4_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 405, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "FireStaffT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hElementalStaff_FireT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hElementalStaff_FireT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hThrowingAxeRestlessShoreT4", + "Name": "@1hThrowingAxeRestlessShoreT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeRestlessShoreT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 440, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgLost", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hWarhammerMourningdaleT4", + "Name": "@2hWarhammerMourningdaleT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammerMourningdaleT4_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 470, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "2HHammerT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAncient", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hDemoHammerT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hDemoHammerT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_MetalT4", + "CraftingRecipe": "SalvageLarge_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hThrowingAxeGreatCleaveT5", + "Name": "@1hThrowingAxeGreatCleaveT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxeGreatCleaveT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 460, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "HatchetT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hLongswordShatteredMountainT5", + "Name": "@1hLongswordShatteredMountainT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongswordShatteredMountainT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 470, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordShatteredMountainT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordShatteredMountainT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hRapier_VorpalBladeT4", + "Name": "@1hRapier_VorpalBladeT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_VorpalBladeT4_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 455, + "MinGearScore": 435, + "MaxGearScore": 445, + "Tier": 4, + "ItemStatsRef": "RapierT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_VoidDMG3", + "Perk3": "PerkID_Ability_Sword_WhirlingBlade", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hBowEdengroveT5", + "Name": "@2hBowEdengroveT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBowEdengroveT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowEdengroveT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowEdengroveT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_TimberT5", + "CraftingRecipe": "SalvageLarge_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hBow_TorrentT5", + "Name": "@2hBow_TorrentT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_TorrentT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_LightningDMG4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Bow_SplinterShot", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBow_TorrentT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBow_TorrentT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBow_TorrentT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_TimberT5", + "CraftingRecipe": "SalvageLarge_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 261, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hRapier_FrozenLamentT5", + "Name": "@1hRapier_FrozenLamentT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_FrozenLamentT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_ArcaneDMG4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Rapier_Riposte", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hGreataxe_ReformationT5", + "Name": "@2hGreataxe_ReformationT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxe_ReformationT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_FireDMG4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_GreatAxe_Whirlwind", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreataxe_ReformationT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreataxe_ReformationT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreataxe_ReformationT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hLongsword_TwilightsFallT5", + "Name": "@1hLongsword_TwilightsFallT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongsword_TwilightsFallT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_VoidDMG4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongsword_TwilightsFallT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongsword_TwilightsFallT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongsword_TwilightsFallT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hThrowingAxe_AzureRavagerT5", + "Name": "@1hThrowingAxe_AzureRavagerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxe_AzureRavagerT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_ArcaneDMG4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hatchet_FeralRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxe_AzureRavagerT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxe_AzureRavagerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxe_AzureRavagerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffFire_PrimeResolveT5", + "Name": "@2hStaffFire_PrimeResolveT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFire_PrimeResolveT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_ArcaneDMG4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_FireStaff_Flamethrower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFire_PrimeResolveT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFire_PrimeResolveT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFire_PrimeResolveT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hMusket_ClamorousVoxT5", + "Name": "@2hMusket_ClamorousVoxT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_ClamorousVoxT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_VoidDMG4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Musket_Traps", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusket_ClamorousVoxT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusket_ClamorousVoxT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusket_ClamorousVoxT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffLife_GlimmeringMercyT5", + "Name": "@2hStaffLife_GlimmeringMercyT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLife_GlimmeringMercyT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_LightningDMG4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_LifeStaff_LightsEmbrace", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLife_GlimmeringMercyT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLife_GlimmeringMercyT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLife_GlimmeringMercyT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hWarhammer_RampantConvictionT5", + "Name": "@2hWarhammer_RampantConvictionT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_RampantConvictionT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_FireDMG4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Hammer_ArmorBreaker", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammer_RampantConvictionT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammer_RampantConvictionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammer_RampantConvictionT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hSpear_HeavensplitterT5", + "Name": "@2hSpear_HeavensplitterT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_HeavensplitterT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_LightningDMG4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_Spear_VaultKick", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hTshield_RooksDefenseT5", + "Name": "@1hTshield_RooksDefenseT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@1hTshield_RooksDefenseT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSentry", + "Perk2": "", + "Perk3": "PerkID_Weapon_ThreatAdd", + "Perk4": "PerkID_WeaponMelee_BlockingStam", + "Perk5": "PerkID_Ability_Shield_FinalStand", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowershieldCrystallineT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldCrystallineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldCrystallineT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 66, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_ShieldA_metal", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hRshield_BoundlessWardT5", + "Name": "@1hRshield_BoundlessWardT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRshield_BoundlessWardT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_Durability", + "Perk4": "PerkID_WeaponMelee_BlockingStam", + "Perk5": "PerkID_Ability_Shield_FinalStand", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRshield_BoundlessWardT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRshield_BoundlessWardT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRshield_BoundlessWardT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hGauntletVoid_UmbrasReachT5", + "Name": "@1hGauntletVoid_UmbrasReachT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoid_UmbrasReachT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandMage", + "Perk2": "PerkID_Gem_FireDMG4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Ability_VoidGauntlet_VoidBlade_Lifesteal", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hVoidGauntlet_VoidT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hVoidGauntlet_VoidT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hVoidGauntlet_VoidT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hThrowingAxe_SQRewardShatteredT5", + "Name": "@1hThrowingAxe_SQRewardShatteredT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxe_SQRewardShatteredT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 510, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "PerkID_Ability_Hatchet_FeralRush", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hshield_SQRewardShatteredT5", + "Name": "@1hshield_SQRewardShatteredT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hshield_SQRewardShatteredT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 520, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandFighter", + "Perk2": "", + "Perk3": "PerkID_Weapon_CritChance", + "Perk4": "PerkID_Weapon_DmgBasic", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldHarbingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldHarbingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hLongsword_SQRewardShatteredT5", + "Name": "@1hLongsword_SQRewardShatteredT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongsword_SQRewardShatteredT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 535, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Ability_Hammer_ArmorBreaker", + "Perk4": "PerkID_Weapon_CDRBasic", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordDoomsingerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordDoomsingerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffFire_SQRewardShatteredT5", + "Name": "@2hStaffFire_SQRewardShatteredT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFire_SQRewardShatteredT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 535, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandAssassin", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Common_CDRonHit", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hRapier_SQRewardShatteredT5", + "Name": "@1hRapier_SQRewardShatteredT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_SQRewardShatteredT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 550, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Ability_Rapier_Flurry", + "Perk4": "PerkID_Weapon_OnKillStamina", + "Perk5": "PerkID_Common_Luck", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hMusket_SQRewardShatteredT5", + "Name": "@2hMusket_SQRewardShatteredT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_SQRewardShatteredT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 550, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_OnKillCDR", + "Perk4": "PerkID_Weapon_DmgBasic", + "Perk5": "PerkID_Weapon_HealOnDmg", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketBondsmanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketBondsmanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hWarhammer_SQRewardEdengroveT5", + "Name": "@2hWarhammer_SQRewardEdengroveT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_SQRewardEdengroveT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 570, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_DmgAngryEarth", + "Perk4": "PerkID_Ability_Hammer_Shockwave", + "Perk5": "PerkID_Common_CDR", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hwarhammerFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hWarhammer_SQRewardReekwaterT5", + "Name": "@2hWarhammerMourningdaleT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_SQRewardReekwaterT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 505, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Weapon_HealOnDmg", + "Perk4": "PerkID_Weapon_CDRBasic", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerRagebearerT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerRagebearerT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 115, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hThrowingAxe_SQRewardReekwaterT5", + "Name": "@1hThrowingAxeWindswardT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxe_SQRewardReekwaterT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 515, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "", + "Perk3": "PerkID_Armor_DefCorrupted", + "Perk4": "PerkID_Weapon_CDRBasic", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hBow_SQRewardReekwaterT5", + "Name": "@2hBowMonarchsBluffT3_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_SQRewardReekwaterT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 570, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandAssassin", + "Perk2": "PerkID_Gem_FireDMG4", + "Perk3": "PerkID_Ability_Bow_EvadeShot", + "Perk4": "PerkID_Common_Luck", + "Perk5": "PerkID_Weapon_OnKillHeal", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowOphanT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowOphanT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_TimberT5", + "CraftingRecipe": "SalvageLarge_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hLongsword_SQRewardReekwaterT5", + "Name": "@1hLongswordCutlassKeysT4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongsword_SQRewardReekwaterT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 570, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Ability_Shield_FinalStand", + "Perk4": "PerkID_Ability_Sword_WhirlingBlade", + "Perk5": "PerkID_Weapon_DmgBasic", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongsword_SeabornePlagueT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongsword_SeabornePlagueT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongsword_SeabornePlagueT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hShield_SQRewardReekwaterT5", + "Name": "@1hShield_SQRewardReekwaterT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hShield_SQRewardReekwaterT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 570, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldCT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandBarbarian", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_WeaponMelee_BlockingStam", + "Perk4": "PerkID_Ability_Hatchet_FeralRush", + "Perk5": "PerkID_Weapon_BleedonCrit", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hShieldCT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hShieldCT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hShieldCT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hGauntletIce_RimeLashT5", + "Name": "@1hGauntletIce_RimeLashT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIce_RimeLashT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandTrickster", + "Perk2": "PerkID_Gem_EmptyGemSlot", + "Perk3": "PerkID_Weapon_ChainIce", + "Perk4": "PerkID_Weapon_OnKillCDR", + "Perk5": "PerkID_Weapon_ManaOnHit", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hicegauntletWaveborneT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hicegauntletWaveborneT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hicegauntletWaveborneT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hBlunderbuss_LastArgumentT5", + "Name": "@2hBlunderbuss_LastArgumentT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hBlunderbuss_LastArgumentT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandBarbarian", + "Perk2": "PerkID_Gem_BrashGem4", + "Perk3": "PerkID_Weapon_DmgBasic", + "Perk4": "PerkID_WeaponRng_DmgHeatshot", + "Perk5": "PerkID_Weapon_FortifyOnCrit", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussFanaticT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussFanaticT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussFanaticT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Blunderbuss", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "AmuletFirstLightT3", + "Name": "@AmuletFirstLightT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 310, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "AmuletFirstLightT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Amulet_HP", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletCONT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletCONT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalPreciousT3", + "CraftingRecipe": "SalvageLarge_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "AmuletWindswardT3", + "Name": "@AmuletWindswardT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 310, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "AmuletWindswardT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Amulet_HP", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletSTRT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletSTRT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalPreciousT3", + "CraftingRecipe": "SalvageLarge_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "AmuletMonarchsBluffT3", + "Name": "@AmuletMonarchsBluffT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 295, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "AmuletMonarchsBluffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Amulet_HP", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletDEXT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletDEXT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalPreciousT3", + "CraftingRecipe": "SalvageLarge_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "AmuletEverfallT3", + "Name": "@AmuletEverfallT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 325, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "AmuletEverfallT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Amulet_HP", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletINTT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletINTT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalPreciousT3", + "CraftingRecipe": "SalvageLarge_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RingCutlassKeysT4", + "Name": "@RingCutlassKeysT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 390, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RingCutlassKeysT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Amulet_DefStrike", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingCONT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingCONT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RingWeaversFenT4", + "Name": "@RingWeaversFenT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 405, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RingWeaversFenT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Ring_Crit", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingSTRT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingSTRT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RingBrightwoodT4", + "Name": "@RingBrightwoodT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 385, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RingBrightwoodT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Amulet_StamOnLow", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingDEXT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingDEXT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RingRestlessShoreT4", + "Name": "@RingRestlessShoreT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 440, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RingRestlessShoreT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Amulet_StamOnLow", + "Perk4": "PerkID_Amulet_DurEmpower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingFOCT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingFOCT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RingMourningDaleT4", + "Name": "@RingMourningDaleT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 470, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RingMourningDaleT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Amulet_StamOnLow", + "Perk4": "PerkID_Amulet_DurEmpower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingINTT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingINTT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "EarringGreatCleaveT5", + "Name": "@EarringGreatCleaveT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 470, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "EarringGreatCleaveT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Common_CDR", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/EarringSTRT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EarringSTRT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "EarringEdengroveT5", + "Name": "@EarringEdengroveT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "EarringEdengroveT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/EarringDEXT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EarringDEXT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "EarringShatteredMountainT5", + "Name": "@EarringShatteredMountainT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 470, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "EarringShatteredMountainT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Common_CDR", + "Perk4": "PerkID_Common_CDRonDodge", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/EarringINTT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EarringINTT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RingMarauderIntroRewardT2", + "Name": "@RingMarauderIntroRewardT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@RingMarauderIntroRewardT2_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 215, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "RingCONT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingCONT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingCONT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalPreciousT2", + "CraftingRecipe": "SalvageSmall_MetalPreciousT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Ring_SQRewardShatteredT5", + "Name": "@Ring_SQRewardShatteredT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_SQRewardShatteredT5_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 510, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Common_CDR", + "Perk4": "PerkID_Amulet_DurHaste", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingCONT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingCONT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Amulet_SQRewardShatteredT5", + "Name": "@Amulet_SQRewardShatteredT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_SQRewardShatteredT5_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 570, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Amulet_HP", + "Perk4": "PerkID_Amulet_Healing", + "Perk5": "PerkID_Amulet_DurFortify", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletCONT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletCONT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Amulet_SQRewardEdengroveT5", + "Name": "@Amulet_SQRewardEdengroveT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_SQRewardEdengroveT5_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 510, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletINTT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorOccultist", + "Perk2": "", + "Perk3": "PerkID_Common_CDR", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletINTT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletINTT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Earring_SQRewardReekwaterT5", + "Name": "@Earring_SQRewardReekwaterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_SQRewardReekwaterT5_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 510, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringINTCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Amulet_StamOnLow", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/EarringINTCONT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EarringINTCONT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Ring_SQRewardReekwaterT5", + "Name": "@Ring_SQRewardReekwaterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_SQRewardReekwaterT5_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 510, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingFOCT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorMage", + "Perk2": "", + "Perk3": "PerkID_Common_Luck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingFOCT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingFOCT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Amulet_SQRewardReekwaterT5", + "Name": "@Amulet_SQRewardReekwaterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_SQRewardReekwaterT5_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 505, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletFOCCONT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Common_Luck", + "Perk4": "PerkID_Common_CDR", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletFOCCONT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletFOCCONT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Earring2_SQRewardReekwaterT5", + "Name": "@Earring2_SQRewardReekwaterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring2_SQRewardReekwaterT5_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 505, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringDEXT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Common_CDR", + "Perk4": "PerkID_Common_CDRonHit", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/EarringDEXT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EarringDEXT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Ring2_SQRewardReekwaterT5", + "Name": "@Ring2_SQRewardReekwaterT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring2_SQRewardReekwaterT5_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 510, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingSTRT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "", + "Perk3": "PerkID_Common_Luck", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingSTRT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingSTRT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Amulet_TribalLoyaltyCharmT2", + "Name": "@Amulet_TribalLoyaltyCharmT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_TribalLoyaltyCharmT2_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 230, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "AmuletSTRT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletSTRT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletSTRT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalPreciousT2", + "CraftingRecipe": "SalvageSmall_MetalPreciousT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Amulet_AmuletofRemembranceT2", + "Name": "@Amulet_AmuletofRemembranceT2_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_AmuletofRemembranceT2_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 250, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "AmuletINTT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorMage", + "Perk2": "", + "Perk3": "PerkID_Amulet_ManaOnLow", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletINTT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletINTT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT2", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT2", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Ring_WindswardLoopT3", + "Name": "@Ring_WindswardLoopT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_WindswardLoopT3_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 320, + "MinGearScore": 310, + "MaxGearScore": 320, + "Tier": 3, + "ItemStatsRef": "RingFOCCONT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "", + "Perk3": "PerkID_Common_CDR", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingFOCCONT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingFOCCONT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Ring_FirstLightSignetT3", + "Name": "@Ring_FirstLightSignetT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_FirstLightSignetT3_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 320, + "MinGearScore": 310, + "MaxGearScore": 320, + "Tier": 3, + "ItemStatsRef": "RingSTRFOCT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorNomad", + "Perk2": "", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingSTRFOCT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingSTRFOCT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Ring_EverfallThumbRingT3", + "Name": "@Ring_EverfallThumbRingT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_EverfallThumbRingT3_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 340, + "MinGearScore": 330, + "MaxGearScore": 340, + "Tier": 3, + "ItemStatsRef": "RingSTRT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "", + "Perk3": "PerkID_Common_CDR", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingSTRT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingSTRT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Ring_SoulwardensRingT3", + "Name": "@Ring_SoulwardensRingT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_SoulwardensRingT3_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 340, + "MinGearScore": 300, + "MaxGearScore": 315, + "Tier": 3, + "ItemStatsRef": "RingINTT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingINTT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingINTT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Amulet_ShatterstarAmuletT3", + "Name": "@Amulet_ShatterstarAmuletT3_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_ShatterstarAmuletT3_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 395, + "MinGearScore": 380, + "MaxGearScore": 395, + "Tier": 3, + "ItemStatsRef": "AmuletINTFOCT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorBarbarian", + "Perk2": "", + "Perk3": "PerkID_Amulet_HP", + "Perk4": "PerkID_Amulet_DurHaste", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletINTFOCT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletINTFOCT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Earring_SwashbucklersEarringT4", + "Name": "@Earring_SwashbucklersEarringT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_SwashbucklersEarringT4_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 415, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "EarringSTRCONT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "PerkID_Common_CDRonHit", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/EarringSTRCONT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EarringSTRCONT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Earring_WeaversHoopsT4", + "Name": "@Earring_WeaversHoopsT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_WeaversHoopsT4_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 415, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "EarringINTCONT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorBrigand", + "Perk2": "", + "Perk3": "PerkID_Common_CDR", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/EarringINTCONT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EarringINTCONT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Earring_WarlordsRegretsT4", + "Name": "@Earring_WarlordsRegretsT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_WarlordsRegretsT4_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 440, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "EarringFOCT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorDuelist", + "Perk2": "", + "Perk3": "PerkID_Common_CDR", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/EarringFOCT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EarringFOCT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Ring_BlessingoftheEarthT4", + "Name": "@Ring_BlessingoftheEarthT4_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_BlessingoftheEarthT4_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 495, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "RingFOCCONT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "", + "Perk3": "PerkID_Common_CDR", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingFOCCONT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingFOCCONT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalPreciousT4", + "CraftingRecipe": "SalvageSmall_MetalPreciousT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 625, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Amulet_TempestsHeartT5", + "Name": "@Amulet_TempestsHeartT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_TempestsHeartT5_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 580, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletFOCT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Amulet_HP", + "Perk4": "PerkID_Common_CDR", + "Perk5": "PerkID_Amulet_ManaOnLow", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletDEXFOCT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletDEXFOCT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Earring_AlazarsHookT5", + "Name": "@Earring_AlazarsHookT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "@Earring_AlazarsHookT5_Description", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 540, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringSTRT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "", + "Perk3": "PerkID_Common_CDR", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/EarringSTRT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EarringSTRT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_Fleam", + "Name": "@MI_Fleam_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Fleam_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_JarofLeeches", + "Name": "@MI_JarofLeeches_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_JarofLeeches_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JarofLeeches.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JarofLeeches.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_Pomander", + "Name": "@MI_Pomander_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Pomander_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Pomander.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Pomander.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_HagStones", + "Name": "@MI_HagStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HagStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HagStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HagStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_AncientCasket", + "Name": "@MI_AncientCasket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AncientCasket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AncientCasket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AncientCasket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_FaysCauldron", + "Name": "@MI_FaysCauldron_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_FaysCauldron_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornFabric.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornFabric.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_RedsHerring", + "Name": "@MI_RedsHerring_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_RedsHerring_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_RedsHerring.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_RedsHerring.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_Tarot", + "Name": "@MI_Tarot_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Tarot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Tarot.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Tarot.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_CorruptedSeal", + "Name": "@MI_CorruptedSeal_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedSeal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_Sundial", + "Name": "@MI_Sundial_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Sundial_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sundial.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sundial.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_GamblersDice", + "Name": "@MI_GamblersDice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_GamblersDice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_GamblersDice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_GamblersDice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass_16", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass_8", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass_5", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass_6", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass_13", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass_15", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass_11", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass_9", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass_10", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass_12", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass_4", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_NavigationCompass_2", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_IronCompass", + "Name": "@MI_IronCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_IronCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_IronCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_IronCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_ShotExtractor", + "Name": "@MI_ShotExtractor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShotExtractor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShotExtractor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShotExtractor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_EarTrumpet", + "Name": "@MI_EarTrumpet_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EarTrumpet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EarTrumpet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EarTrumpet.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_MaskofShame", + "Name": "@MI_MaskofShame_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_MaskofShame_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_ArcaneBottles", + "Name": "@MI_ArcaneBottles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ArcaneBottles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_CorruptedMoss", + "Name": "@MI_CorruptedMoss_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedMoss_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_SkeletonKeys", + "Name": "@MI_SkeletonKeys_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_SkeletonKeys_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SkeletonKeys.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SkeletonKeys.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_AeternumSpice", + "Name": "@MI_AeternumSpice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSpice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_AeternumSalt", + "Name": "@MI_AeternumSalt_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSalt_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSalt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSalt.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_AlchemistKit", + "Name": "@MI_AlchemistKit_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AlchemistKit_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_HomunculiTalisman", + "Name": "@MI_HomunculiTalisman_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HomunculiTalisman_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HomunculiTalisman.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HomunculiTalisman.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_TuningStone", + "Name": "@MI_TuningStone_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_TuningStone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_OuroborosCharm", + "Name": "@MI_OuroborosCharm_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OuroborosCharm_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_BezoarStones", + "Name": "@MI_BezoarStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BezoarStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BezoarStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BezoarStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_LostSceptor", + "Name": "@MI_LostSceptor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_LostSceptor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LostSceptor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LostSceptor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_CorruptedRelic", + "Name": "@MI_CorruptedRelic_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedRelic_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedRelic.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedRelic.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_Ancientthreads", + "Name": "@MI_Ancientthreads_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Ancientthreads_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Ancientthreads.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Ancientthreads.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_AeternumMateria", + "Name": "@MI_AeternumMateria_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumMateria_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumMateria.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumMateria.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_CorruptedKeepsake", + "Name": "@MI_CorruptedKeepsake_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedKeepsake_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedKeepsake.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedKeepsake.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_Alkahest", + "Name": "@MI_Alkahest_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Alkahest_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Alkahest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Alkahest.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_CommonSpectacles", + "Name": "@MI_CommonSpectacles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CommonSpectacles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CommonSpectacles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CommonSpectacles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_BrightwoodEitr", + "Name": "@MI_BrightwoodEitr_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BrightwoodEitr_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrightwoodEitr.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrightwoodEitr.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_ChaliceofDoom", + "Name": "@MI_ChaliceofDoom_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ChaliceofDoom_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ChaliceofDoom.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ChaliceofDoom.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_EssenceDistiller", + "Name": "@MI_EssenceDistiller_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EssenceDistiller_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_ShadowyPrism", + "Name": "@MI_ShadowyPrism_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShadowyPrism_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShadowyPrism.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShadowyPrism.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_OrnatePuzzleBox", + "Name": "@MI_OrnatePuzzleBox_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OrnatePuzzleBox_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_ForlornLocket", + "Name": "@MI_ForlornLocket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ForlornLocket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ForlornLocket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ForlornLocket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_CorruptedAura", + "Name": "@MI_CorruptedAura_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedAura_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedAura.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedAura.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4_16", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4_8", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4_5", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4_6", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4_13", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4_15", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4_11", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4_9", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4_10", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4_12", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4_4", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FastenersT4_2", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5_16", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5_8", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5_5", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5_6", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5_13", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5_15", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5_11", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5_9", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5_10", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5_12", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5_4", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RivetsT5_2", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1_16", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1_8", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1_5", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1_6", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1_13", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1_15", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1_11", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1_9", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1_10", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1_12", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1_4", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "VesselT1_2", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1_16", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1_8", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1_5", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1_6", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1_13", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1_15", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1_11", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1_9", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1_10", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1_12", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1_4", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BellowsT1_2", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1_16", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1_8", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1_5", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1_6", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1_13", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1_15", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1_11", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1_9", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1_10", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1_12", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1_4", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PrecisionToolT1_2", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1_16", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1_8", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1_5", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1_6", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1_13", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1_15", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1_11", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1_9", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1_10", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1_12", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1_4", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "ShuttleT1_2", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_MacguffinsCask", + "Name": "@MI_MacguffinsCask_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_MacguffinsCask_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MacguffinsCask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MacguffinsCask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "TimberBundle", + "Name": "@TimberBundle_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@TimberBundle_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WoodT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WoodT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CrateArmaments", + "Name": "@CrateArmaments_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CrateArmaments_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Merchant_Transport", + "Name": "@Merchant_Transport_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MerchantTransport_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChestT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChestT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CrateIronIngots", + "Name": "@CrateIronIngots_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CrateIronIngots_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LockboxT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LockboxT1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4_16", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4_8", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4_5", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4_6", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4_13", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4_15", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4_11", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4_9", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4_10", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4_12", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4_4", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LacingT4_2", + "Name": "@LacingT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@LacingT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5_16", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5_8", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5_5", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5_6", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5_13", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5_15", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5_11", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5_9", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5_10", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5_12", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5_4", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BucklesT5_2", + "Name": "@BucklesT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BucklesT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1_16", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1_8", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1_5", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1_6", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1_13", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1_15", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1_11", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1_9", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1_10", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1_12", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1_4", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "CatalystT1_2", + "Name": "@CatalystT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@CatalystT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40266_MI_Fleam", + "Name": "@MI_Fleam_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Fleam_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_greywolf_den_30131_MI_JarofLeeches", + "Name": "@MI_JarofLeeches_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_JarofLeeches_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JarofLeeches.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JarofLeeches.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_greywolf_den_30132_MI_Pomander", + "Name": "@MI_Pomander_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Pomander_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Pomander.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Pomander.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_witheredfarm_2_30104_MI_HagStones", + "Name": "@MI_HagStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HagStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HagStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HagStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_ruins_40223_MI_AncientCasket", + "Name": "@MI_AncientCasket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AncientCasket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AncientCasket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AncientCasket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_corrupted_farm_2_40103_MI_FaysCauldron", + "Name": "@MI_FaysCauldron_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_FaysCauldron_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FaysCauldron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FaysCauldron.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_Undead_Bastion_MI_RedsHerring", + "Name": "@MI_RedsHerring_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_RedsHerring_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_RedsHerring.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_RedsHerring.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_withered_farm_3_30114_MI_Tarot", + "Name": "@MI_Tarot_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Tarot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Tarot.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Tarot.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_wolf_den_40230_MI_CorruptedSeal", + "Name": "@MI_CorruptedSeal_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedSeal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_wolf_den_40226_MI_Sundial", + "Name": "@MI_Sundial_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Sundial_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sundial.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sundial.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_withered_mines_30112_MI_GamblersDice", + "Name": "@MI_GamblersDice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_GamblersDice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_GamblersDice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_GamblersDice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_bastion_3_40124_MI_NavigationCompass", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_alphawolf_den_30109_MI_IronCompass", + "Name": "@MI_IronCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_IronCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_IronCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_IronCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_alphawolf_den_40117_MI_ShotExtractor", + "Name": "@MI_ShotExtractor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShotExtractor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShotExtractor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShotExtractor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_bear_den_40125_MI_EarTrumpet", + "Name": "@MI_EarTrumpet_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EarTrumpet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EarTrumpet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EarTrumpet.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_withered_campsite_MI_MaskofShame", + "Name": "@MI_MaskofShame_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_MaskofShame_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40206_MI_ArcaneBottles", + "Name": "@MI_ArcaneBottles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ArcaneBottles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_alphawolf_den_40118_MI_CorruptedMoss", + "Name": "@MI_CorruptedMoss_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedMoss_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_alphawolf_den_40119_MI_SkeletonKeys", + "Name": "@MI_SkeletonKeys_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_SkeletonKeys_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SkeletonKeys.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SkeletonKeys.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_withered_farm_1_30118_MI_AeternumSpice", + "Name": "@MI_AeternumSpice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSpice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_withered_farm_1_40102_MI_AeternumSalt", + "Name": "@MI_AeternumSalt_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSalt_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSalt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSalt.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40204_MI_AlchemistKit", + "Name": "@MI_AlchemistKit_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AlchemistKit_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_withered_farm_3_MI_HomunculiTalisman", + "Name": "@MI_HomunculiTalisman_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HomunculiTalisman_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HomunculiTalisman.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HomunculiTalisman.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_mine_40203_MI_TuningStone", + "Name": "@MI_TuningStone_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_TuningStone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_farm_village_40267_MI_OuroborosCharm", + "Name": "@MI_OuroborosCharm_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OuroborosCharm_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_farm_village_40201_MI_BezoarStones", + "Name": "@MI_BezoarStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BezoarStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BezoarStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BezoarStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_fishing_village_40246_MI_LostSceptor", + "Name": "@MI_LostSceptor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_LostSceptor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LostSceptor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LostSceptor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_withered_farm_30116_MI_CorruptedRelic", + "Name": "@MI_CorruptedRelic_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedRelic_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedRelic.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedRelic.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_withered_farm_3_30115_MI_Ancientthreads", + "Name": "@MI_Ancientthreads_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Ancientthreads_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Ancientthreads.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Ancientthreads.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_Undead_Bastion_MI_AeternumMateria", + "Name": "@MI_AeternumMateria_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumMateria_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumMateria.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumMateria.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40206_MI_CorruptedKeepsake", + "Name": "@MI_CorruptedKeepsake_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedKeepsake_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedKeepsake.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedKeepsake.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40250_MI_Alkahest", + "Name": "@MI_Alkahest_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Alkahest_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Alkahest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Alkahest.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_graveyard_40320_MI_CommonSpectacles", + "Name": "@MI_CommonSpectacles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CommonSpectacles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CommonSpectacles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CommonSpectacles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_withered_farm_40104_MI_BrightwoodEitr", + "Name": "@MI_BrightwoodEitr_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BrightwoodEitr_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrightwoodEitr.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrightwoodEitr.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_bastion_30127_MI_ChaliceofDoom", + "Name": "@MI_ChaliceofDoom_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ChaliceofDoom_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ChaliceofDoom.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ChaliceofDoom.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_ruins_30119_MI_EssenceDistiller", + "Name": "@MI_EssenceDistiller_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EssenceDistiller_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_ruins_30121_MI_ShadowyPrism", + "Name": "@MI_ShadowyPrism_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShadowyPrism_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShadowyPrism.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShadowyPrism.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_tower_40217_MI_OrnatePuzzleBox", + "Name": "@MI_OrnatePuzzleBox_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OrnatePuzzleBox_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_tower_40218_MI_ForlornLocket", + "Name": "@MI_ForlornLocket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ForlornLocket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ForlornLocket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ForlornLocket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_lookout_40110_MI_CorruptedAura", + "Name": "@MI_CorruptedAura_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedAura_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedAura.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedAura.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_lookout_40114_FastenersT4", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_lookout_40108_RivetsT5", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_ruins_30120_VesselT1", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_tower_40215_BellowsT1", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_lookout_40109_PrecisionToolT1", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_tower_40216_ShuttleT1", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_tower_40219_MI_Fleam", + "Name": "@MI_Fleam_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Fleam_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_lookout_40113_MI_JarofLeeches", + "Name": "@MI_JarofLeeches_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_JarofLeeches_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JarofLeeches.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JarofLeeches.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_tower_40220_MI_Pomander", + "Name": "@MI_Pomander_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Pomander_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Pomander.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Pomander.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_lookout_40111_MI_HagStones", + "Name": "@MI_HagStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HagStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HagStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HagStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_lookout_40115_MI_AncientCasket", + "Name": "@MI_AncientCasket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AncientCasket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AncientCasket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AncientCasket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_lookout_40112_MI_FaysCauldron", + "Name": "@MI_FaysCauldron_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_FaysCauldron_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FaysCauldron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FaysCauldron.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_ruins_40123_MI_RedsHerring", + "Name": "@MI_RedsHerring_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_RedsHerring_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_RedsHerring.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_RedsHerring.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_buttress_40120_MI_Tarot", + "Name": "@MI_Tarot_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Tarot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Tarot.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Tarot.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_temple_lg_MI_CorruptedSeal", + "Name": "@MI_CorruptedSeal_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedSeal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_bridge_40121_MI_Sundial", + "Name": "@MI_Sundial_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Sundial_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sundial.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sundial.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_bastion_40227_MI_GamblersDice", + "Name": "@MI_GamblersDice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_GamblersDice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_GamblersDice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_GamblersDice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_shipwreck_30102_MI_NavigationCompass", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_bastion_40207_MI_IronCompass", + "Name": "@MI_IronCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_IronCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_IronCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_IronCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_bastion_50232_MI_ShotExtractor", + "Name": "@MI_ShotExtractor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShotExtractor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShotExtractor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShotExtractor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_bastion_30126_MI_EarTrumpet", + "Name": "@MI_EarTrumpet_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EarTrumpet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EarTrumpet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EarTrumpet.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_shipwreck_30101_MI_MaskofShame", + "Name": "@MI_MaskofShame_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_MaskofShame_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_bastion_2_40122_MI_ArcaneBottles", + "Name": "@MI_ArcaneBottles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ArcaneBottles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_bastion_1_40137_MI_CorruptedMoss", + "Name": "@MI_CorruptedMoss_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedMoss_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_bear_den_40138_MI_SkeletonKeys", + "Name": "@MI_SkeletonKeys_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_SkeletonKeys_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SkeletonKeys.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SkeletonKeys.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_shattered_obelisk_MI_AeternumSpice", + "Name": "@MI_AeternumSpice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSpice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_cavern_30124_MI_AeternumSalt", + "Name": "@MI_AeternumSalt_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSalt_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSalt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSalt.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_bridge_40126_MI_AlchemistKit", + "Name": "@MI_AlchemistKit_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AlchemistKit_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_bastion_2_40122_MI_HomunculiTalisman", + "Name": "@MI_HomunculiTalisman_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HomunculiTalisman_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HomunculiTalisman.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HomunculiTalisman.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_undead_bastion_2_40122_MI_TuningStone", + "Name": "@MI_TuningStone_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_TuningStone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40210_MI_OuroborosCharm", + "Name": "@MI_OuroborosCharm_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OuroborosCharm_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40263_MI_BezoarStones", + "Name": "@MI_BezoarStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BezoarStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BezoarStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BezoarStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40310_MI_LostSceptor", + "Name": "@MI_LostSceptor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_LostSceptor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LostSceptor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LostSceptor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_farm_village_40255_MI_CorruptedRelic", + "Name": "@MI_CorruptedRelic_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedRelic_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedRelic.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedRelic.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40258_MI_Ancientthreads", + "Name": "@MI_Ancientthreads_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Ancientthreads_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Ancientthreads.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Ancientthreads.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40256_MI_AeternumMateria", + "Name": "@MI_AeternumMateria_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumMateria_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumMateria.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumMateria.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40252_MI_CorruptedKeepsake", + "Name": "@MI_CorruptedKeepsake_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedKeepsake_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedKeepsake.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedKeepsake.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_farm_village_40251_MI_Alkahest", + "Name": "@MI_Alkahest_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Alkahest_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Alkahest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Alkahest.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40254_MI_CommonSpectacles", + "Name": "@MI_CommonSpectacles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CommonSpectacles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CommonSpectacles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CommonSpectacles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40262_MI_BrightwoodEitr", + "Name": "@MI_BrightwoodEitr_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BrightwoodEitr_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrightwoodEitr.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrightwoodEitr.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40261_MI_ChaliceofDoom", + "Name": "@MI_ChaliceofDoom_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ChaliceofDoom_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ChaliceofDoom.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ChaliceofDoom.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40264_MI_EssenceDistiller", + "Name": "@MI_EssenceDistiller_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EssenceDistiller_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40260_MI_ShadowyPrism", + "Name": "@MI_ShadowyPrism_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShadowyPrism_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShadowyPrism.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShadowyPrism.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40259_MI_OrnatePuzzleBox", + "Name": "@MI_OrnatePuzzleBox_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OrnatePuzzleBox_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40257_MI_ForlornLocket", + "Name": "@MI_ForlornLocket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ForlornLocket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ForlornLocket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ForlornLocket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40328_MI_CorruptedAura", + "Name": "@MI_CorruptedAura_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedAura_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedAura.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedAura.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40253_FastenersT4", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_graveyard_40327_RivetsT5", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40249_VesselT1", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_brightwoodsisle_40221_BellowsT1", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_cave_40229_PrecisionToolT1", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_azure_tree_40222_ShuttleT1", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_ruins_40214_MI_Fleam", + "Name": "@MI_Fleam_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Fleam_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_cave_40248_MI_JarofLeeches", + "Name": "@MI_JarofLeeches_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_JarofLeeches_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JarofLeeches.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JarofLeeches.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_lumbermill_40202_MI_Pomander", + "Name": "@MI_Pomander_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Pomander_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Pomander.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Pomander.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_mine_40306_MI_HagStones", + "Name": "@MI_HagStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HagStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HagStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HagStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_bear_den_40138_MI_AncientCasket", + "Name": "@MI_AncientCasket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AncientCasket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AncientCasket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AncientCasket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_cave_40248_MI_FaysCauldron", + "Name": "@MI_FaysCauldron_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_FaysCauldron_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FaysCauldron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FaysCauldron.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_brightwoodsisle_40221_MI_RedsHerring", + "Name": "@MI_RedsHerring_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_RedsHerring_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_RedsHerring.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_RedsHerring.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40328_MI_Tarot", + "Name": "@MI_Tarot_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Tarot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Tarot.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Tarot.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_cave_40321_MI_CorruptedSeal", + "Name": "@MI_CorruptedSeal_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedSeal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_cave_40224_MI_Sundial", + "Name": "@MI_Sundial_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Sundial_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sundial.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sundial.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_cave_40247_MI_GamblersDice", + "Name": "@MI_GamblersDice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_GamblersDice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_GamblersDice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_GamblersDice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_corrupted_fort_40315_MI_NavigationCompass", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_corrupted_fort_40317_MI_IronCompass", + "Name": "@MI_IronCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_IronCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_IronCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_IronCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_corrupted_fort_40318_MI_ShotExtractor", + "Name": "@MI_ShotExtractor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShotExtractor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShotExtractor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShotExtractor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_military_camp_40405_MI_EarTrumpet", + "Name": "@MI_EarTrumpet_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EarTrumpet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EarTrumpet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EarTrumpet.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_corrupted_fort_40319_MI_MaskofShame", + "Name": "@MI_MaskofShame_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_MaskofShame_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_shrine_40314_MI_ArcaneBottles", + "Name": "@MI_ArcaneBottles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ArcaneBottles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_corrupted_fort_alchemy_01_40403_MI_CorruptedMoss", + "Name": "@MI_CorruptedMoss_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedMoss_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_corrupted_fort_provisioning_01_40404_MI_SkeletonKeys", + "Name": "@MI_SkeletonKeys_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_SkeletonKeys_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SkeletonKeys.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SkeletonKeys.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_corrupted_fort_tannery_01_40402_MI_AeternumSpice", + "Name": "@MI_AeternumSpice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSpice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_corrupted_fort_weaving_01_40401_MI_AeternumSalt", + "Name": "@MI_AeternumSalt_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSalt_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSalt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSalt.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_damnedcapital_MI_AlchemistKit", + "Name": "@MI_AlchemistKit_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AlchemistKit_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_greatcleavesouthwall_40301_MI_HomunculiTalisman", + "Name": "@MI_HomunculiTalisman_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HomunculiTalisman_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HomunculiTalisman.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HomunculiTalisman.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_corrupted_fort_40316_MI_TuningStone", + "Name": "@MI_TuningStone_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_TuningStone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_mine_40305_MI_OuroborosCharm", + "Name": "@MI_OuroborosCharm_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OuroborosCharm_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_damnedfortress_MI_BezoarStones", + "Name": "@MI_BezoarStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BezoarStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BezoarStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BezoarStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_ancient_shrine_40313_MI_LostSceptor", + "Name": "@MI_LostSceptor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_LostSceptor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LostSceptor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LostSceptor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_bear_den_30107_MI_CorruptedRelic", + "Name": "@MI_CorruptedRelic_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedRelic_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedRelic.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedRelic.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_bear_den_40139_MI_Ancientthreads", + "Name": "@MI_Ancientthreads_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Ancientthreads_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Ancientthreads.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Ancientthreads.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_village_40308_MI_AeternumMateria", + "Name": "@MI_AeternumMateria_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumMateria_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumMateria.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumMateria.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_farm_village_40303_MI_CorruptedKeepsake", + "Name": "@MI_CorruptedKeepsake_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedKeepsake_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedKeepsake.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedKeepsake.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_shipwreck_50101_MI_NavigationCompass", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_shipwreck_50102_MI_ShotExtractor", + "Name": "@MI_ShotExtractor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShotExtractor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShotExtractor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShotExtractor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_shipwreck_50104_MI_ForlornLocket", + "Name": "@MI_ForlornLocket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ForlornLocket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ForlornLocket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ForlornLocket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_abandoned_fishing_village_50106_MI_AeternumSpice", + "Name": "@MI_AeternumSpice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSpice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_Hilltop_Ruins_50118_MI_OrnatePuzzleBox", + "Name": "@MI_OrnatePuzzleBox_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OrnatePuzzleBox_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_AE_Cave_50120_MI_AeternumSalt", + "Name": "@MI_AeternumSalt_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSalt_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSalt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSalt.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_Lost_Cave_50121_MI_Tarot", + "Name": "@MI_Tarot_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Tarot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Tarot.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Tarot.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_Ghost_Town_50122_MI_FaysCauldron", + "Name": "@MI_FaysCauldron_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_FaysCauldron_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FaysCauldron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FaysCauldron.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_Glowing_Swamp_50124_MI_HagStones", + "Name": "@MI_HagStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HagStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HagStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HagStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_Flooded_Ruins_50125_MI_ShadowyPrism", + "Name": "@MI_ShadowyPrism_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShadowyPrism_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShadowyPrism.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShadowyPrism.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_Bayou_Village_50126_MI_OuroborosCharm", + "Name": "@MI_OuroborosCharm_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OuroborosCharm_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_Flooded_Ruins_50127_MI_Ancientthreads", + "Name": "@MI_Ancientthreads_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Ancientthreads_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Ancientthreads.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Ancientthreads.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_Lighthouse_Ruins_50128_MI_BezoarStones", + "Name": "@MI_BezoarStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BezoarStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BezoarStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BezoarStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_Lighthouse_Base_50129_MI_ArcaneBottles", + "Name": "@MI_ArcaneBottles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ArcaneBottles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "KT_Overgrown_Village_50133_MI_AeternumMateria", + "Name": "@MI_AeternumMateria_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumMateria_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumMateria.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumMateria.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40266_MI_Fleam", + "Name": "@MI_Fleam_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Fleam_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_greywolf_den_30131_MI_JarofLeeches", + "Name": "@MI_JarofLeeches_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_JarofLeeches_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JarofLeeches.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JarofLeeches.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_greywolf_den_30132_MI_Pomander", + "Name": "@MI_Pomander_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Pomander_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Pomander.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Pomander.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_witheredfarm_2_30104_MI_HagStones", + "Name": "@MI_HagStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HagStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HagStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HagStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_ruins_40223_MI_AncientCasket", + "Name": "@MI_AncientCasket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AncientCasket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AncientCasket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AncientCasket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_corrupted_farm_2_40103_MI_FaysCauldron", + "Name": "@MI_FaysCauldron_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_FaysCauldron_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FaysCauldron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FaysCauldron.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_Undead_Bastion_MI_RedsHerring", + "Name": "@MI_RedsHerring_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_RedsHerring_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_RedsHerring.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_RedsHerring.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_withered_farm_3_30114_MI_Tarot", + "Name": "@MI_Tarot_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Tarot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Tarot.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Tarot.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_wolf_den_40230_MI_CorruptedSeal", + "Name": "@MI_CorruptedSeal_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedSeal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_wolf_den_40226_MI_Sundial", + "Name": "@MI_Sundial_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Sundial_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sundial.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sundial.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_withered_mines_30112_MI_GamblersDice", + "Name": "@MI_GamblersDice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_GamblersDice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_GamblersDice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_GamblersDice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_bastion_3_40124_MI_NavigationCompass", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_alphawolf_den_30109_MI_IronCompass", + "Name": "@MI_IronCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_IronCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_IronCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_IronCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_alphawolf_den_40117_MI_ShotExtractor", + "Name": "@MI_ShotExtractor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShotExtractor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShotExtractor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShotExtractor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_bear_den_40125_MI_EarTrumpet", + "Name": "@MI_EarTrumpet_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EarTrumpet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EarTrumpet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EarTrumpet.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_withered_campsite_MI_MaskofShame", + "Name": "@MI_MaskofShame_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_MaskofShame_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40206_MI_ArcaneBottles", + "Name": "@MI_ArcaneBottles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ArcaneBottles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_alphawolf_den_40118_MI_CorruptedMoss", + "Name": "@MI_CorruptedMoss_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedMoss_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_alphawolf_den_40119_MI_SkeletonKeys", + "Name": "@MI_SkeletonKeys_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_SkeletonKeys_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SkeletonKeys.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SkeletonKeys.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_withered_farm_1_30118_MI_AeternumSpice", + "Name": "@MI_AeternumSpice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSpice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_withered_farm_1_40102_MI_AeternumSalt", + "Name": "@MI_AeternumSalt_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSalt_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSalt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSalt.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40204_MI_AlchemistKit", + "Name": "@MI_AlchemistKit_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AlchemistKit_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_withered_farm_3_MI_HomunculiTalisman", + "Name": "@MI_HomunculiTalisman_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HomunculiTalisman_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HomunculiTalisman.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HomunculiTalisman.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_mine_40203_MI_TuningStone", + "Name": "@MI_TuningStone_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_TuningStone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_farm_village_40267_MI_OuroborosCharm", + "Name": "@MI_OuroborosCharm_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OuroborosCharm_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_farm_village_40201_MI_BezoarStones", + "Name": "@MI_BezoarStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BezoarStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BezoarStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BezoarStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_fishing_village_40246_MI_LostSceptor", + "Name": "@MI_LostSceptor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_LostSceptor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LostSceptor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LostSceptor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_withered_farm_30116_MI_CorruptedRelic", + "Name": "@MI_CorruptedRelic_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedRelic_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedRelic.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedRelic.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_withered_farm_3_30115_MI_Ancientthreads", + "Name": "@MI_Ancientthreads_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Ancientthreads_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Ancientthreads.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Ancientthreads.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_Undead_Bastion_MI_AeternumMateria", + "Name": "@MI_AeternumMateria_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumMateria_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumMateria.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumMateria.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40206_MI_CorruptedKeepsake", + "Name": "@MI_CorruptedKeepsake_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedKeepsake_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedKeepsake.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedKeepsake.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40250_MI_Alkahest", + "Name": "@MI_Alkahest_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Alkahest_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Alkahest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Alkahest.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_graveyard_40320_MI_CommonSpectacles", + "Name": "@MI_CommonSpectacles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CommonSpectacles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CommonSpectacles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CommonSpectacles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_withered_farm_40104_MI_BrightwoodEitr", + "Name": "@MI_BrightwoodEitr_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BrightwoodEitr_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrightwoodEitr.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrightwoodEitr.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_bastion_30127_MI_ChaliceofDoom", + "Name": "@MI_ChaliceofDoom_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ChaliceofDoom_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ChaliceofDoom.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ChaliceofDoom.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_ruins_30119_MI_EssenceDistiller", + "Name": "@MI_EssenceDistiller_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EssenceDistiller_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_ruins_30121_MI_ShadowyPrism", + "Name": "@MI_ShadowyPrism_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShadowyPrism_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShadowyPrism.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShadowyPrism.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_tower_40217_MI_OrnatePuzzleBox", + "Name": "@MI_OrnatePuzzleBox_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OrnatePuzzleBox_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_tower_40218_MI_ForlornLocket", + "Name": "@MI_ForlornLocket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ForlornLocket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ForlornLocket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ForlornLocket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_lookout_40110_MI_CorruptedAura", + "Name": "@MI_CorruptedAura_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedAura_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedAura.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedAura.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_lookout_40114_FastenersT4", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_lookout_40108_RivetsT5", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_ruins_30120_VesselT1", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_tower_40215_BellowsT1", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_lookout_40109_PrecisionToolT1", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_tower_40216_ShuttleT1", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_tower_40219_MI_Fleam", + "Name": "@MI_Fleam_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Fleam_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_lookout_40113_MI_JarofLeeches", + "Name": "@MI_JarofLeeches_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_JarofLeeches_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JarofLeeches.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JarofLeeches.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_tower_40220_MI_Pomander", + "Name": "@MI_Pomander_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Pomander_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Pomander.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Pomander.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_lookout_40111_MI_HagStones", + "Name": "@MI_HagStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HagStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HagStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HagStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_lookout_40115_MI_AncientCasket", + "Name": "@MI_AncientCasket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AncientCasket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AncientCasket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AncientCasket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_lookout_40112_MI_FaysCauldron", + "Name": "@MI_FaysCauldron_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_FaysCauldron_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FaysCauldron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FaysCauldron.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_ruins_40123_MI_RedsHerring", + "Name": "@MI_RedsHerring_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_RedsHerring_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_RedsHerring.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_RedsHerring.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_buttress_40120_MI_Tarot", + "Name": "@MI_Tarot_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Tarot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Tarot.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Tarot.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_temple_lg_MI_CorruptedSeal", + "Name": "@MI_CorruptedSeal_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedSeal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_bridge_40121_MI_Sundial", + "Name": "@MI_Sundial_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Sundial_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sundial.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sundial.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_bastion_40227_MI_GamblersDice", + "Name": "@MI_GamblersDice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_GamblersDice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_GamblersDice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_GamblersDice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_shipwreck_30102_MI_NavigationCompass", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_bastion_40207_MI_IronCompass", + "Name": "@MI_IronCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_IronCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_IronCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_IronCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_bastion_50232_MI_ShotExtractor", + "Name": "@MI_ShotExtractor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShotExtractor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShotExtractor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShotExtractor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_bastion_30126_MI_EarTrumpet", + "Name": "@MI_EarTrumpet_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EarTrumpet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EarTrumpet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EarTrumpet.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_shipwreck_30101_MI_MaskofShame", + "Name": "@MI_MaskofShame_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_MaskofShame_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_bastion_2_40122_MI_ArcaneBottles", + "Name": "@MI_ArcaneBottles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ArcaneBottles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_bastion_1_40137_MI_CorruptedMoss", + "Name": "@MI_CorruptedMoss_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedMoss_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_bear_den_40138_MI_SkeletonKeys", + "Name": "@MI_SkeletonKeys_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_SkeletonKeys_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SkeletonKeys.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SkeletonKeys.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_shattered_obelisk_MI_AeternumSpice", + "Name": "@MI_AeternumSpice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSpice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_cavern_30124_MI_AeternumSalt", + "Name": "@MI_AeternumSalt_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSalt_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSalt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSalt.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_bridge_40126_MI_AlchemistKit", + "Name": "@MI_AlchemistKit_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AlchemistKit_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_bastion_2_40122_MI_HomunculiTalisman", + "Name": "@MI_HomunculiTalisman_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HomunculiTalisman_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HomunculiTalisman.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HomunculiTalisman.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_undead_bastion_2_40122_MI_TuningStone", + "Name": "@MI_TuningStone_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_TuningStone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40210_MI_OuroborosCharm", + "Name": "@MI_OuroborosCharm_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OuroborosCharm_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40263_MI_BezoarStones", + "Name": "@MI_BezoarStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BezoarStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BezoarStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BezoarStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40310_MI_LostSceptor", + "Name": "@MI_LostSceptor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_LostSceptor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LostSceptor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LostSceptor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_farm_village_40255_MI_CorruptedRelic", + "Name": "@MI_CorruptedRelic_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedRelic_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedRelic.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedRelic.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40258_MI_Ancientthreads", + "Name": "@MI_Ancientthreads_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Ancientthreads_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Ancientthreads.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Ancientthreads.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40256_MI_AeternumMateria", + "Name": "@MI_AeternumMateria_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumMateria_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumMateria.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumMateria.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40252_MI_CorruptedKeepsake", + "Name": "@MI_CorruptedKeepsake_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedKeepsake_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedKeepsake.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedKeepsake.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_farm_village_40251_MI_Alkahest", + "Name": "@MI_Alkahest_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Alkahest_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Alkahest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Alkahest.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40254_MI_CommonSpectacles", + "Name": "@MI_CommonSpectacles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CommonSpectacles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CommonSpectacles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CommonSpectacles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40262_MI_BrightwoodEitr", + "Name": "@MI_BrightwoodEitr_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BrightwoodEitr_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrightwoodEitr.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrightwoodEitr.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40261_MI_ChaliceofDoom", + "Name": "@MI_ChaliceofDoom_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ChaliceofDoom_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ChaliceofDoom.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ChaliceofDoom.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40264_MI_EssenceDistiller", + "Name": "@MI_EssenceDistiller_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EssenceDistiller_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40260_MI_ShadowyPrism", + "Name": "@MI_ShadowyPrism_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShadowyPrism_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShadowyPrism.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShadowyPrism.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40259_MI_OrnatePuzzleBox", + "Name": "@MI_OrnatePuzzleBox_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OrnatePuzzleBox_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40257_MI_ForlornLocket", + "Name": "@MI_ForlornLocket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ForlornLocket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ForlornLocket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ForlornLocket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40328_MI_CorruptedAura", + "Name": "@MI_CorruptedAura_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedAura_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedAura.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedAura.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40253_FastenersT4", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_graveyard_40327_RivetsT5", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40249_VesselT1", + "Name": "@VesselT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@VesselT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VesselT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VesselT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_brightwoodsisle_40221_BellowsT1", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_cave_40229_PrecisionToolT1", + "Name": "@PrecisionToolT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PrecisionToolT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_azure_tree_40222_ShuttleT1", + "Name": "@ShuttleT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@ShuttleT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_ruins_40214_MI_Fleam", + "Name": "@MI_Fleam_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Fleam_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_cave_40248_MI_JarofLeeches", + "Name": "@MI_JarofLeeches_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_JarofLeeches_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JarofLeeches.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JarofLeeches.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_lumbermill_40202_MI_Pomander", + "Name": "@MI_Pomander_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Pomander_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Pomander.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Pomander.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_mine_40306_MI_HagStones", + "Name": "@MI_HagStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HagStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HagStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HagStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_bear_den_40138_MI_AncientCasket", + "Name": "@MI_AncientCasket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AncientCasket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AncientCasket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AncientCasket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_cave_40248_MI_FaysCauldron", + "Name": "@MI_FaysCauldron_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_FaysCauldron_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FaysCauldron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FaysCauldron.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_brightwoodsisle_40221_MI_RedsHerring", + "Name": "@MI_RedsHerring_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_RedsHerring_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_RedsHerring.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_RedsHerring.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40328_MI_Tarot", + "Name": "@MI_Tarot_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Tarot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Tarot.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Tarot.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_cave_40321_MI_CorruptedSeal", + "Name": "@MI_CorruptedSeal_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedSeal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_cave_40224_MI_Sundial", + "Name": "@MI_Sundial_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Sundial_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sundial.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sundial.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_cave_40247_MI_GamblersDice", + "Name": "@MI_GamblersDice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_GamblersDice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_GamblersDice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_GamblersDice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_corrupted_fort_40315_MI_NavigationCompass", + "Name": "@MI_NavigationCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_NavigationCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_corrupted_fort_40317_MI_IronCompass", + "Name": "@MI_IronCompass_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_IronCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_IronCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_IronCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_corrupted_fort_40318_MI_ShotExtractor", + "Name": "@MI_ShotExtractor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShotExtractor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShotExtractor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShotExtractor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_military_camp_40405_MI_EarTrumpet", + "Name": "@MI_EarTrumpet_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EarTrumpet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EarTrumpet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EarTrumpet.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_corrupted_fort_40319_MI_MaskofShame", + "Name": "@MI_MaskofShame_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_MaskofShame_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_shrine_40314_MI_ArcaneBottles", + "Name": "@MI_ArcaneBottles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ArcaneBottles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_corrupted_fort_alchemy_01_40403_MI_CorruptedMoss", + "Name": "@MI_CorruptedMoss_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedMoss_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_corrupted_fort_provisioning_01_40404_MI_SkeletonKeys", + "Name": "@MI_SkeletonKeys_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_SkeletonKeys_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SkeletonKeys.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SkeletonKeys.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_corrupted_fort_tannery_01_40402_MI_AeternumSpice", + "Name": "@MI_AeternumSpice_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSpice_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_corrupted_fort_weaving_01_40401_MI_AeternumSalt", + "Name": "@MI_AeternumSalt_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumSalt_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSalt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSalt.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_damnedcapital_MI_AlchemistKit", + "Name": "@MI_AlchemistKit_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AlchemistKit_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_greatcleavesouthwall_40301_MI_HomunculiTalisman", + "Name": "@MI_HomunculiTalisman_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HomunculiTalisman_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HomunculiTalisman.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HomunculiTalisman.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_corrupted_fort_40316_MI_TuningStone", + "Name": "@MI_TuningStone_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_TuningStone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_mine_40305_MI_OuroborosCharm", + "Name": "@MI_OuroborosCharm_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_OuroborosCharm_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_damnedfortress_MI_BezoarStones", + "Name": "@MI_BezoarStones_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_BezoarStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BezoarStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BezoarStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_ancient_shrine_40313_MI_LostSceptor", + "Name": "@MI_LostSceptor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_LostSceptor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LostSceptor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LostSceptor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_bear_den_30107_MI_CorruptedRelic", + "Name": "@MI_CorruptedRelic_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedRelic_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedRelic.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedRelic.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_bear_den_40139_MI_Ancientthreads", + "Name": "@MI_Ancientthreads_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Ancientthreads_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Ancientthreads.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Ancientthreads.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_village_40308_MI_AeternumMateria", + "Name": "@MI_AeternumMateria_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AeternumMateria_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumMateria.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumMateria.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_farm_village_40303_MI_CorruptedKeepsake", + "Name": "@MI_CorruptedKeepsake_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedKeepsake_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedKeepsake.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedKeepsake.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_Bayou_Village_50126_MI_MaskofShame", + "Name": "@MI_MaskofShame_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_MaskofShame_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_Hilltop_Ruins_50118_MI_ArcaneBottles", + "Name": "@MI_ArcaneBottles_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ArcaneBottles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_Flooded_Ruins_50125_MI_HomunculiTalisman", + "Name": "@MI_HomunculiTalisman_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_HomunculiTalisman_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HomunculiTalisman.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HomunculiTalisman.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_AE_Cave_50120_MI_TuningStone", + "Name": "@MI_TuningStone_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_TuningStone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_Lighthouse_Ruins_50128_MI_AncientCasket", + "Name": "@MI_AncientCasket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AncientCasket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AncientCasket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AncientCasket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_abandoned_fishing_village_50106_MI_RedsHerring", + "Name": "@MI_RedsHerring_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_RedsHerring_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_RedsHerring.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_RedsHerring.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_Overgrown_Village_50133_MI_LostSceptor", + "Name": "@MI_LostSceptor_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_LostSceptor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LostSceptor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LostSceptor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_Flooded_Ruins_50127_MI_CorruptedRelic", + "Name": "@MI_CorruptedRelic_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CorruptedRelic_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedRelic.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedRelic.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_shipwreck_50101_MI_EarTrumpet", + "Name": "@MI_EarTrumpet_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_EarTrumpet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EarTrumpet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EarTrumpet.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_Glowing_Swamp_50124_MI_JarofLeeches", + "Name": "@MI_JarofLeeches_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_JarofLeeches_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JarofLeeches.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JarofLeeches.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_shipwreck_50102_MI_Pomander", + "Name": "@MI_Pomander_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_Pomander_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Pomander.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Pomander.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_Lighthouse_Base_50129_MI_AncientCasket", + "Name": "@MI_AncientCasket_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_AncientCasket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AncientCasket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AncientCasket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_Lost_Cave_50121_FastenersT4", + "Name": "@FastenersT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FastenersT4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_Ghost_Town_50122_RivetsT5", + "Name": "@RivetsT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RivetsT5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Fetch_shipwreck_50104_BellowsT1", + "Name": "@BellowsT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@BellowsT1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PVP_TimberBundle_1", + "Name": "@PVP_TimberBundle_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PVP_TimberBundle_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChestT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChestT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PVP_CrateArmaments_2", + "Name": "@PVP_CrateArmaments_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PVP_CrateArmaments_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChestT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChestT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PVP_Merchant_Transport_3", + "Name": "@PVP_Merchant_Transport_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PVP_Merchant_Transport_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChestT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChestT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PVP_CrateIronIngots_4", + "Name": "@PVP_CrateIronIngots_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PVP_CrateIronIngots_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChestT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChestT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PVP_TimberBundle_5", + "Name": "@PVP_TimberBundle_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PVP_TimberBundle_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChestT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChestT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PVP_CrateArmaments_6", + "Name": "@PVP_CrateArmaments_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PVP_CrateArmaments_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChestT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChestT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PVP_Merchant_Transport_7", + "Name": "@PVP_Merchant_Transport_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PVP_Merchant_Transport_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChestT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChestT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "PVP_CrateIronIngots_8", + "Name": "@PVP_CrateIronIngots_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@PVP_CrateIronIngots_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChestT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChestT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2Battle_PlansBrightwood", + "Name": "@2Battle_PlansBrightwood_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@2Battle_PlansBrightwood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2Secret_OrdersBrightwood", + "Name": "@2Secret_OrdersBrightwood_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@2Secret_OrdersBrightwood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2War_SuppliesBrightwood", + "Name": "@2War_SuppliesBrightwood_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@2War_SuppliesBrightwood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2Tactical_MapsBrightwood", + "Name": "@2Tactical_MapsBrightwood_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@2Tactical_MapsBrightwood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2Sealed_DocumentsBrightwood", + "Name": "@2Sealed_DocumentsBrightwood_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@2Sealed_DocumentsBrightwood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2CipherBrightwood", + "Name": "@2CipherBrightwood_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@2CipherBrightwood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "4Battle_PlansEverfall", + "Name": "@4Battle_PlansEverfall_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@4Battle_PlansEverfall_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "4Secret_OrdersEverfall", + "Name": "@4Secret_OrdersEverfall_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@4Secret_OrdersEverfall_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "4War_SuppliesEverfall", + "Name": "@4War_SuppliesEverfall_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@4War_SuppliesEverfall_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "4Tactical_MapsEverfall", + "Name": "@4Tactical_MapsEverfall_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@4Tactical_MapsEverfall_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "4Sealed_DocumentsEverfall", + "Name": "@4Sealed_DocumentsEverfall_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@4Sealed_DocumentsEverfall_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "4CipherEverfall", + "Name": "@4CipherEverfall_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@4CipherEverfall_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "6Battle_PlansWindsward", + "Name": "@6Battle_PlansWindsward_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@6Battle_PlansWindsward_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "6Secret_OrdersWindsward", + "Name": "@6Secret_OrdersWindsward_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@6Secret_OrdersWindsward_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "6War_SuppliesWindsward", + "Name": "@6War_SuppliesWindsward_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@6War_SuppliesWindsward_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "6Tactical_MapsWindsward", + "Name": "@6Tactical_MapsWindsward_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@6Tactical_MapsWindsward_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "6Sealed_DocumentsWindsward", + "Name": "@6Sealed_DocumentsWindsward_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@6Sealed_DocumentsWindsward_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "6CipherWindsward", + "Name": "@6CipherWindsward_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@6CipherWindsward_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "12Battle_PlansMonarchsbluff", + "Name": "@12Battle_PlansMonarchsbluff_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@12Battle_PlansMonarchsbluff_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "12Secret_OrdersMonarchsbluff", + "Name": "@12Secret_OrdersMonarchsbluff_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@12Secret_OrdersMonarchsbluff_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "12War_SuppliesMonarchsbluff", + "Name": "@12War_SuppliesMonarchsbluff_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@12War_SuppliesMonarchsbluff_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "12Tactical_MapsMonarchsbluff", + "Name": "@12Tactical_MapsMonarchsbluff_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@12Tactical_MapsMonarchsbluff_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "12Sealed_DocumentsMonarchsbluff", + "Name": "@12Sealed_DocumentsMonarchsbluff_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@12Sealed_DocumentsMonarchsbluff_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "12CipherMonarchsbluff", + "Name": "@12CipherMonarchsbluff_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@12CipherMonarchsbluff_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "15_Battle_Plans", + "Name": "@15_Battle_Plans_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@15_Battle_Plans_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "15_Secret_Orders", + "Name": "@15_Secret_Orders_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@15_Secret_Orders_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "15_Tactical_Maps", + "Name": "@15_Tactical_Maps_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@15_Tactical_Maps_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "11_Battle_Plans", + "Name": "@11_Battle_Plans_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@11_Battle_Plans_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "11_Secret_Orders", + "Name": "@11_Secret_Orders_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@11_Secret_Orders_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "11_Tactical_Maps", + "Name": "@11_Tactical_Maps_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@11_Tactical_Maps_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9_Battle_Plans", + "Name": "@9_Battle_Plans_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9_Battle_Plans_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9_Secret_Orders", + "Name": "@9_Secret_Orders_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9_Secret_Orders_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9_Tactical_Maps", + "Name": "@9_Tactical_Maps_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9_Tactical_Maps_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "10_Battle_Plans", + "Name": "@10_Battle_Plans_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@10_Battle_Plans_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "10_Secret_Orders", + "Name": "@10_Secret_Orders_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@10_Secret_Orders_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "10_Tactical_Maps", + "Name": "@10_Tactical_Maps_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@10_Tactical_Maps_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "13_Battle_Plans", + "Name": "@13_Battle_Plans_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@13_Battle_Plans_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "13_Secret_Orders", + "Name": "@13_Secret_Orders_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@13_Secret_Orders_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "13_Tactical_Maps", + "Name": "@13_Tactical_Maps_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@13_Tactical_Maps_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "05_Battle_Plans", + "Name": "@05_Battle_Plans_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@05_Battle_Plans_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "05_Secret_Orders", + "Name": "@05_Secret_Orders_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@05_Secret_Orders_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "05_Tactical_Maps", + "Name": "@05_Tactical_Maps_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@05_Tactical_Maps_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedSeal.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedSeal.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_31", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_32", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_33", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_34", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_35", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_36", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_37", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_38", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_39", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1", + "Name": "@FM_hunt_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2", + "Name": "@FM_hunt_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3", + "Name": "@FM_hunt_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FeatherT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FeatherT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4", + "Name": "@FM_hunt_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5", + "Name": "@FM_hunt_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6", + "Name": "@FM_hunt_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FeatherT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FeatherT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7", + "Name": "@FM_hunt_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8", + "Name": "@FM_hunt_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9", + "Name": "@FM_hunt_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FeatherT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FeatherT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_10", + "Name": "@FM_hunt_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_11", + "Name": "@FM_hunt_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_12", + "Name": "@FM_hunt_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FeatherT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FeatherT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_13", + "Name": "@FM_hunt_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_14", + "Name": "@FM_hunt_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_15", + "Name": "@FM_hunt_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FeatherT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FeatherT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_16", + "Name": "@FM_hunt_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_17", + "Name": "@FM_hunt_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_18", + "Name": "@FM_hunt_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FeatherT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FeatherT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_19", + "Name": "@FM_hunt_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_20", + "Name": "@FM_hunt_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_21", + "Name": "@FM_hunt_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FeatherT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FeatherT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_02", + "Name": "@FM_hunt_item_sharpclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_02", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_02", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_02", + "Name": "@FM_hunt_item_hugeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_hugeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_02", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_02", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_02", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_02", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_02", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_03", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_03", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_03", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_03", + "Name": "@FM_hunt_item_antler_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_antler_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HornT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HornT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_03", + "Name": "@FM_hunt_item_massivefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_massivefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_03", + "Name": "@FM_hunt_item_sharpclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_03", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_03", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_03", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_04", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_04", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_04", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_04", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_04", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_04", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_04", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_04", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_04", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_10_04", + "Name": "@FM_hunt_item_hugeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_hugeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_11_04", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_05", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_05", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_05", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_05", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_05", + "Name": "@FM_hunt_item_massivefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_massivefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_05", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_05", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_05", + "Name": "@FM_hunt_item_massivefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_massivefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_05", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_10_05", + "Name": "@FM_hunt_item_heart_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_heart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimalVisceraT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimalVisceraT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_11_05", + "Name": "@FM_hunt_item_hugeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_hugeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_12_05", + "Name": "@FM_hunt_item_bearpaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_bearpaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BearPawT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BearPawT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_06", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_06", + "Name": "@FM_hunt_item_sharpclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_06", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_06", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_06", + "Name": "@FM_hunt_item_feather_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_feather_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FeatherT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FeatherT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_06", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_06", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_06", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_06", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_10_06", + "Name": "@FM_hunt_item_bearpaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_bearpaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BearPawT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BearPawT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_11_06", + "Name": "@FM_hunt_item_hugeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_hugeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_12_06", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_07", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_07", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_07", + "Name": "@FM_hunt_item_antler_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_antler_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HornT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HornT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_07", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_07", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_07", + "Name": "@FM_hunt_item_sharpclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_08", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_08", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_08", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_08", + "Name": "@FM_hunt_item_antler_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_antler_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HornT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HornT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_08", + "Name": "@FM_hunt_item_sharpclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_08", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_08", + "Name": "@FM_hunt_item_hugeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_hugeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_08", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_08", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_10_08", + "Name": "@FM_hunt_item_massivefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_massivefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_11_08", + "Name": "@FM_hunt_item_heart_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_heart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimalVisceraT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimalVisceraT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_12_08", + "Name": "@FM_hunt_item_hugeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_hugeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_13_08", + "Name": "@FM_hunt_item_catpaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_catpaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/STRDEXBoostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/STRDEXBoostT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_14_08", + "Name": "@FM_hunt_item_massivefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_massivefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_15_08", + "Name": "@FM_hunt_item_bearpaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_bearpaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BearPawT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BearPawT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_16_08", + "Name": "@FM_hunt_item_heart_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_heart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimalVisceraT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimalVisceraT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_09", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_09", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_09", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_09", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_09", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_09", + "Name": "@FM_hunt_item_sharpclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_09", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_09", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_09", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_10", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_10", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_10", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_10", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_10", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_10", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_10", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_10", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_10", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_10_10", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_11_10", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_12_10", + "Name": "@FM_hunt_item_catpaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_catpaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/STRDEXBoostT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/STRDEXBoostT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_11", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_11", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_11", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_11", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_11", + "Name": "@FM_hunt_item_hugeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_hugeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_11", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_11", + "Name": "@FM_hunt_item_sharpclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_11", + "Name": "@FM_hunt_item_massivefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_massivefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_11", + "Name": "@FM_hunt_item_antler_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_antler_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HornT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HornT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_10_11", + "Name": "@FM_hunt_item_heart_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_heart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimalVisceraT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimalVisceraT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_11_11", + "Name": "@FM_hunt_item_wolfpaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_wolfpaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WolfPawT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WolfPawT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_12", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_12", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_12", + "Name": "@FM_hunt_item_sharpclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_12", + "Name": "@FM_hunt_item_antler_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_antler_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HornT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HornT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_12", + "Name": "@FM_hunt_item_hugeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_hugeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_12", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_12", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_12", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_12", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_10_12", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_11_12", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_12_12", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_13_12", + "Name": "@FM_hunt_item_sharpclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_13", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_13", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_13", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_13", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_13", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_13", + "Name": "@FM_hunt_item_sharpclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_13", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_13", + "Name": "@FM_hunt_item_antler_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_antler_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HornT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HornT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_13", + "Name": "@FM_hunt_item_wolfpaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_wolfpaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WolfPawT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WolfPawT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_10_13", + "Name": "@FM_hunt_item_bearpaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_bearpaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BearPawT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BearPawT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_11_13", + "Name": "@FM_hunt_item_heart_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_heart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimalVisceraT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimalVisceraT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_14", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_14", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_14", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_14", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_14", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_14", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_14", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_14", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_14", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_10_14", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_11_14", + "Name": "@FM_hunt_item_heart_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_heart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimalVisceraT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimalVisceraT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_12_14", + "Name": "@FM_hunt_item_wolfpaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_wolfpaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WolfPawT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WolfPawT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_13_14", + "Name": "@FM_hunt_item_antler_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_antler_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HornT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HornT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_1_15", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_2_15", + "Name": "@FM_hunt_item_sharpclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_3_15", + "Name": "@FM_hunt_item_premiumhide_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiumhide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_4_15", + "Name": "@FM_hunt_item_massivefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_massivefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_5_15", + "Name": "@FM_hunt_item_antler_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_antler_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HornT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HornT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_6_15", + "Name": "@FM_hunt_item_largefang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largefang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_7_15", + "Name": "@FM_hunt_item_sharpfang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_sharpfang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_8_15", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_9_15", + "Name": "@FM_hunt_item_largeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_largeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_10_15", + "Name": "@FM_hunt_item_hugeclaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_hugeclaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_11_15", + "Name": "@FM_hunt_item_wolfpaw_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_wolfpaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WolfPawT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WolfPawT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_hunt_item_12_15", + "Name": "@FM_hunt_item_premiummeat_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_hunt_item_premiummeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrimeRedMeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrimeRedMeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_21", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_1", + "Name": "@FM_PVP_Marauders_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BagAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagAT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_2", + "Name": "@FM_PVP_Marauders_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SummonsNote.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SummonsNote.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_22", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_3", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_4", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_5", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_6", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_7", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_8", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_9", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_10", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_11", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_12", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_13", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Marauders_item_14", + "Name": "@FM_PVP_Marauders_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Marauders_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_21", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_1", + "Name": "@FM_PVP_Syndicate_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BrewKegT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BrewKegT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_2", + "Name": "@FM_PVP_Syndicate_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SummonsNote.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SummonsNote.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_22", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_3", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_4", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_5", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_6", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_7", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_8", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_9", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_10", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_11", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_12", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_13", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Syndicate_item_14", + "Name": "@FM_PVP_Syndicate_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Syndicate_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_21", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_1", + "Name": "@FM_PVP_Covenant_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_2", + "Name": "@FM_PVP_Covenant_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SummonsNote.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SummonsNote.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_22", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_3", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_4", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_5", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_6", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_7", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_8", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_9", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_10", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_11", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_12", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_13", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Covenant_item_14", + "Name": "@FM_PVP_Covenant_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Covenant_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_PVP_Blood_Medal_item", + "Name": "@FM_PVP_Blood_Medal_item_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_PVP_Blood_Medal_item_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeGoldCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeGoldCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_02", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_02", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_02", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_02", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_02", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_02", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_02", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_02", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_02", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_02", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_02", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_02", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_02", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_02", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_02", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_02", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_02", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_02", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_02", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_02", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_02", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_02", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_02", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_02", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_02", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_02", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_02", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_02", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_02", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_02", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_02", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_02", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_02", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_02", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_02", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_02", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_02", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_02", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_02", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_02", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_02", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_02", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_02", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_02", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_02", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_02", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_02", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_02", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_02", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_02", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_02", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_02", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_02", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_02", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_02", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_02", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_02", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_02", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_02", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_02", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_02", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_02", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_02", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_02", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_02", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_02", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_02", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_02", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_02", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_02", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_02", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_02", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_02", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_02", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_02", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_02", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_02", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_02", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_02", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_02", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_02", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_02", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_02", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_02", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_02", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_02", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_02", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_02", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_02", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_02", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_03", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_03", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_03", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_03", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_03", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_03", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_03", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_03", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_03", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_03", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_03", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_03", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_03", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_03", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_03", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_03", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_03", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_03", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_03", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_03", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_03", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_03", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_03", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_03", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_03", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_03", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_03", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_03", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_03", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_03", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_03", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_03", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_03", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_03", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_03", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_03", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_03", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_03", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_03", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_03", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_03", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_03", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_03", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_03", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_03", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_03", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_03", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_03", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_03", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_03", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_03", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_03", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_03", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_03", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_03", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_03", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_03", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_03", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_03", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_03", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_03", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_03", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_03", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_03", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_03", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_03", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_03", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_03", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_03", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_03", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_03", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_03", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_03", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_03", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_03", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_03", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_03", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_03", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_03", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_03", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_03", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_03", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_03", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_03", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_03", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_03", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_03", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_03", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_03", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_03", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_04", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_04", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_04", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_04", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_04", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_04", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_04", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_04", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_04", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_04", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_04", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_04", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_04", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_04", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_04", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_04", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_04", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_04", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_04", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_04", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_04", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_04", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_04", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_04", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_04", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_04", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_04", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_04", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_04", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_04", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_04", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_04", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_04", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_04", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_04", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_04", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_04", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_04", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_04", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_04", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_04", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_04", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_04", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_04", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_04", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_04", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_04", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_04", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_04", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_04", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_04", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_04", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_04", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_04", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_04", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_04", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_04", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_04", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_04", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_04", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_04", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_04", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_04", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_04", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_04", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_04", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_04", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_04", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_04", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_04", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_04", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_04", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_04", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_04", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_04", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_04", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_04", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_04", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_04", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_04", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_04", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_04", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_04", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_04", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_04", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_04", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_04", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_04", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_04", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_04", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_05", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_05", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_05", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_05", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_05", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_05", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_05", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_05", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_05", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_05", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_05", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_05", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_05", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_05", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_05", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_05", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_05", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_05", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_05", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_05", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_05", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_05", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_05", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_05", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_05", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_05", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_05", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_05", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_05", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_05", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_05", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_05", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_05", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_05", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_05", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_05", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_05", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_05", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_05", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_05", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_05", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_05", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_05", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_05", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_05", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_05", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_05", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_05", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_05", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_05", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_05", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_05", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_05", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_05", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_05", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_05", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_05", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_05", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_05", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_05", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_05", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_05", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_05", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_05", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_05", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_05", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_05", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_05", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_05", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_05", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_05", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_05", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_05", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_05", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_05", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_05", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_05", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_05", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_05", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_05", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_05", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_05", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_05", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_05", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_05", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_05", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_05", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_05", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_05", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_05", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_06", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_06", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_06", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_06", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_06", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_06", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_06", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_06", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_06", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_06", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_06", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_06", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_06", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_06", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_06", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_06", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_06", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_06", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_06", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_06", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_06", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_06", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_06", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_06", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_06", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_06", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_06", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_06", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_06", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_06", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_06", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_06", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_06", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_06", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_06", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_06", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_06", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_06", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_06", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_06", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_06", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_06", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_06", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_06", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_06", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_06", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_06", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_06", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_06", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_06", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_06", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_06", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_06", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_06", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_06", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_06", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_06", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_06", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_06", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_06", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_06", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_06", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_06", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_06", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_06", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_06", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_06", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_06", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_06", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_06", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_06", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_06", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_06", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_06", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_06", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_06", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_06", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_06", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_06", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_06", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_06", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_06", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_06", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_06", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_06", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_06", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_06", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_06", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_06", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_06", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_07", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_07", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_07", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_07", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_07", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_07", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_07", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_07", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_07", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_07", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_07", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_07", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_07", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_07", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_07", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_07", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_07", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_07", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_07", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_07", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_07", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_07", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_07", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_07", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_07", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_07", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_07", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_07", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_07", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_07", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_07", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_07", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_07", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_07", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_07", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_07", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_07", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_07", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_07", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_07", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_07", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_07", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_07", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_07", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_07", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_07", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_07", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_07", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_07", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_07", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_07", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_07", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_07", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_07", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_07", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_07", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_07", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_07", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_07", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_07", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_07", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_07", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_07", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_07", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_07", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_07", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_07", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_07", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_07", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_07", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_07", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_07", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_07", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_07", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_07", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_07", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_07", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_07", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_07", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_07", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_07", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_07", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_07", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_07", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_07", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_07", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_07", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_07", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_07", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_07", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_08", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_08", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_08", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_08", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_08", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_08", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_08", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_08", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_08", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_08", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_08", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_08", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_08", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_08", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_08", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_08", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_08", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_08", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_08", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_08", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_08", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_08", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_08", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_08", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_08", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_08", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_08", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_08", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_08", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_08", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_08", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_08", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_08", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_08", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_08", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_08", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_08", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_08", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_08", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_08", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_08", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_08", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_08", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_08", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_08", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_08", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_08", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_08", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_08", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_08", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_08", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_08", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_08", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_08", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_08", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_08", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_08", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_08", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_08", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_08", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_08", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_08", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_08", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_08", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_08", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_08", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_08", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_08", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_08", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_08", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_08", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_08", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_08", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_08", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_08", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_08", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_08", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_08", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_08", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_08", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_08", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_08", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_08", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_08", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_08", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_08", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_08", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_08", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_08", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_08", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_09", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_09", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_09", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_09", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_09", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_09", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_09", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_09", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_09", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_09", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_09", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_09", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_09", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_09", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_09", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_09", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_09", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_09", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_09", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_09", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_09", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_09", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_09", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_09", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_09", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_09", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_09", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_09", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_09", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_09", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_09", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_09", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_09", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_09", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_09", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_09", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_09", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_09", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_09", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_09", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_09", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_09", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_09", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_09", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_09", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_09", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_09", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_09", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_09", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_09", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_09", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_09", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_09", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_09", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_09", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_09", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_09", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_09", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_09", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_09", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_09", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_09", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_09", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_09", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_09", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_09", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_09", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_09", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_09", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_09", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_09", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_09", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_09", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_09", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_09", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_09", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_09", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_09", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_09", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_09", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_09", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_09", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_09", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_09", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_09", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_09", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_09", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_09", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_09", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_09", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_10", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_10", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_10", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_10", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_10", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_10", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_10", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_10", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_10", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_10", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_10", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_10", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_10", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_10", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_10", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_10", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_10", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_10", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_10", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_10", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_10", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_10", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_10", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_10", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_10", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_10", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_10", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_10", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_10", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_10", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_10", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_10", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_10", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_10", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_10", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_10", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_10", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_10", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_10", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_10", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_10", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_10", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_10", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_10", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_10", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_10", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_10", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_10", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_10", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_10", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_10", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_10", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_10", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_10", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_10", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_10", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_10", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_10", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_10", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_10", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_10", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_10", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_10", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_10", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_10", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_10", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_10", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_10", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_10", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_10", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_10", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_10", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_10", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_10", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_10", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_10", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_10", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_10", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_10", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_10", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_10", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_10", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_10", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_10", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_10", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_10", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_10", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_10", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_10", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_10", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_11", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_11", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_11", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_11", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_11", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_11", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_11", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_11", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_11", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_11", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_11", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_11", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_11", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_11", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_11", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_11", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_11", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_11", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_11", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_11", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_11", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_11", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_11", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_11", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_11", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_11", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_11", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_11", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_11", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_11", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_11", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_11", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_11", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_11", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_11", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_11", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_11", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_11", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_11", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_11", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_11", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_11", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_11", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_11", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_11", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_11", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_11", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_11", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_11", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_11", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_11", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_11", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_11", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_11", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_11", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_11", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_11", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_11", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_11", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_11", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_11", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_11", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_11", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_11", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_11", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_11", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_11", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_11", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_11", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_11", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_11", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_11", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_11", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_11", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_11", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_11", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_11", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_11", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_11", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_11", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_11", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_11", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_11", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_11", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_11", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_11", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_11", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_11", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_11", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_11", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_12", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_12", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_12", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_12", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_12", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_12", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_12", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_12", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_12", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_12", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_12", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_12", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_12", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_12", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_12", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_12", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_12", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_12", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_12", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_12", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_12", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_12", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_12", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_12", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_12", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_12", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_12", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_12", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_12", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_12", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_12", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_12", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_12", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_12", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_12", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_12", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_12", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_12", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_12", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_12", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_12", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_12", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_12", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_12", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_12", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_12", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_12", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_12", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_12", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_12", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_12", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_12", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_12", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_12", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_12", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_12", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_12", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_12", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_12", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_12", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_12", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_12", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_12", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_12", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_12", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_12", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_12", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_12", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_12", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_12", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_12", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_12", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_12", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_12", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_12", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_12", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_12", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_12", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_12", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_12", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_12", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_12", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_12", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_12", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_12", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_12", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_12", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_12", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_12", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_12", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_13", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_13", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_13", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_13", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_13", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_13", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_13", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_13", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_13", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_13", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_13", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_13", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_13", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_13", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_13", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_13", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_13", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_13", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_13", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_13", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_13", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_13", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_13", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_13", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_13", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_13", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_13", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_13", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_13", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_13", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_13", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_13", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_13", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_13", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_13", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_13", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_13", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_13", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_13", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_13", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_13", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_13", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_13", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_13", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_13", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_13", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_13", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_13", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_13", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_13", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_13", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_13", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_13", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_13", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_13", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_13", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_13", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_13", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_13", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_13", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_13", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_13", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_13", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_13", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_13", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_13", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_13", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_13", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_13", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_13", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_13", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_13", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_13", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_13", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_13", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_13", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_13", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_13", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_13", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_13", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_13", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_13", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_13", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_13", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_13", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_13", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_13", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_13", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_13", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_13", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_14", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_14", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_14", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_14", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_14", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_14", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_14", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_14", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_14", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_14", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_14", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_14", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_14", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_14", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_14", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_14", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_14", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_14", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_14", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_14", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_14", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_14", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_14", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_14", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_14", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_14", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_14", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_14", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_14", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_14", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_14", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_14", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_14", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_14", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_14", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_14", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_14", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_14", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_14", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_14", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_14", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_14", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_14", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_14", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_14", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_14", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_14", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_14", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_14", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_14", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_14", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_14", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_14", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_14", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_14", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_14", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_14", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_14", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_14", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_14", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_14", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_14", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_14", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_14", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_14", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_14", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_14", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_14", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_14", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_14", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_14", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_14", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_14", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_14", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_14", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_14", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_14", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_14", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_14", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_14", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_14", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_14", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_14", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_14", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_14", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_14", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_14", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_14", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_14", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_14", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_1_15", + "Name": "@FM_loot_item_1_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_2_15", + "Name": "@FM_loot_item_2_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_3_15", + "Name": "@FM_loot_item_3_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_4_15", + "Name": "@FM_loot_item_4_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_5_15", + "Name": "@FM_loot_item_5_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_6_15", + "Name": "@FM_loot_item_6_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_7_15", + "Name": "@FM_loot_item_7_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_8_15", + "Name": "@FM_loot_item_8_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_9_15", + "Name": "@FM_loot_item_9_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StorageT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StorageT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_10_15", + "Name": "@FM_loot_item_10_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_11_15", + "Name": "@FM_loot_item_11_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_12_15", + "Name": "@FM_loot_item_12_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_13_15", + "Name": "@FM_loot_item_13_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_14_15", + "Name": "@FM_loot_item_14_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_15_15", + "Name": "@FM_loot_item_15_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_16_15", + "Name": "@FM_loot_item_16_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_17_15", + "Name": "@FM_loot_item_17_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_18_15", + "Name": "@FM_loot_item_18_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_19_15", + "Name": "@FM_loot_item_19_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_20_15", + "Name": "@FM_loot_item_20_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_21_15", + "Name": "@FM_loot_item_21_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_22_15", + "Name": "@FM_loot_item_22_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_23_15", + "Name": "@FM_loot_item_23_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_24_15", + "Name": "@FM_loot_item_24_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_25_15", + "Name": "@FM_loot_item_25_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PrecisionToolsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PrecisionToolsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_26_15", + "Name": "@FM_loot_item_26_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_27_15", + "Name": "@FM_loot_item_27_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_28_15", + "Name": "@FM_loot_item_28_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_29_15", + "Name": "@FM_loot_item_29_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_30_15", + "Name": "@FM_loot_item_30_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_1_15", + "Name": "@FM_loot_item_1_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SandpaperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SandpaperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_2_15", + "Name": "@FM_loot_item_2_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_3_15", + "Name": "@FM_loot_item_3_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_4_15", + "Name": "@FM_loot_item_4_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_5_15", + "Name": "@FM_loot_item_5_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_6_15", + "Name": "@FM_loot_item_6_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_7_15", + "Name": "@FM_loot_item_7_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_8_15", + "Name": "@FM_loot_item_8_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_9_15", + "Name": "@FM_loot_item_9_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_10_15", + "Name": "@FM_loot_item_10_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_11_15", + "Name": "@FM_loot_item_11_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_12_15", + "Name": "@FM_loot_item_12_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_13_15", + "Name": "@FM_loot_item_13_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_14_15", + "Name": "@FM_loot_item_14_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_15_15", + "Name": "@FM_loot_item_15_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_16_15", + "Name": "@FM_loot_item_16_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_17_15", + "Name": "@FM_loot_item_17_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_18_15", + "Name": "@FM_loot_item_18_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_19_15", + "Name": "@FM_loot_item_19_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_20_15", + "Name": "@FM_loot_item_20_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_21_15", + "Name": "@FM_loot_item_21_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_22_15", + "Name": "@FM_loot_item_22_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_23_15", + "Name": "@FM_loot_item_23_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_24_15", + "Name": "@FM_loot_item_24_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Fleam.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Fleam.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_25_15", + "Name": "@FM_loot_item_25_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MortarAndPestle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MortarAndPestle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_26_15", + "Name": "@FM_loot_item_26_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_27_15", + "Name": "@FM_loot_item_27_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_28_15", + "Name": "@FM_loot_item_28_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_29_15", + "Name": "@FM_loot_item_29_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_S_30_15", + "Name": "@FM_loot_item_30_Mastername_S", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_S", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_1_15", + "Name": "@FM_loot_item_1_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_1_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledSCroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledSCroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_2_15", + "Name": "@FM_loot_item_2_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_2_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_3_15", + "Name": "@FM_loot_item_3_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_3_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_4_15", + "Name": "@FM_loot_item_4_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_4_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_5_15", + "Name": "@FM_loot_item_5_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_5_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_6_15", + "Name": "@FM_loot_item_6_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_6_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DispellingKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DispellingKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_7_15", + "Name": "@FM_loot_item_7_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_7_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallSealedBag.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallSealedBag.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_8_15", + "Name": "@FM_loot_item_8_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_8_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_9_15", + "Name": "@FM_loot_item_9_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_9_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTreasureChestT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTreasureChestT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_10_15", + "Name": "@FM_loot_item_10_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_10_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_11_15", + "Name": "@FM_loot_item_11_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_11_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallBoxGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallBoxGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_12_15", + "Name": "@FM_loot_item_12_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_12_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_13_15", + "Name": "@FM_loot_item_13_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_13_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_14_15", + "Name": "@FM_loot_item_14_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_14_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_15_15", + "Name": "@FM_loot_item_15_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_15_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfAzoth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfAzoth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_16_15", + "Name": "@FM_loot_item_16_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_16_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_17_15", + "Name": "@FM_loot_item_17_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_17_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_18_15", + "Name": "@FM_loot_item_18_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_18_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_19_15", + "Name": "@FM_loot_item_19_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_19_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_20_15", + "Name": "@FM_loot_item_20_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_20_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_21_15", + "Name": "@FM_loot_item_21_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_21_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_22_15", + "Name": "@FM_loot_item_22_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_22_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_23_15", + "Name": "@FM_loot_item_23_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_23_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_24_15", + "Name": "@FM_loot_item_24_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_24_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_25_15", + "Name": "@FM_loot_item_25_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_25_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallArmillarySphere.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallArmillarySphere.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_26_15", + "Name": "@FM_loot_item_26_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_26_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_27_15", + "Name": "@FM_loot_item_27_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_27_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_28_15", + "Name": "@FM_loot_item_28_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_28_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_29_15", + "Name": "@FM_loot_item_29_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_29_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "FM_loot_item_C_30_15", + "Name": "@FM_loot_item_30_Mastername_C", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@FM_loot_item_30_Description_C", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_PoiMapFragment", + "Name": "@MI_PoiMapFragment_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_PoiMapFragment_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TreasureMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TreasureMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_PoiStarChartFragment", + "Name": "@MI_PoiStarChartFragment_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_PoiStarChartFragment_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_PoiCartographersLetter", + "Name": "@MI_PoiCartographersLetter_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_PoiCartographersLetter_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SummonsNote.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SummonsNote.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_PoiHistoricalDocuments", + "Name": "@MI_PoiHistoricalDocuments_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_PoiHistoricalDocuments_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_PoiSurveyNotes", + "Name": "@MI_PoiSurveyNotes_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_PoiSurveyNotes_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_SummonsNote", + "Name": "@MI_SummonsNote_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_SummonsNote_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SummonsNote.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SummonsNote.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_CoarseWolfHairs", + "Name": "@MI_CoarseWolfHairs_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CoarseWolfHairs_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FiberT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FiberT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_WolfMusk", + "Name": "@MI_WolfMusk_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_WolfMusk_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FOCDEXBonusT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FOCDEXBonusT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_FineFur", + "Name": "@MI_FineFur_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_FineFur_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FurT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FurT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0401_0104_ShipsFlagA", + "Name": "@0401_0104_ShipsFlag_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0401_0104_ShipsFlag_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornFabric.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornFabric.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0401_0104_ShipsFlagB", + "Name": "@0401_0104_ShipsFlag_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0401_0104_ShipsFlag_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornFabric.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornFabric.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0403_0201_CoarseWolfHairs", + "Name": "@MI_CoarseWolfHairs_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_CoarseWolfHairs_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FurT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FurT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0601_0104_ShipsFlagA", + "Name": "@0601_0104_ShipsFlag_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0601_0104_ShipsFlag_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornFabric.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornFabric.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0601_0104_ShipsFlagB", + "Name": "@0601_0104_ShipsFlag_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0601_0104_ShipsFlag_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornFabric.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornFabric.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0603_0201_CoarseWolfHairs", + "Name": "@MI_SharpWolfFang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_SharpWolfFang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0901_0104_ShipsFlagA", + "Name": "@0901_0104_ShipsFlag_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0901_0104_ShipsFlag_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornFabric.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornFabric.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0901_0104_ShipsFlagB", + "Name": "@0901_0104_ShipsFlag_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0901_0104_ShipsFlag_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornFabric.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornFabric.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0903_0201_CoarseWolfHairs", + "Name": "@MI_SharpWolfFang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_SharpWolfFang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1201_0104_ShipsFlagA", + "Name": "@1201_0104_ShipsFlag_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1201_0104_ShipsFlag_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornFabric.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornFabric.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1201_0104_ShipsFlagB", + "Name": "@1201_0104_ShipsFlag_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1201_0104_ShipsFlag_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornFabric.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornFabric.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1203_0201_CoarseWolfHairs", + "Name": "@MI_SharpWolfFang_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_SharpWolfFang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0602_0501_TaskmastersHeart", + "Name": "@0602_0501_TaskmastersHeart", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0602_0501_TaskmastersHeart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedAura.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedAura.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0404_0402_OldMemento", + "Name": "@0404_0402_OldMemento", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0404_0402_OldMemento_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ForlornLocket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ForlornLocket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1205_0301_BrokenWeaponry", + "Name": "@1205_0301_BrokenWeaponry", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1205_0301_BrokenWeaponry_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrokenMusket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrokenMusket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0404_0403_CodedLoveNote", + "Name": "@0404_0403_CodedLoveNote", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0404_0403_CodedLoveNote_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SummonsNote.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SummonsNote.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0602_0502_JewelryBox", + "Name": "@0602_0502_JewelryBox", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0602_0502_JewelryBox_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OrnatePuzzleBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OrnatePuzzleBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1205_0302_SavillesBrooch", + "Name": "@1205_0302_SavillesBrooch", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1205_0302_SavillesBrooch_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedRelic.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedRelic.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0402_0401_FetidBile", + "Name": "@0402_0401_FetidBile", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0402_0401_FetidBile_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JarofLeeches.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JarofLeeches.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1203_0301_HealthySquash", + "Name": "@1203_0301_HealthySquash", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1203_0301_HealthySquash_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_DiseasedSquash.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_DiseasedSquash.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0603_0301_FlintSpall", + "Name": "@0603_0301_FlintSpall", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0603_0301_FlintSpall_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FlintT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FlintT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0603_0301_BulrushHead", + "Name": "@0603_0301_BulrushHead", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0603_0301_BulrushHead_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HerbT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HerbT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0603_0301_SteelStriker", + "Name": "@0603_0301_SteelStriker", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0603_0301_SteelStriker_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/IngotT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/IngotT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0610_0101_BriarBranches", + "Name": "@0610_0101_BriarBranches", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0610_0101_BriarBranches_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PipeweedT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PipeweedT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0610_0101_SkinnedRabbit", + "Name": "@0610_0101_SkinnedRabbit", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0610_0101_SkinnedRabbit_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SmallGameT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SmallGameT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0610_0101_PluckedTurkey", + "Name": "@0610_0101_PluckedTurkey", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0610_0101_PluckedTurkey_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfMeat.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfMeat.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0405_0404_GlowingOre", + "Name": "@0405_0404_GlowingOre", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0405_0404_GlowingOre_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ThunderstoneT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ThunderstoneT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1203_0302_HealthyCorn", + "Name": "@1203_0302_HealthyCorn", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1203_0302_HealthyCorn_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CrateOfCorn.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CrateOfCorn.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1203_0302_BileGland", + "Name": "@1203_0302_BileGland", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1203_0302_BileGland_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BezoarStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BezoarStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0604_0201_ResearchNotes", + "Name": "@0604_0201_ResearchNotes", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0604_0201_ResearchNotes_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0604_0201_SatchelSamples", + "Name": "@0604_0201_SatchelSamples", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0604_0201_SatchelSamples_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0604_0203_ScoutReport", + "Name": "@0604_0203_ScoutReport", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0604_0203_ScoutReport_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "06_OnBoarding_ChewedParcel", + "Name": "@06_OnBoarding_ChewedParcel", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@06_OnBoarding_ChewedParcel_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PicnicBasketT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PicnicBasketT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0608_0101_CrystalShard", + "Name": "@06_OnBoarding_CrystalShard", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@06_OnBoarding_CrystalShard_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CarnelianCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CarnelianCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0608_0101_DiviningStones", + "Name": "@06_OnBoarding_DiviningStones", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@06_OnBoarding_DiviningStones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HagStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HagStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0609_0101_CorruptedOre", + "Name": "@06_OnBoarding_CorruptedOre", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@06_OnBoarding_CorruptedOre_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedMatterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedMatterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0403_0405_FattyHaunch", + "Name": "@0403_0405_FattyHaunch", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0403_0405_FattyHaunch_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1204_0201_PrizeSquash", + "Name": "@1204_0201_PrizeSquash", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1204_0201_PrizeSquash", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CrateOfSquash.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CrateOfSquash.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0202_0102_AzothStainedAmulet", + "Name": "@0202_0102_AzothStainedAmulet", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0202_0102_AzothStainedAmulet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0202_0102_BrackwaterRitebook", + "Name": "@0202_0102_BrackwaterRitebook", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0202_0102_BrackwaterRitebook_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LockedBookGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LockedBookGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0202_0104_MatthiassMedallion", + "Name": "@0202_0104_MatthiassMedallion", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0202_0104_MatthiassMedallion_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MedallionGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MedallionGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0202_0101_InquisitorsTools", + "Name": "@0202_0101_InquisitorsTools", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0202_0101_InquisitorsTools_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ToolPouch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ToolPouch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0203_0101_FragrantSatchels", + "Name": "@0203_0101_FragrantSatchels", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0203_0101_FragrantSatchels_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SeasoningSpicy.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SeasoningSpicy.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0203_0103_VerdantAncientPeatMoss", + "Name": "@0203_0103_VerdantAncientPeatMoss", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0203_0103_VerdantAncientPeatMoss_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BezoarStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BezoarStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0203_0103_LushAncientPeatMoss", + "Name": "@0203_0103_LushAncientPeatMoss", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0203_0103_LushAncientPeatMoss_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0210_0101_PiousSoil", + "Name": "@0210_0101_PiousSoil", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0210_0101_PiousSoil_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0210_0101_BrackwaterSoil", + "Name": "@0210_0101_BrackwaterSoil", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0210_0101_BrackwaterSoil_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0210_0101_TerminusSoil", + "Name": "@0210_0101_TerminusSoil", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0210_0101_TerminusSoil_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0210_0101_RootedSoil", + "Name": "@0210_0101_RootedSoil", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0210_0101_RootedSoil_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0204_0104_MadAlchemistScribbles", + "Name": "@0204_0104_MadAlchemistScribbles", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0204_0104_MadAlchemistScribbles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackofPapersGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackofPapersGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0101_EmptyAzothApplicator", + "Name": "@0205_0101_EmptyAzothApplicator", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0101_EmptyAzothApplicator_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingBriarT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingBriarT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0101_InhumaneWorkOrder", + "Name": "@0205_0101_InhumaneWorkOrder", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0101_InhumaneWorkOrder_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SummonsNote.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SummonsNote.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0101_CorruptedTools", + "Name": "@0205_0101_CorruptedTools", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0101_CorruptedTools_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Toolbox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Toolbox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0204_0101_SoilCoveredBones", + "Name": "@0204_0101_SoilCoveredBones", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0204_0101_SoilCoveredBones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CONDEXBonusT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CONDEXBonusT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0204_0101_EerilyGlowingFertilizer", + "Name": "@0204_0101_EerilyGlowingFertilizer", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0204_0101_EerilyGlowingFertilizer_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NailsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NailsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0204_0102_SinanovicSoil", + "Name": "@0204_0102_SinanovicSoil", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0204_0102_SinanovicSoil_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JarOfDirt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JarOfDirt.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0204_0103_TwinklingMetalShard", + "Name": "@0204_0103_TwinklingMetalShard", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0204_0103_TwinklingMetalShard_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AdamantT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AdamantT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0230_0201_RustheartRation", + "Name": "@0230_0201_RustheartRation", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0230_0201_RustheartRation_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WorkRationsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WorkRationsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0230_0202_RustheartArmaments", + "Name": "@0230_0202_RustheartArmaments", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0230_0202_RustheartArmaments_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LockboxT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LockboxT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0230_0203_MccoysWeaponDesigns", + "Name": "@0230_0203_MccoysWeaponDesigns", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0230_0203_MccoysWeaponDesigns_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0232_0201_PostrehkinLeaves", + "Name": "@0232_0201_PostrehkinLeaves", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0232_0201_PostrehkinLeaves_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ParsleyT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ParsleyT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0232_0202_SweetTreesap", + "Name": "@0232_0202_SweetTreesap", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0232_0202_SweetTreesap_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/IronwoodSapT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/IronwoodSapT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0232_0203_AdelphianTuber", + "Name": "@0232_0203_AdelphianTuber", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0232_0203_AdelphianTuber_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/0232_0203_AdelphianTuber.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/0232_0203_AdelphianTuber.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0232_0204_CeranousAchene", + "Name": "@0232_0204_CeranousAchene", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0232_0204_CeranousAchene_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FungalSporesT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FungalSporesT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0233_0202_HoltsRing", + "Name": "@0233_0202_HoltsRing", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0233_0202_HoltsRing_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_GoldenRing.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_GoldenRing.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0234_0201_MegaraMomentos", + "Name": "@0234_0201_MegaraMomentos", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0234_0201_MegaraMomentos_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedKeepsake.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedKeepsake.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0234_0202_JournalDespair", + "Name": "@0234_0202_JournalDespair", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0234_0202_JournalDespair_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0234_0203_MegaraGoodbye", + "Name": "@0234_0203_MegaraGoodbye", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0234_0203_MegaraGoodbye_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornLetter.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornLetter.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0610_0102_StolenSpices1", + "Name": "@0610_0102_StolenSpices1", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0610_0102_StolenSpices1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SeasoningSpicy.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SeasoningSpicy.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0610_0102_StolenSpices2", + "Name": "@0610_0102_StolenSpices2", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0610_0102_StolenSpices2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SeasoningSalty.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SeasoningSalty.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0610_0102_StolenSpices3", + "Name": "@0610_0102_StolenSpices3", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0610_0102_StolenSpices3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SeasoningSavory.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SeasoningSavory.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1203_0401_TatteredSilk", + "Name": "@1203_0401_TatteredSilk", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1203_0401_TatteredSilk_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Ancientthreads.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Ancientthreads.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0605_0301_CoopersSoil ", + "Name": "@0605_0301_CoopersSoil", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0605_0301_CoopersSoil_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CompostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CompostT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0605_0301_MerrillsSoil", + "Name": "@0605_0301_MerrillsSoil", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0605_0301_MerrillsSoil_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfDirt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfDirt.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1210_0101_DevilHoney", + "Name": "@1210_0101_DevilHoney", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1210_0101_DevilHoney_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HoneyT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HoneyT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0410_0408_TavernSupplies", + "Name": "@0410_0408_TavernSupplies", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0410_0408_TavernSupplies_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AdderStoneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AdderStoneT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0610_0201_MusketParts", + "Name": "@0610_0201_MusketParts", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0610_0201_MusketParts_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LockT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LockT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0610_0201_AmmunitionPouch", + "Name": "@0610_0201_AmmunitionPouch", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0610_0201_AmmunitionPouch_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0610_0201_JinglingPouch", + "Name": "@0610_0201_JinglingPouch", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0610_0201_JinglingPouch_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BagAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagAT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0409_AstrolabeLupus", + "Name": "@0411_0409_AstrolabeLupus", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0409_AstrolabeLupus_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Astrolabe.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Astrolabe.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0409_AstrolabeNorma", + "Name": "@0411_0409_AstrolabeNorma", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0409_AstrolabeNorma_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Astrolabe.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Astrolabe.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0409_AstrolabeLeo", + "Name": "@0411_0409_AstrolabeLeo", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0409_AstrolabeLeo_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Astrolabe.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Astrolabe.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1205_0303_BloodyHeart", + "Name": "@1205_0303_BloodyHeart", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1205_0303_BloodyHeart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RubyT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RubyT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0410_HerculesStarChart", + "Name": "@0411_0410_HerculesStarChart", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0410_HerculesStarChart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Astrolabe.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Astrolabe.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0410_CanisStarChart", + "Name": "@0411_0410_CanisStarChart", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0410_CanisStarChart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Astrolabe.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Astrolabe.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0410_UrsaStarChart", + "Name": "@0411_0410_UrsaStarChart", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0410_UrsaStarChart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Astrolabe.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Astrolabe.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0411_MonocerosVolvelle", + "Name": "@0411_0411_MonocerosVolvelle", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0411_MonocerosVolvelle_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Volvelle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Volvelle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0411_LacertaVolvelle", + "Name": "@0411_0411_LacertaVolvelle", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0411_LacertaVolvelle_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Volvelle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Volvelle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0411_CarinaVolvelle", + "Name": "@0411_0411_CarinaVolvelle", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0411_CarinaVolvelle_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Volvelle.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Volvelle.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0101_DracoDisk", + "Name": "@0411_0101_DracoDisk", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0101_DracoDisk_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FlatClayDisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FlatClayDisk.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0101_OrionDisk", + "Name": "@0411_0101_OrionDisk", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0101_OrionDisk_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FlatClayDisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FlatClayDisk.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0101_PerseusDisk", + "Name": "@0411_0101_PerseusDisk", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0101_PerseusDisk_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FlatClayDisk.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FlatClayDisk.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0603_0302_ElkAntlers", + "Name": "@0603_0302_ElkAntlers", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0603_0302_ElkAntlers_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HornT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HornT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1204_0202_FarsideJam", + "Name": "@1204_0202_FarsideJam", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1204_0202_FarsideJam_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JarofLeeches.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JarofLeeches.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0611_0101_DamagedEarTrumpet", + "Name": "@0611_0101_DamagedEarTrumpet", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0611_0101_DamagedEarTrumpet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EarTrumpet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EarTrumpet.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0611_0101_HunkofWarmStone", + "Name": "@0611_0101_HunkofWarmStone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0611_0101_HunkofWarmStone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0611_0101_EnergizedSphere", + "Name": "@0611_0101_EnergizedSphere", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0611_0101_EnergizedSphere_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT10.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT10.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0611_0101_AncientOrb", + "Name": "@0611_0101_AncientOrb", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0611_0101_AncientOrb_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0605_0501_PrototypeAzothBomb", + "Name": "@0605_0501_PrototypeAzothBomb", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0605_0501_PrototypeAzothBomb_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FluxT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FluxT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1202_0501_PiratedWeapons", + "Name": "@1202_0501_PiratedWeapons", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1202_0501_PiratedWeapons_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChestT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChestT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0412_ArmillarySphere", + "Name": "@0411_0412_ArmillarySphere", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0412_ArmillarySphere_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT6.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT6.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1105_0202_GoldMedallions", + "Name": "@1105_0202_GoldMedallions", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1105_0202_GoldMedallions_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeGoldCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeGoldCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1105_0202_MedallionCofferKey", + "Name": "@1105_0202_MedallionCofferKey", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1105_0202_MedallionCofferKey_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LockKeyT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LockKeyT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1105_0201_TeardropGems", + "Name": "@1105_0201_TeardropGems", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1105_0201_TeardropGems_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RubyCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RubyCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1105_0201_TeardropGems_a", + "Name": "@1105_0201_TeardropGems", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1105_0201_TeardropGems_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RubyCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RubyCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1105_0201_TeardropGems_b", + "Name": "@1105_0201_TeardropGems", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1105_0201_TeardropGems_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RubyCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RubyCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1310_1306_MetalworkingSupplies", + "Name": "@1310_1306_MetalworkingSupplies", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1310_1306_MetalworkingSupplies_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Toolbox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Toolbox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1310_1306_DebtorsPurse", + "Name": "@1310_1306_DebtorsPurse", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1310_1306_DebtorsPurse_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1302_1305_AncientHealersKit", + "Name": "@1302_1305_AncientHealersKit", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1302_1305_AncientHealersKit_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1304_1301_MusicCompositions", + "Name": "@1304_1301_MusicCompositions", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1304_1301_MusicCompositions_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1302_1304_AncientHerbs", + "Name": "@1302_1304_AncientHerbs", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1302_1304_AncientHerbs_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_PouchOfHerbs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_PouchOfHerbs.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0001_0101_ThorpesBox", + "Name": "@0001_0101_ThorpesBox", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0001_0101_ThorpesBox_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ThorpesBox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ThorpesBox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": false, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0910_0101_HeirloomLocket", + "Name": "@0910_0101_HeirloomLocket", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0910_0101_HeirloomLocket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedKeepsake.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedKeepsake.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0910_0101_HeirloomGem", + "Name": "@0910_0101_HeirloomGem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0910_0101_HeirloomGem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TopazCutT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TopazCutT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0910_0101_HeirloomCharm", + "Name": "@0910_0101_HeirloomCharm", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0910_0101_HeirloomCharm_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TravelersCharmT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TravelersCharmT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0910_0101_HeirloomPomander", + "Name": "@0910_0101_HeirloomPomander", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0910_0101_HeirloomPomander_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Pomander.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Pomander.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0910_0101_DayspringBarley", + "Name": "@0910_0101_DayspringBarley", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0910_0101_DayspringBarley_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GrainT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GrainT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0903_0301_GunpowderHorn", + "Name": "@0903_0301_GunpowderHorn", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0903_0301_GunpowderHorn_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MacguffinsCask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MacguffinsCask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0910_0102_StrangeDistillation", + "Name": "@0910_0102_StrangeDistillation", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0910_0102_StrangeDistillation_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ArcaneBottles.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ArcaneBottles.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0910_0102_PortableDistillery", + "Name": "@0910_0102_PortableDistillery", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0910_0102_PortableDistillery_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0910_0102_GirouxBrewRecipe", + "Name": "@0910_0102_GirouxBrewRecipe", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0910_0102_GirouxBrewRecipe_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0910_0102_HilltopHops", + "Name": "@0910_0102_HilltopHops", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0910_0102_HilltopHops_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfDirt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfDirt.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0904_0201_BatchCharcoal", + "Name": "@0904_0201_BatchCharcoal", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0904_0201_BatchCharcoal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CharcoalT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CharcoalT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0904_0201_JerkedFish", + "Name": "@0904_0201_JerkedFish", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0904_0201_JerkedFish_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0904_0201_FreshCaughtTrout", + "Name": "@0904_0201_FreshCaughtTrout", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0904_0201_FreshCaughtTrout_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingTroutSmallT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingTroutSmallT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0905_0302_Magnetite", + "Name": "@0905_0302_Magnetite", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0905_0302_Magnetite_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/OrePreciousT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OrePreciousT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0902_0502_DriedRations", + "Name": "@0902_0502_DriedRations", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0902_0502_DriedRations_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CompostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CompostT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0902_0502_SecuredToolbag", + "Name": "@0902_0502_SecuredToolbag", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0902_0502_SecuredToolbag_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Toolbox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Toolbox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0902_0502_SailingCharts", + "Name": "@0902_0502_SailingCharts", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0902_0502_SailingCharts_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0905_0304_GuardianCloth", + "Name": "@0905_0304_GuardianCloth", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0905_0304_GuardianCloth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedClothT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedClothT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0905_0304_AncientCloth", + "Name": "@0905_0304_AncientCloth", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0905_0304_AncientCloth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Blanket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Blanket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0902_0503_ClayStatue", + "Name": "@0902_0503_ClayStatue", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0902_0503_ClayStatue_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HomunculiTalisman.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HomunculiTalisman.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0903_0401_LynxPelt", + "Name": "@0903_0401_LynxPelt", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0903_0401_LynxPelt_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0903_0401_RabbitPelt", + "Name": "@0903_0401_RabbitPelt", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0903_0401_RabbitPelt_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LeatherT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LeatherT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0905_0306_GuardianCrest", + "Name": "@0905_0306_GuardianCrest", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0905_0306_GuardianCrest_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OuroborosCharm.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OuroborosCharm.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0905_0306_CrystalPrism", + "Name": "@0905_0306_CrystalPrism", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0905_0306_CrystalPrism_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShadowyPrism.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShadowyPrism.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0910_0201_CannonParts", + "Name": "@0910_0201_CannonParts", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0910_0201_CannonParts_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0902_0601_CaptainsOrders", + "Name": "@0902_0601_CaptainsOrders", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0902_0601_CaptainsOrders_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClaimCharterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClaimCharterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0904_0303_SailorLocket", + "Name": "@0904_0303_SailorLocket", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0904_0303_SailorLocket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ForlornLocket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ForlornLocket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0905_0301_CorruptedBlood", + "Name": "@0905_0301_CorruptedBlood", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0905_0301_CorruptedBlood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedEssenceT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEssenceT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0905_0303_WitheredFlesh", + "Name": "@0905_0303_WitheredFlesh", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0905_0303_WitheredFlesh_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HoneyT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HoneyT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0905_0305_PirateBlood", + "Name": "@0905_0305_PirateBlood", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0905_0305_PirateBlood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WitheredEssenceT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WitheredEssenceT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0905_0307_Ectoplasm", + "Name": "@0905_0307_Ectoplasm", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0905_0307_Ectoplasm_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AzothOilT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AzothOilT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1310_SweetIncense", + "Name": "@1303_1310_SweetIncense", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1310_SweetIncense_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Pomander.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Pomander.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1111_0402_CorruptedTotem", + "Name": "@1111_0402_CorruptedTotem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1111_0402_CorruptedTotem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1111_0401_AncientSpyglass", + "Name": "@1111_0401_AncientSpyglass", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1111_0401_AncientSpyglass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShadowyPrism.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShadowyPrism.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1111_0301_TatteredCloth", + "Name": "@1111_0301_TatteredCloth", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1111_0301_TatteredCloth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedClothT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedClothT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1111_0201_MarbleOrb", + "Name": "@1111_0201_MarbleOrb", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1111_0201_MarbleOrb_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1111_0201_StoneOrb", + "Name": "@1111_0201_StoneOrb", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1111_0201_StoneOrb_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1111_0201_CopperOrb", + "Name": "@1111_0201_CopperOrb", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1111_0201_CopperOrb_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1111_0301_BrokenMail", + "Name": "@1111_0301_BrokenMail", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1111_0301_BrokenMail_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetedMailT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetedMailT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1102_0401_CorruptedOre", + "Name": "@1102_0401_CorruptedOre", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1102_0401_CorruptedOre_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/OreT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OreT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1102_0401_CorruptedCompass", + "Name": "@1102_0401_CorruptedCompass", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1102_0401_CorruptedCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NavigationCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NavigationCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1102_0201_Spyglass", + "Name": "@1102_0201_Spyglass", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1102_0201_Spyglass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Spyglass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Spyglass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1502_1502_FishingSupplies", + "Name": "@1502_1502_FishingSupplies", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1502_1502_FishingSupplies_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VialPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VialPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1035_0201_junias_recipe", + "Name": "@1035_0201_junias_recipe", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1035_0201_junias_recipe_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_UnraveledScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_UnraveledScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1035_0201_cookie_ingredients", + "Name": "@1035_0201_cookie_ingredients", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1035_0201_cookie_ingredients_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/YeastT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/YeastT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1035_0201_toasted_seeds", + "Name": "@1035_0201_toasted_seeds", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1035_0201_toasted_seeds_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SeasoningBlendT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SeasoningBlendT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1035_0201_chopped_dates", + "Name": "@1035_0201_chopped_dates", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1035_0201_chopped_dates_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PeppercornT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PeppercornT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1035_0201_honeyed_figs", + "Name": "@1035_0201_honeyed_figs", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1035_0201_honeyed_figs_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FOCDEXBonusT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FOCDEXBonusT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1034_0201_sextant", + "Name": "@1034_0201_sextant", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1034_0201_sextant_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sextant.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sextant.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1034_0202_astrolabe", + "Name": "@1034_0202_astrolabe", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1034_0202_astrolabe_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Astrolabe.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Astrolabe.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1034_0203_seachart", + "Name": "@1034_0203_seachart", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1034_0203_seachart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1033_0201_treasure_map", + "Name": "@1033_0201_treasure_map", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1033_0201_treasure_map_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TreasureMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TreasureMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1033_0202_riches", + "Name": "@1033_0202_riches", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1033_0202_riches_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1033_0202_pirate_riches", + "Name": "@1033_0202_pirate_riches", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1033_0202_pirate_riches_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeGoldCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeGoldCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1033_0202_pirate_chest", + "Name": "@1033_0202_pirate_chest", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1033_0202_pirate_chest_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChestT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChestT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1031_0202_teeth", + "Name": "@1031_0202_teeth", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1031_0202_teeth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/STRDEXBonusT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/STRDEXBonusT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1031_0203_jocelyns_diary", + "Name": "@1031_0203_jocelyns_diary", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1031_0203_jocelyns_diary_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1030_0201_wildcat_claw", + "Name": "@1030_0201_wildcat_claw", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1030_0201_wildcat_claw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1030_0201_alligator_skin", + "Name": "@1030_0201_alligator_skin", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1030_0201_alligator_skin_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NagaScalesAngryEarthT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NagaScalesAngryEarthT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1030_0202_snaggletooth_tooth", + "Name": "@1030_0202_snaggletooth_tooth", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1030_0202_snaggletooth_tooth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1030_0203_leopard_whiskers", + "Name": "@1030_0203_leopard_whiskers", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1030_0203_leopard_whiskers_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatfishWhiskersT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatfishWhiskersT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1030_0204_corrupted_collar", + "Name": "@1030_0204_corrupted_collar", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1030_0204_corrupted_collar_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CollarCorruptedT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CollarCorruptedT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1030_0204_corrupted_leash", + "Name": "@1030_0204_corrupted_leash", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1030_0204_corrupted_leash_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StingrayTailT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StingrayTailT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1030_0205_boar_bristles", + "Name": "@1030_0205_boar_bristles", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1030_0205_boar_bristles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FiberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FiberT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1330_0201_startingthefireitem", + "Name": "@1330_0201_startingthefireitem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1330_0201_startingthefireitem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Torch.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Torch.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1330_0202_burningfromtheinsideitem", + "Name": "@1330_0202_burningfromtheinsideitem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1330_0202_burningfromtheinsideitem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FOCSTRBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FOCSTRBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1331_0201_RavagerDrop", + "Name": "@1331_0201_RavagerDrop", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1331_0201_RavagerDrop_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CONDEXBonusT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CONDEXBonusT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1331_0202_JoanEmblem", + "Name": "@1331_0202_JoanEmblem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1331_0202_JoanEmblem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/Trinket_BandT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Trinket_BandT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1331_0202_MarkusEmblem", + "Name": "@1331_0202_MarkusEmblem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1331_0202_MarkusEmblem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/Trinket_BandT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Trinket_BandT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1331_0203_RuizEmblem", + "Name": "@1331_0203_RuizEmblem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1331_0203_RuizEmblem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/Trinket_BandT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Trinket_BandT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1332_0201_AlligatorTooth", + "Name": "@1332_0201_AlligatorTooth", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1332_0201_AlligatorTooth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NagaScalesAngryEarthT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NagaScalesAngryEarthT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1332_0202_BoarTusk", + "Name": "@1332_0202_BoarTusk", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1332_0202_BoarTusk_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BoarTuskT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BoarTuskT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1332_0203_WolfFang", + "Name": "@1332_0203_WolfFang", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1332_0203_WolfFang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WolfPawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WolfPawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1332_0204_AlphaFang", + "Name": "@1332_0204_AlphaFang", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1332_0204_AlphaFang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WolfPawT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WolfPawT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1330_0203_Contraption", + "Name": "@1330_0203_Contraption", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1330_0203_Contraption_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornLetter.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornLetter.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1333_AncientStoneSample", + "Name": "@1333_AncientStoneSample", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1333_AncientStoneSample_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StoneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StoneT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "WorkOrder_1334_0201_Perfume", + "Name": "@WorkOrder_1334_0201_Perfume_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@WorkOrder_1334_0201_Perfume_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClaimCharterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClaimCharterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9907_0053_PlantFood_MSQ_Recipe", + "Name": "@9907_0053_PlantFood_MSQ_Recipe_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9907_0053_PlantFood_MSQ_Recipe_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClaimCharterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClaimCharterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1334_0201_Spores", + "Name": "@1334_0201_Spores", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1334_0201_Spores_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SapT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SapT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1334_0201_ElkGland", + "Name": "@1334_0201_ElkGland", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1334_0201_ElkGland_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DEXINTBonusT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DEXINTBonusT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1334_0201_Laudanum", + "Name": "@1334_0201_Laudanum", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1334_0201_Laudanum_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FruitT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FruitT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1334_0201_Perfume", + "Name": "@1334_0201_Perfume", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1334_0201_Perfume_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GlassVialT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GlassVialT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9907_0053_PlantFood_MSQ", + "Name": "@9907_0053_PlantFood_MSQ_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9907_0053_PlantFood_MSQ_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClaimCharterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClaimCharterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1335_0201_CanopusCoin", + "Name": "@1335_0201_CanopusCoin", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1335_0201_CanopusCoin_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1335_0202_LaslusWellCoin", + "Name": "@1335_0202_LaslusWellCoin", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1335_0202_LaslusWellCoin_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeGoldCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeGoldCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1335_0203_ScrapOfClothing", + "Name": "@1335_0203_ScrapOfClothing", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1335_0203_ScrapOfClothing_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TreasureMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TreasureMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1335_0204_Token", + "Name": "@1335_0204_Token", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1335_0204_Token_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DEXBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DEXBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1010_0101_swampys_saucepans", + "Name": "@1010_0101_swampys_saucepans", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1010_0101_swampys_saucepans_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FaysCauldron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FaysCauldron.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1010_0101_swampys_stewpots", + "Name": "@1010_0101_swampys_stewpots", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1010_0101_swampys_stewpots_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FaysCauldron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FaysCauldron.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1010_0101_swampys_stockpot", + "Name": "@1010_0101_swampys_stockpot", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1010_0101_swampys_stockpot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FaysCauldron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FaysCauldron.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1010_0101_swampys_skillet", + "Name": "@1010_0101_swampys_skillet", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1010_0101_swampys_skillet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FaysCauldron.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FaysCauldron.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1010_0102_recipebook", + "Name": "@1010_0102_recipebook", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1010_0102_recipebook_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AlchemistKit.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AlchemistKit.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1001_0101_touched_coin", + "Name": "@1001_0101_touched_coin", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1001_0101_touched_coin_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BotanistCharmT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BotanistCharmT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0101_artifact_fragments", + "Name": "@1002_0101_artifact_fragments", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0101_artifact_fragments_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BezoarStones.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BezoarStones.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0101_intact_artifacts", + "Name": "@1002_0101_intact_artifacts", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0101_intact_artifacts_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShadowyPrism.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShadowyPrism.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0101_williams_notes", + "Name": "@1002_0101_williams_notes", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0101_williams_notes_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0102_ancient_relics", + "Name": "@1002_0102_ancient_relics", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0102_ancient_relics_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShadowyPrism.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShadowyPrism.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0102_mossbone_azoth", + "Name": "@1002_0102_mossbone_azoth", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0102_mossbone_azoth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ViscousAzothT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ViscousAzothT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0102_mossbone_artifacts", + "Name": "@1002_0102_mossbone_artifacts", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0102_mossbone_artifacts_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT10.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT10.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0103_ship_figurehead", + "Name": "@1002_0103_ship_figurehead", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0103_ship_figurehead_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1003_0101_coin_rumors", + "Name": "@1003_0101_coin_rumors", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1003_0101_coin_rumors_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornLetter.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornLetter.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1004_0101_black_power", + "Name": "@1004_0101_black_power", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1004_0101_black_power_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GunpowderT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GunpowderT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1004_0101_powder_fuses", + "Name": "@1004_0101_powder_fuses", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1004_0101_powder_fuses_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LacingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LacingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1004_0102_fort_building_supplies", + "Name": "@1004_0102_fort_building_supplies", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1004_0102_fort_building_supplies_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1004_0102_fort_building_plans", + "Name": "@1004_0102_fort_building_plans", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1004_0102_fort_building_plans_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SummonsNote.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SummonsNote.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1005_0101_water_vapors", + "Name": "@1005_0101_water_vapors", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1005_0101_water_vapors_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EctoplasmT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EctoplasmT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1005_0101_bottle_lightning", + "Name": "@1005_0101_bottle_lightning", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1005_0101_bottle_lightning_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AzothOilT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AzothOilT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1005_0102_lightning_bomb", + "Name": "@1005_0102_lightning_bomb", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1005_0102_lightning_bomb_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EctoplasmT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EctoplasmT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0402_0401_BileSoakedMeat", + "Name": "@0402_0401_BileSoakedMeat", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0402_0401_BileSoakedMeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0402_0401_TaintedGruel", + "Name": "@0402_0401_TaintedGruel", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0402_0401_TaintedGruel_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JarofLeeches.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JarofLeeches.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1504_1503_PirateBooty", + "Name": "@1504_1503_PirateBooty", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1504_1503_PirateBooty_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_PirateBooty.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_PirateBooty.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1510_1507_EasternRunestone", + "Name": "@1510_1507_EasternRunestone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1510_1507_EasternRunestone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TravelersStoneT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TravelersStoneT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1510_1507_WesternRunestone", + "Name": "@1510_1507_WesternRunestone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1510_1507_WesternRunestone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TravelersStoneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TravelersStoneT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1505_1509_Grenades", + "Name": "@1505_1509_Grenades", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1505_1509_Grenades_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ConcoctionDecanterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ConcoctionDecanterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1524_1515_SalazarsRing", + "Name": "@1524_1515_SalazarsRing", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1524_1515_SalazarsRing_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_GoldenRing.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_GoldenRing.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1524_1515_GemmasBrooch", + "Name": "@1524_1515_GemmasBrooch", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1524_1515_GemmasBrooch_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AmberCutT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmberCutT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1524_1515_HeartShapedLocket", + "Name": "@1524_1515_HeartShapedLocket", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1524_1515_HeartShapedLocket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ForlornLocket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ForlornLocket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1524_1515_RosariosManifest", + "Name": "@1524_1515_RosariosManifest", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1524_1515_RosariosManifest_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1524_1517_PirateDoubloons", + "Name": "@1524_1517_PirateDoubloons", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1524_1517_PirateDoubloons_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeGoldCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeGoldCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1525_1518_MyrtilusBow", + "Name": "@1525_1518_MyrtilusBow", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1525_1518_MyrtilusBow_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EnchantedBowStringT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EnchantedBowStringT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1525_1519_ThornArrows", + "Name": "@1525_1519_ThornArrows", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1525_1519_ThornArrows_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Arrow.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Arrow.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1525_1520_NutrientStalks", + "Name": "@1525_1520_NutrientStalks", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1525_1520_NutrientStalks_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WorkRationsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WorkRationsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1527_1524_PoseidonsBounty", + "Name": "@1527_1524_PoseidonsBounty", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1527_1524_PoseidonsBounty_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/Drink6T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Drink6T4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1528_1526_SeaGlassCharms", + "Name": "@1528_1526_SeaGlassCharms", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1528_1526_SeaGlassCharms_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DEXBonusT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DEXBonusT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1416_0201_ProfaneOre", + "Name": "@1416_0201_ProfaneOre", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1416_0201_ProfaneOre_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SparkmetalT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SparkmetalT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1418_0202_WyrdwoodTears", + "Name": "@1418_0202_WyrdwoodTears", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1418_0202_WyrdwoodTears_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WyrdwoodSapT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WyrdwoodSapT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1403_0203_BlightVines", + "Name": "@1403_0203_BlightVines", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1403_0203_BlightVines_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingVinesT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingVinesT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1403_0301_BlightSample", + "Name": "@1403_0301_BlightSample", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1403_0301_BlightSample_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/JasperT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/JasperT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1403_0401_BlightTinctureBomb", + "Name": "@1403_0401_BlightTinctureBomb", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1403_0401_BlightTinctureBomb_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChefCharmT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChefCharmT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0312_0101_PatriciasKeys", + "Name": "@0312_0101_PatriciasKeys", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0312_0101_PatriciasKeys_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SkeletonKeys.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SkeletonKeys.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0312_0101_PatriciasHeartgem", + "Name": "@0312_0101_PatriciasHeartgem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0312_0101_PatriciasHeartgem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/JadeCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/JadeCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0312_0101_PatriciasCloak", + "Name": "@0312_0101_PatriciasCloak", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0312_0101_PatriciasCloak_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Cloak.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Cloak.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0312_0201_ForgottenSupplies", + "Name": "@0312_0201_ForgottenSupplies", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0312_0201_ForgottenSupplies_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CompostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CompostT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0101_SunderfortHeartgems", + "Name": "@0318_0101_SunderfortHeartgems", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0101_SunderfortHeartgems_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AmberCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmberCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0313_0102_UntaintedOre", + "Name": "@0313_0102_UntaintedOre", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0313_0102_UntaintedOre_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/OrePreciousT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OrePreciousT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0313_0102_CorruptCatalyst", + "Name": "@0313_0102_CorruptCatalyst", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0313_0102_CorruptCatalyst_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedIchorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedIchorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0313_0201_AzothRemnantA", + "Name": "@0313_0201_AzothRemnant", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0313_0201_AzothRemnant_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CrystalizedAzothT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CrystalizedAzothT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0313_0201_AzothRemnantB", + "Name": "@0313_0201_AzothRemnant", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0313_0201_AzothRemnant_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CrystalizedAzothT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CrystalizedAzothT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0313_0201_AzothRemnantC", + "Name": "@0313_0201_AzothRemnant", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0313_0201_AzothRemnant_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CrystalizedAzothT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CrystalizedAzothT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0317_0101_HiddenAmmo_a", + "Name": "@0317_0101_HiddenAmmo_a", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0317_0101_HiddenAmmo_a_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LockboxT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LockboxT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0317_0101_HiddenAmmo_b", + "Name": "@0317_0101_HiddenAmmo_b", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0317_0101_HiddenAmmo_b_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LockboxT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LockboxT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0101_BreakawayHeartgem", + "Name": "@0319_0101_BreakawayHeartgem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0101_BreakawayHeartgem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AquamarineCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AquamarineCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0101_AcediaHeartgem", + "Name": "@0319_0101_AcediaHeartgem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0101_AcediaHeartgem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AmethystCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmethystCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0101_HollowingHeartgem", + "Name": "@0319_0101_HollowingHeartgem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0101_HollowingHeartgem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CitrineCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CitrineCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0101_NullcavityHeartgem", + "Name": "@0319_0101_NullcavityHeartgem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0101_NullcavityHeartgem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LapisLazuliCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LapisLazuliCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0315_0101_AzothLantern", + "Name": "@0315_0101_AzothLantern", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0315_0101_AzothLantern_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AzothOilT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AzothOilT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0314_0101_BlackTalisman_a", + "Name": "@0314_0101_BlackTalisman_a", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0314_0101_BlackTalisman_a_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TravelersStoneT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TravelersStoneT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0314_0101_BlackTalisman_b", + "Name": "@0314_0101_BlackTalisman_b", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0314_0101_BlackTalisman_b_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TravelersStoneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TravelersStoneT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0315_0102_CorruptedHeartgem", + "Name": "@0315_0102_CorruptedHeartgem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0315_0102_CorruptedHeartgem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedMatterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedMatterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0101_SauquilloHeartgem", + "Name": "@0319_0101_SauquilloHeartgem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0101_SauquilloHeartgem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MoonstoneCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MoonstoneCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0718_0101_MoBlightSample", + "Name": "@0718_0101_MoBlightSample", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0718_0101_MoBlightSample_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GarnetT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GarnetT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0718_0101_FayBriars", + "Name": "@0718_0101_FayBriars", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0718_0101_FayBriars_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingBriarT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingBriarT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0718_0102_CorruptEssence", + "Name": "@0718_0102_CorruptEssence", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0718_0102_CorruptEssence_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TuningStone.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TuningStone.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0718_0102_CystBlightSample", + "Name": "@0718_0102_CystBlightSample", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0718_0102_CystBlightSample_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CarnelianT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CarnelianT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0712_0101_CarverArmorScraps", + "Name": "@0712_0101_CarverArmorScraps", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0712_0101_CarverArmorScraps_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ArmorScrapsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ArmorScrapsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0714_0101_LiquidOrichalcum", + "Name": "@0714_0101_LiquidOrichalcum", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0714_0101_LiquidOrichalcum_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/QuicksilverT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/QuicksilverT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0714_0101_PwdrStarmetal", + "Name": "@0714_0101_PwdrStarmetal", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0714_0101_PwdrStarmetal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CatalystT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CatalystT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0714_0101_AntiCorruptionBomb", + "Name": "@0714_0101_AntiCorruptionBomb", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0714_0101_AntiCorruptionBomb_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ChefCharmT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ChefCharmT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0715_0101_SalSnailEssence", + "Name": "@0715_0101_SalSnailEssence", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0715_0101_SalSnailEssence_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/0715_0101_SalSnailEssence.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/0715_0101_SalSnailEssence.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0715_0101_MirespiceBlend", + "Name": "@0715_0101_MirespiceBlend", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0715_0101_MirespiceBlend_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0715_0201_AncientDraught", + "Name": "@0715_0201_AncientDraught", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0715_0201_AncientDraught_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/Drink4T4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Drink4T4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0715_0201_BaetylusLuckstone", + "Name": "@0715_0201_BaetylusLuckstone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0715_0201_BaetylusLuckstone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BaetylusT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BaetylusT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0716_0101_CorrBindingClaw", + "Name": "@0716_0101_CorrBindingClaw", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0716_0101_CorrBindingClaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0716_0101_SacrificialMask", + "Name": "@0716_0101_SacrificialMask", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0716_0101_SacrificialMask_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MaskofShame.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MaskofShame.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0719_0101_OdiumHeartgem", + "Name": "@0719_0101_OdiumHeartgem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0719_0101_OdiumHeartgem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TopazCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TopazCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0719_0101_IratusHeartgem", + "Name": "@0719_0101_IratusHeartgem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0719_0101_IratusHeartgem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/JasperCutT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/JasperCutT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0719_0101_LapsusHeartgem", + "Name": "@0719_0101_LapsusHeartgem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0719_0101_LapsusHeartgem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CarnelianCutT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CarnelianCutT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0713_0101_DamonCharcoal", + "Name": "@0713_0101_DamonCharcoal", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0713_0101_DamonCharcoal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CharcoalT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CharcoalT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0713_0101_HellfireEmbers", + "Name": "@0713_0101_HellfireEmbers", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0713_0101_HellfireEmbers_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BaetylusT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BaetylusT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0713_0101_TendrilFibers", + "Name": "@0713_0101_TendrilFibers", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0713_0101_TendrilFibers_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingBriarT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingBriarT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0713_0101_HellionSparks", + "Name": "@0713_0101_HellionSparks", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0713_0101_HellionSparks_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SparkmetalT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SparkmetalT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0717_0101_cptthorpe", + "Name": "@0717_0101_cptthorpe", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0717_0101_cptthorpe_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedAura.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedAura.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1209_0101_SiltbootKeys", + "Name": "@1209_0101_SiltbootKeys", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1209_0101_SiltbootKeys_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SkeletonKeys.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SkeletonKeys.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0101_AzRavMaterials", + "Name": "@0321_0101_AzRavMaterials", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0101_AzRavMaterials_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BagBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagBT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0102_DrownedSilverCoin", + "Name": "@0321_0102_DrownedSilverCoin", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0102_DrownedSilverCoin_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_LargeSilverCoin.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_LargeSilverCoin.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0102_DeathblightOre", + "Name": "@0321_0102_DeathblightOre", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0102_DeathblightOre_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/OrePreciousT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OrePreciousT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0312_0103_DryadBowyerRubble", + "Name": "@0312_0103_DryadBowyerRubble", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0312_0103_DryadBowyerRubble_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/StoneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/StoneT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0103_EvergreenDryadBranch", + "Name": "@0321_0103_EvergreenDryadBranch", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0103_EvergreenDryadBranch_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingVinesT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingVinesT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0104_PotentCorrIchor", + "Name": "@0321_0104_PotentCorrIchor", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0104_PotentCorrIchor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedIchorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedIchorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0105_DesecratedAzothCrystal", + "Name": "@0321_0105_DesecratedAzothCrystal", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0105_DesecratedAzothCrystal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/IronwoodResinT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/IronwoodResinT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0106_TaintedOrichalcum", + "Name": "@0321_0106_TaintedOrichalcum", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0106_TaintedOrichalcum_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RubyT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RubyT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0106_EverburnEmber", + "Name": "@0321_0106_EverburnEmber", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0106_EverburnEmber_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedMatterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedMatterT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0107_CorrIronHammer", + "Name": "@0321_0107_CorrIronHammer", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0107_CorrIronHammer_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ConsecratedIronT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ConsecratedIronT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0107_WyrdHeartwood", + "Name": "@0321_0107_WyrdHeartwood", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0107_WyrdHeartwood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WoodT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WoodT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0108_UnstAzothShard", + "Name": "@0321_0108_UnstAzothShard", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0108_UnstAzothShard_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WyrdwoodResinT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WyrdwoodResinT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0108_EthAdhesive", + "Name": "@0321_0108_EthAdhesive", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0108_EthAdhesive_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EctoplasmT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EctoplasmT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0321_0109_StarmetalWhetstone", + "Name": "@0321_0109_StarmetalWhetstone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0321_0109_StarmetalWhetstone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0101_SwirlingStaffBase", + "Name": "@0319_0101_SwirlingStaffBase", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0101_SwirlingStaffBase_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0102_PulsingStaffStem", + "Name": "@0319_0102_PulsingStaffStem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0102_PulsingStaffStem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0103_CurvedStaffhead", + "Name": "@0319_0103_CurvedStaffhead", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0103_CurvedStaffhead_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0104_BlisteringReagents", + "Name": "@0319_0104_BlisteringReagents", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0104_BlisteringReagents_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0105_FlintFlamestarters", + "Name": "@0319_0105_FlintFlamestarters", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0105_FlintFlamestarters_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0106_VortexFunnel", + "Name": "@0319_0106_VortexFunnel", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0106_VortexFunnel_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0107_OrichalcumFlintlock", + "Name": "@0319_0107_OrichalcumFlintlock", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0107_OrichalcumFlintlock_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0319_0108_AzothConcentrator", + "Name": "@0319_0108_AzothConcentrator", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0319_0108_AzothConcentrator_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1420_0101_AzothCore", + "Name": "@1420_0101_AzothCore", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1420_0101_AzothCore_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AzothOilT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AzothOilT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1420_0102_GoldenFlintlock", + "Name": "@1420_0102_GoldenFlintlock", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1420_0102_GoldenFlintlock_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1420_0103_GlisteningBarrel", + "Name": "@1420_0103_GlisteningBarrel", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1420_0103_GlisteningBarrel_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1420_0104_Ramrod", + "Name": "@1420_0104_Ramrod", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1420_0104_Ramrod_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1420_0105_HairTrigger", + "Name": "@1420_0105_HairTrigger", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1420_0105_HairTrigger_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1420_0106_SeakissedWood", + "Name": "@1420_0106_SeakissedWood", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1420_0106_SeakissedWood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingVinesT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingVinesT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1420_0107_TwistedStock", + "Name": "@1420_0107_TwistedStock", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1420_0107_TwistedStock_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TimberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TimberT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1420_0108_HeavyBase", + "Name": "@1420_0108_HeavyBase", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1420_0108_HeavyBase_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WhetstoneT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WhetstoneT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0719_0201_WeaponCrucible", + "Name": "@0719_0201_WeaponCrucible", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0719_0201_WeaponCrucible_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0201_RamCorMaterials", + "Name": "@0318_0201_RamCorMaterials", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0201_RamCorMaterials_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BagBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagBT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0202_PirateTokenPouch", + "Name": "@0318_0202_PirateTokenPouch", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0202_PirateTokenPouch_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0202_GoldsteinScales", + "Name": "@0318_0202_GoldsteinScales", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0202_GoldsteinScales_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BagBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagBT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0203_VeilLeather", + "Name": "@0318_0203_VeilLeather", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0203_VeilLeather_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MangyHideT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MangyHideT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0204_GuardianBonedust", + "Name": "@0318_0204_GuardianBonedust", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0204_GuardianBonedust_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NiterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NiterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0205_VinesnapHeart", + "Name": "@0318_0205_VinesnapHeart", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0205_VinesnapHeart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0205_DryadFighterVine", + "Name": "@0318_0205_DryadFighterVine", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0205_DryadFighterVine_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingVinesT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingVinesT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0206_CorrTendrilStalk", + "Name": "@0318_0206_CorrTendrilStalk", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0206_CorrTendrilStalk_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingBriarT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingBriarT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0206_StarmetalSpall", + "Name": "@0318_0206_StarmetalSpall", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0206_StarmetalSpall_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ThunderstoneT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ThunderstoneT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0207_ContaminatedOre", + "Name": "@0318_0207_ContaminatedOre", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0207_ContaminatedOre_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedMatterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedMatterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0208_CorruptedHorn", + "Name": "@0318_0208_CorruptedHorn", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0208_CorruptedHorn_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0318_0209_LivingCrystal", + "Name": "@0318_0209_LivingCrystal", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0318_0209_LivingCrystal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AmberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmberT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1421_0201_PallidAsh", + "Name": "@1421_0201_PallidAsh", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1421_0201_PallidAsh_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WoodWitheredT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WoodWitheredT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1421_0201_BewitchedBone", + "Name": "@1421_0201_BewitchedBone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1421_0201_BewitchedBone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FrozenFangT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FrozenFangT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1421_0201_SKOak", + "Name": "@1421_0201_SKOak", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1421_0201_SKOak_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TimberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TimberT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1421_0201_PHempString", + "Name": "@1421_0201_PHempString", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1421_0201_PHempString_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ShuttleT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ShuttleT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1421_0201_CBLeather", + "Name": "@1421_0201_CBLeather", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1421_0201_CBLeather_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LeatherT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LeatherT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1421_0201_SVOil", + "Name": "@1421_0201_SVOil", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1421_0201_SVOil_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedEssenceT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEssenceT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1421_0201_BlackSinew", + "Name": "@1421_0201_BlackSinew", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1421_0201_BlackSinew_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingBriarT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingBriarT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1421_0201_AzothWood", + "Name": "@1421_0201_AzothWood", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1421_0201_AzothWood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WoodT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WoodT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0320_0101_InfernalWood", + "Name": "@0320_0101_InfernalWood", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0320_0101_InfernalWood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BranchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BranchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0320_0101_PerfectWyrdwood", + "Name": "@0320_0101_PerfectWyrdwood", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0320_0101_PerfectWyrdwood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WyrdwoodResinT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WyrdwoodResinT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0320_0101_ShamanIncense", + "Name": "@0320_0101_ShamanIncense", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0320_0101_ShamanIncense_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NiterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NiterT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0320_0101_StoneSkullWine", + "Name": "@0320_0101_StoneSkullWine", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0320_0101_StoneSkullWine_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DrinkCarafeT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DrinkCarafeT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0320_0101_CorruptedRune", + "Name": "@0320_0101_CorruptedRune", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0320_0101_CorruptedRune_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TravelersStoneT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TravelersStoneT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0320_0101_BrokenTalisman", + "Name": "@0320_0101_BrokenTalisman", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0320_0101_BrokenTalisman_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TrinketRT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TrinketRT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0320_0101_ElementalCrystal", + "Name": "@0320_0101_ElementalCrystal", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0320_0101_ElementalCrystal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MoonstoneT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MoonstoneT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0320_0101_CorruptedTalisman", + "Name": "@0320_0101_CorruptedTalisman", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0320_0101_CorruptedTalisman_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedKeepsake.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedKeepsake.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Corrupted_Wire", + "Name": "@0721_0101_Corrupted_Wire", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Corrupted_Wire_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingVinesT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingVinesT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Dryad_Fibers", + "Name": "@0721_0101_Dryad_Fibers", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Dryad_Fibers_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingBriarT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingBriarT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Corrupted_Whetstone", + "Name": "@0721_0101_Corrupted_Whetstone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Corrupted_Whetstone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WhetstoneT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WhetstoneT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Corrupted_Flux", + "Name": "@0721_0101_Corrupted_Flux", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Corrupted_Flux_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Corrupted_Ritual_Items", + "Name": "@0721_0101_Corrupted_Ritual_Items", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Corrupted_Ritual_Items_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BagBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagBT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Corrupted_Weaponsmith_Kits", + "Name": "@0721_0101_Corrupted_Weaponsmith_Kits", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Corrupted_Weaponsmith_Kits_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Corrupted_Armorsmith_Kits", + "Name": "@0721_0101_Corrupted_Armorsmith_Kits", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Corrupted_Armorsmith_Kits_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BagBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagBT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Dryad_Leather", + "Name": "@0721_0101_Dryad_Leather", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Dryad_Leather_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MangyHideT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MangyHideT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Baines_Heart", + "Name": "@0721_0101_Baines_Heart", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Baines_Heart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NiterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NiterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_High_Priest_Aura", + "Name": "@0721_0101_High_Priest_Aura", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_High_Priest_Aura_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Corrupted_Strap_Leather", + "Name": "@0721_0101_Corrupted_Strap_Leather", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Corrupted_Strap_Leather_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingVinesT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingVinesT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Lost_Aura", + "Name": "@0721_0101_Lost_Aura", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Lost_Aura_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ThunderstoneT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ThunderstoneT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Corrupted_Matter", + "Name": "@0721_0101_Corrupted_Matter", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Corrupted_Matter_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedMatterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedMatterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Corrupted_Horn", + "Name": "@0721_0101_Corrupted_Horn", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Corrupted_Horn_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Corrupted_Weapon_Parts", + "Name": "@0721_0101_Corrupted_Weapon_Parts", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Corrupted_Weapon_Parts_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairPartsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairPartsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Corrupted_Talisman", + "Name": "@0721_0101_Corrupted_Talisman", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Corrupted_Talisman_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimusT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Gate_Keeper_Aura", + "Name": "@0721_0101_Gate_Keeper_Aura", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Gate_Keeper_Aura_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RubyT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RubyT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Maw_Heart", + "Name": "@0721_0101_Maw_Heart", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Maw_Heart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TravelersStoneT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TravelersStoneT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_Dryad_Splinters", + "Name": "@0721_0101_Dryad_Splinters", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_Dryad_Splinters_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BranchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BranchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_BW_Item1", + "Name": "@0721_0101_BW_Item1", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_BW_Item1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/OreT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OreT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_BW_Item2", + "Name": "@0721_0101_BW_Item2", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_BW_Item2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlockT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlockT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_BW_Item3", + "Name": "@0721_0101_BW_Item3", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_BW_Item3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EmbossedWrappingT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EmbossedWrappingT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_BW_Item4", + "Name": "@0721_0101_BW_Item4", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_BW_Item4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrokenSheild.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrokenSheild.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_BW_Item5", + "Name": "@0721_0101_BW_Item5", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_BW_Item5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MedallionGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MedallionGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_TF_Item1", + "Name": "@0721_0101_TF_Item1", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_TF_Item1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/INTDEXBonusT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/INTDEXBonusT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_TF_Item2", + "Name": "@0721_0101_TF_Item2", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_TF_Item2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimusCorruptedT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusCorruptedT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_TF_Item3", + "Name": "@0721_0101_TF_Item3", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_TF_Item3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedMatterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedMatterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_TF_Item4", + "Name": "@0721_0101_TF_Item4", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_TF_Item4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedMatterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedMatterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_TF_Item5", + "Name": "@0721_0101_TF_Item5", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_TF_Item5_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/IngotT51.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/IngotT51.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_TF_Item6", + "Name": "@0721_0101_TF_Item6", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_TF_Item6_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmoothStoneGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmoothStoneGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_TF_Item7", + "Name": "@0721_0101_TF_Item7", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_TF_Item7_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CONINTBonusT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CONINTBonusT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_TF_Item8", + "Name": "@0721_0101_TF_Item8", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_TF_Item8_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GlowingBloodT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GlowingBloodT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_TF_Item9", + "Name": "@0721_0101_TF_Item9", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_TF_Item9_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AzothOilT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AzothOilT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0721_0101_TF_Item10", + "Name": "@0721_0101_TF_Item10", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0721_0101_TF_Item10_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LeatherT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LeatherT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0720_0102_HS_Item1", + "Name": "@0720_0102_HS_Item1", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0720_0102_HS_Item1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EmpoweredCounterbalanceT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EmpoweredCounterbalanceT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0720_0103_HS_Item2", + "Name": "@0720_0103_HS_Item2", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0720_0103_HS_Item2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EssenceSpiritT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EssenceSpiritT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0720_0105_HS_Item3", + "Name": "@0720_0105_HS_Item3", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0720_0105_HS_Item3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AzothHaftT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AzothHaftT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0720_0107_HS_Item4", + "Name": "@0720_0107_HS_Item4", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0720_0107_HS_Item4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EmbossedWrappingT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EmbossedWrappingT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0607_0101_GemstoneRough", + "Name": "@0607_0101_GemstoneRough", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0607_0101_GemstoneRough_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MalachiteT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MalachiteT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0607_0101_PerfumePhial", + "Name": "@0607_0101_PerfumePhial", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0607_0101_PerfumePhial_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0408_0101_AncientOrb", + "Name": "@0408_0101_AncientOrb", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0408_0101_AncientOrb_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimusT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0409_0101_MixedSeeds", + "Name": "@0409_0101_MixedSeeds", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0409_0101_MixedSeeds_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SeedPouchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SeedPouchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0609_0101_ConsecratedOil", + "Name": "@0609_0101_ConsecratedOil", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0609_0101_ConsecratedOil_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1207_0101_BloodOre", + "Name": "@1207_0101_BloodOre", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1207_0101_BloodOre_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/OreT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OreT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1207_0101_SeaWater", + "Name": "@1207_0101_SeaWater", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1207_0101_SeaWater_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EctoplasmT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EctoplasmT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1208_0101_AlchemyCatalyst", + "Name": "@1208_0101_AlchemyCatalyst", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1208_0101_AlchemyCatalyst_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NiterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NiterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1208_0101_AzothOil", + "Name": "@1208_0101_AzothOil", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1208_0101_AzothOil_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AzothOilT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AzothOilT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1209_0101_WeatheredCharm", + "Name": "@1209_0101_WeatheredCharm", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1209_0101_WeatheredCharm_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TravelersCharmT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TravelersCharmT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1209_0101_AzothCrystal", + "Name": "@1209_0101_AzothCrystal", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1209_0101_AzothCrystal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CrystalizedEctoplasmT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CrystalizedEctoplasmT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0907_0101_FlawedFreshPearl", + "Name": "@0907_0101_FlawedFreshPearl", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0907_0101_FlawedFreshPearl_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PearlT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PearlT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0907_0101_SilverFlask", + "Name": "@0907_0101_SilverFlask", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0907_0101_SilverFlask_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/Drink2T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Drink2T3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0908_0101_HerbSatchel", + "Name": "@0908_0101_HerbSatchel", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0908_0101_HerbSatchel_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_PouchOfHerbs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_PouchOfHerbs.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0908_0101_AzothSplinter", + "Name": "@0908_0101_AzothSplinter", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0908_0101_AzothSplinter_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CrystalizedAzothT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CrystalizedAzothT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0908_0101_ResearchNotes", + "Name": "@0908_0101_ResearchNotes", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0908_0101_ResearchNotes_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0909_0101_TaintedFlesh", + "Name": "@0909_0101_TaintedFlesh", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0909_0101_TaintedFlesh_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedMatterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedMatterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0909_0101_SpoiledRations", + "Name": "@0909_0101_SpoiledRations", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0909_0101_SpoiledRations_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedMatterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedMatterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0909_0101_BlessedIronBlank", + "Name": "@0909_0101_BlessedIronBlank", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0909_0101_BlessedIronBlank_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ConsecratedIronT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ConsecratedIronT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0410_0414_LuckyRabbitsFoot", + "Name": "@0410_0414_LuckyRabbitsFoot", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0410_0414_LuckyRabbitsFoot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WolfPawT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WolfPawT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0402_0413_ReneesSpikeTraps", + "Name": "@0402_0413_ReneesSpikeTraps", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0402_0413_ReneesSpikeTraps_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_OlcottMedicinals.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_OlcottMedicinals.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1210_0201_DaggerWine", + "Name": "@1210_0201_DaggerWine", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1210_0201_DaggerWine_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/Drink2T3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Drink2T3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1210_0201_MistWine", + "Name": "@1210_0201_MistWine", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1210_0201_MistWine_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/Drink2T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Drink2T2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1205_0501_AncientArt", + "Name": "@1205_0501_AncientArt", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1205_0501_AncientArt_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT8.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT8.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1205_0501_AncientArt02", + "Name": "@1205_0501_AncientArt02", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1205_0501_AncientArt02_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT8.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT8.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0602_0503_HighQualityThread", + "Name": "@0602_0503_HighQualityThread", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0602_0503_HighQualityThread_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SilkWeaveT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SilkWeaveT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0602_0503_HighQualityTextiles", + "Name": "@0602_0503_HighQualityTextiles", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0602_0503_HighQualityTextiles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClothT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClothT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0603_0203_JerkedFish", + "Name": "@0603_0203_JerkedFish", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0603_0203_JerkedFish_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0602_0504_WindswardSampler", + "Name": "@0602_0504_WindswardSampler", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0602_0504_WindswardSampler_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CrateOfSquash.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CrateOfSquash.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Azoth_Vessel", + "Name": "@Azoth_Vessel_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Azoth_Vessel_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SprigganKey1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SprigganKey1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": false, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Azoth_Staff_Crook", + "Name": "@Azoth_Staff_Crook_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Azoth_Staff_Crook_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AzothCrookT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AzothCrookT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": false, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Azoth_Staff_Haft", + "Name": "@Azoth_Staff_Haft_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Azoth_Staff_Haft_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AzothHaftT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AzothHaftT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": false, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Focus_Relics", + "Name": "@Focus_Relics_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Focus_Relics_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShadowyPrism.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShadowyPrism.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Crook_Fragments", + "Name": "@Crook_Fragments_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Crook_Fragments_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SparkmetalT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SparkmetalT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Materia_Slag", + "Name": "@Materia_Slag_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Materia_Slag_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NiterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NiterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Liquid_Azoth", + "Name": "@Liquid_Azoth_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Liquid_Azoth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ViscousAzothT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ViscousAzothT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Charged_Azoth", + "Name": "@Charged_Azoth_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Charged_Azoth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ThunderstoneT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ThunderstoneT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Ancient_Relics", + "Name": "@Ancient_Relics_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Ancient_Relics_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Azoth_Staff_Runes", + "Name": "@Azoth_Staff_Runes_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Azoth_Staff_Runes_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT9.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT9.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Furnace_Bellows", + "Name": "@Furnace_Bellows_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Furnace_Bellows_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BellowsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BellowsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Azoth_Infused_Wood", + "Name": "@Azoth_Infused_Wood_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Azoth_Infused_Wood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SparkmetalT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SparkmetalT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Artificer_Whetstone", + "Name": "@Artificer_Whetstone_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Artificer_Whetstone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WhetstoneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WhetstoneT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Artificer_Tongs", + "Name": "@Artificer_Tongs_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Artificer_Tongs_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShotExtractor.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShotExtractor.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Artificer_Tools", + "Name": "@Artificer_Tools_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Artificer_Tools_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_IronCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_IronCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Artificer_Crucibles", + "Name": "@Artificer_Crucibles_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Artificer_Crucibles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Azoth_Gems", + "Name": "@Azoth_Gems_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Azoth_Gems_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TurquoiseCutT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TurquoiseCutT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Corrupted_Inscriptions", + "Name": "@Corrupted_Inscriptions_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@Corrupted_Inscriptions_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClaimCharterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClaimCharterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0610_0103_SackOfCorn", + "Name": "@0610_0103_SackOfCorn", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0610_0103_SackOfCorn_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CrateOfCorn.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CrateOfCorn.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0610_0103_BasketStrawberries", + "Name": "@0610_0103_BasketStrawberries", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0610_0103_BasketStrawberries_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PicnicBasketT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PicnicBasketT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0605_0401_SludgeCorrupt", + "Name": "@0605_0401_SludgeCorrupt", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0605_0401_SludgeCorrupt_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0202_0103_SoulCandle", + "Name": "@0202_0103_SoulCandle", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0202_0103_SoulCandle_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CandleStick.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CandleStick.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0720_0104_SkyGemFragment", + "Name": "@0720_0104_SkyGemFragment", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0720_0104_SkyGemFragment_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AquamarineT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AquamarineT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0720_0106_AzothTear", + "Name": "@0720_0106_AzothTear", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0720_0106_AzothTear_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ViscousAzothT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ViscousAzothT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0720_0108_BlessedDryadWood", + "Name": "@0720_0108_BlessedDryadWood", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0720_0108_BlessedDryadWood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WoodT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WoodT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0720_0109_InfernalTendrils", + "Name": "@0720_0109_InfernalTendrils", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0720_0109_InfernalTendrils_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingBriarT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingBriarT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0201_ReformMaterials", + "Name": "@1419_0201_ReformMaterials", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0201_ReformMaterials_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BagBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagBT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0202_CorrAxeHead", + "Name": "@1419_0202_CorrAxeHead", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0202_CorrAxeHead_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrokenAxe.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrokenAxe.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0203_LifejewelShard", + "Name": "@1419_0203_LifejewelShard", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0203_LifejewelShard_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CrystalT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CrystalT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0203_CorrFang", + "Name": "@1419_0203_CorrFang", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0203_CorrFang_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0204_BlightGrowth", + "Name": "@1419_0204_BlightGrowth", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0204_BlightGrowth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HoneyT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HoneyT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0204_WirefiberStalk", + "Name": "@1419_0204_WirefiberStalk", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0204_WirefiberStalk_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VegetableT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VegetableT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0206_AncSilverBand", + "Name": "@1419_0206_AncSilverBand", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0206_AncSilverBand_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SilverRing.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SilverRing.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0206_AlligatorHide", + "Name": "@1419_0206_AlligatorHide", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0206_AlligatorHide_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0207_GuardRibBone", + "Name": "@1419_0207_GuardRibBone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0207_GuardRibBone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BoarTuskT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BoarTuskT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0207_GrizzBearClawA", + "Name": "@1419_0207_GrizzBearClawA", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0207_GrizzBearClawA_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BearPawT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BearPawT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0207_GrizzBearClawB", + "Name": "@1419_0207_GrizzBearClawB", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0207_GrizzBearClawB_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BearPawT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BearPawT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0208_AbandonedVessel", + "Name": "@1419_0208_AbandonedVessel", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0208_AbandonedVessel_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Urn.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Urn.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0208_IronwoodBranch", + "Name": "@1419_0208_IronwoodBranch", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0208_IronwoodBranch_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BranchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BranchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1419_0209_FineLeatherWrap", + "Name": "@1419_0209_FineLeatherWrap", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1419_0209_FineLeatherWrap_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EmbossedWrappingT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EmbossedWrappingT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0502_0101_ImpressionKit", + "Name": "@0502_0101_ImpressionKit", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0502_0101_ImpressionKit_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BagAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagAT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0502_0101_AncientStoneTablet", + "Name": "@0502_0101_AncientStoneTablet", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0502_0101_AncientStoneTablet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FadedPainting.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FadedPainting.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 2, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0502_0101_StoneTabletRubbing", + "Name": "@0502_0101_StoneTabletRubbing", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0502_0101_StoneTabletRubbing_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StackOfMusicSheets.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StackOfMusicSheets.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 3, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0502_0102_AncientMap", + "Name": "@0502_0102_AncientMap", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0502_0102_AncientMap_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 4, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0502_0102_MedicusOrb", + "Name": "@0502_0102_MedicusOrb", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0502_0102_MedicusOrb_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimusT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 4, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0502_0103_BagOfGuardianHearts", + "Name": "@0502_0103_BagOfGuardianHearts", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0502_0103_BagOfGuardianHearts_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CompostT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CompostT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0502_0104_UnlockedGuardianHeart", + "Name": "@0502_0104_UnlockedGuardianHeart", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0502_0104_UnlockedGuardianHeart_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimusT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 6, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0524_0103_PrimedPowderkegA", + "Name": "@0524_0103_PrimedPowderkeg", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0524_0103_PrimedPowderkeg_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MacguffinsCask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MacguffinsCask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 7, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0524_0103_PrimedPowderkegB", + "Name": "@0524_0103_PrimedPowderkeg", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0524_0103_PrimedPowderkeg_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MacguffinsCask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MacguffinsCask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 7, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0505_0101_FreshDryadSample", + "Name": "@0505_0101_FreshDryadSample", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0505_0101_FreshDryadSample_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingVinesT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingVinesT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 8, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0505_0102_StrangeBlueCrystal", + "Name": "@0505_0102_StrangeBlueCrystal", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0505_0102_StrangeBlueCrystal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WyrdwoodResinT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WyrdwoodResinT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 9, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0503_0202_DryadOffering", + "Name": "@0503_0202_DryadOffering", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0503_0202_DryadOffering_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EarthspineT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EarthspineT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 10, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0503_0203_DryadAnatomyTablet", + "Name": "@0503_0203_DryadAnatomyTablet", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0503_0203_DryadAnatomyTablet_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_FadedPainting.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_FadedPainting.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 10, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0503_0301_AncientAzothReservoir", + "Name": "@0503_0301_AncientAzothReservoir", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0503_0301_AncientAzothReservoir_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EmpoweredCounterbalanceT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EmpoweredCounterbalanceT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 10, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0504_0401_GunpowderCask", + "Name": "@0504_0401_GunpowderCask", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0504_0401_GunpowderCask_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MacguffinsCask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MacguffinsCask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 7, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9901_0009_AzothOilVial", + "Name": "@9901_0009_AzothOilVial", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9901_0009_AzothOilVial_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AzureT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AzureT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 10, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9901_0008_AncientWritings", + "Name": "@9901_0008_AncientWritings", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9901_0008_AncientWritings_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 10, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9901_0008_AncientWritingsB", + "Name": "@9901_0008_AncientWritingsB", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9901_0008_AncientWritingsB_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_StarChart.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_StarChart.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 10, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9901_0022_CorruptionResidue", + "Name": "@9901_0022_CorruptionResidue", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9901_0022_CorruptionResidue_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedAura.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedAura.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 10, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0202_EmptyAzothEnergySource", + "Name": "@0511_0202_EmptyAzothEnergySource_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0202_EmptyAzothEnergySource_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimusT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0202_PureAzothWater", + "Name": "@0511_0202_PureAzothWater_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0202_PureAzothWater_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AzothWaterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AzothWaterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0202_FullAzothEnergySource", + "Name": "@0511_0202_FullAzothEnergySource_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0202_FullAzothEnergySource_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0203_StygianChannelSegment", + "Name": "@0511_0203_StygianChannelSegment_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0203_StygianChannelSegment_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CollarJadeT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CollarJadeT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0204_GuardianArmorFilament", + "Name": "@0511_0204_GuardianArmorFilament_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0204_GuardianArmorFilament_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RunicThreadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RunicThreadT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0204_ReinforcedLeatherGlove", + "Name": "@0511_0204_ReinforcedLeatherGlove_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0204_ReinforcedLeatherGlove_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MediumHandsAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MediumHandsAT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0205_WyrdwoodSeedFiber", + "Name": "@0511_0205_WyrdwoodSeedFiber_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0205_WyrdwoodSeedFiber_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingBriarT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingBriarT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0206_VoidCrystalFragment", + "Name": "@0511_0206_VoidCrystalFragment_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0206_VoidCrystalFragment_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BreachFragment.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BreachFragment.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0206_ChargedVoidCrystalFragment", + "Name": "@0511_0206_ChargedVoidCrystalFragment_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0206_ChargedVoidCrystalFragment_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/UmbralCrystalT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/UmbralCrystalT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0208_ShardsPureCrystal", + "Name": "@0511_0208_ShardsPureCrystal_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0208_ShardsPureCrystal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SparklingDustT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SparklingDustT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0208_PureCrystalLens", + "Name": "@0511_0208_PureCrystalLens_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0208_PureCrystalLens_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_MagnifyingGlass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_MagnifyingGlass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0209_ProtectiveResin", + "Name": "@0511_0209_ProtectiveResin_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0209_ProtectiveResin_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/IronwoodSapT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/IronwoodSapT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0209_ResinHardenedLeather", + "Name": "@0511_0209_ResinHardenedLeather_Name", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0209_ResinHardenedLeather_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LeatherT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LeatherT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_HallowedFabric", + "Name": "@1303_1311_HallowedFabric", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_HallowedFabric_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Blanket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Blanket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_EssenceUndeath", + "Name": "@1303_1311_EssenceUndeath", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_EssenceUndeath_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedIchorT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedIchorT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_PurifiedSap", + "Name": "@1303_1311_PurifiedSap", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_PurifiedSap_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/IronwoodSapT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/IronwoodSapT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_BurnishedBuckles", + "Name": "@1303_1311_BurnishedBuckles", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_BurnishedBuckles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_ConsecratedThread", + "Name": "@1303_1311_ConsecratedThread", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_ConsecratedThread_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GlimmeringTwineT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GlimmeringTwineT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_AncientArmorScraps", + "Name": "@1303_1311_AncientArmorScraps", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_AncientArmorScraps_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ArmorScrapsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ArmorScrapsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_StitchedWards", + "Name": "@1303_1311_StitchedWards", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_StitchedWards_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_PouchOfHerbs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_PouchOfHerbs.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_TwiceWorkedWool", + "Name": "@1303_1311_TwiceWorkedWool", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_TwiceWorkedWool_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClothT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClothT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_InfusedLining", + "Name": "@1303_1311_InfusedLining", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_InfusedLining_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Blanket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Blanket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_ReinforcedWeave", + "Name": "@1303_1311_ReinforcedWeave", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_ReinforcedWeave_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SilkWeaveT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SilkWeaveT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_WyrdwoodCharms", + "Name": "@1303_1311_WyrdwoodCharms", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_WyrdwoodCharms_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TimberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TimberT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_CleansedFibers", + "Name": "@1303_1311_CleansedFibers", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_CleansedFibers_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RunicThreadT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RunicThreadT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_DawnglowOmens", + "Name": "@1303_1311_DawnglowOmens", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_DawnglowOmens_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InfusedResinT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InfusedResinT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_SpectralCloth", + "Name": "@1303_1311_SpectralCloth", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_SpectralCloth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClothT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClothT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1303_1311_ProtectiveResin", + "Name": "@1303_1311_ProtectiveResin", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1303_1311_ProtectiveResin_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/IronwoodResinT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/IronwoodResinT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_SoakedLeather", + "Name": "@1002_0104_SoakedLeather", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_SoakedLeather_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LeatherT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LeatherT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_EssenceofShadow", + "Name": "@1002_0104_EssenceofShadow", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_EssenceofShadow_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedEssenceT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEssenceT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_MuffledPadding", + "Name": "@1002_0104_MuffledPadding", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_MuffledPadding_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedClothT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedClothT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_BlightbanePitch", + "Name": "@1002_0104_BlightbanePitch", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_BlightbanePitch_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WitheredEssenceT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WitheredEssenceT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_StormsailScraps", + "Name": "@1002_0104_StormsailScraps", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_StormsailScraps_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TornFabric.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TornFabric.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_HuntersClasps", + "Name": "@1002_0104_HuntersClasps", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_HuntersClasps_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_LayeredLeather", + "Name": "@1002_0104_LayeredLeather", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_LayeredLeather_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LeatherT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LeatherT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_SiphonedTwilight", + "Name": "@1002_0104_SiphonedTwilight", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_SiphonedTwilight_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AzothOilT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AzothOilT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_DuskfallDye", + "Name": "@1002_0104_DuskfallDye", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_DuskfallDye_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PigmentBlack.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PigmentBlack.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_NightstoneSlivers", + "Name": "@1002_0104_NightstoneSlivers", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_NightstoneSlivers_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/OnyxT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OnyxT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_MurkmossExtract", + "Name": "@1002_0104_MurkmossExtract", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_MurkmossExtract_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AncientEssenceT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AncientEssenceT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_WovenCording", + "Name": "@1002_0104_WovenCording", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_WovenCording_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Ancientthreads.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Ancientthreads.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_CorruptedThread", + "Name": "@1002_0104_CorruptedThread", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_CorruptedThread_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NeedleAndThread.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NeedleAndThread.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_SmudgedFeathers", + "Name": "@1002_0104_SmudgedFeathers", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_SmudgedFeathers_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FeatherT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FeatherT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1002_0104_UmbralCloth", + "Name": "@1002_0104_UmbralCloth", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1002_0104_UmbralCloth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedClothT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedClothT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_StoutHides", + "Name": "@0205_0102_StoutHides", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_StoutHides_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RawhideT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RawhideT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_TreatedHobnails", + "Name": "@0205_0102_TreatedHobnails", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_TreatedHobnails_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_MetalBanding", + "Name": "@0205_0102_MetalBanding", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_MetalBanding_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_EvershinePolish", + "Name": "@0205_0102_EvershinePolish", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_EvershinePolish_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ViscousAzothT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ViscousAzothT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_StalwartRivets", + "Name": "@0205_0102_StalwartRivets", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_StalwartRivets_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_HammeredMetal", + "Name": "@0205_0102_HammeredMetal", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_HammeredMetal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WhetstoneT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WhetstoneT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_BaneseedOil", + "Name": "@0205_0102_BaneseedOil", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_BaneseedOil_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WolfEssenceT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WolfEssenceT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_AttunedStarmetal", + "Name": "@0205_0102_AttunedStarmetal", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_AttunedStarmetal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/OreT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OreT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_ReforgedPlating", + "Name": "@0205_0102_ReforgedPlating", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_ReforgedPlating_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ArmorScrapsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ArmorScrapsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_EssencePower", + "Name": "@0205_0102_EssencePower", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_EssencePower_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SnailSlimeT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SnailSlimeT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_FlexibleMesh", + "Name": "@0205_0102_FlexibleMesh", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_FlexibleMesh_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetedMailT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetedMailT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_RefinedBalefire", + "Name": "@0205_0102_RefinedBalefire", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_RefinedBalefire_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedMatterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedMatterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_ShardsBattle", + "Name": "@0205_0102_ShardsBattle", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_ShardsBattle_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ArmorScrapsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ArmorScrapsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_RuggedVarnish", + "Name": "@0205_0102_RuggedVarnish", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_RuggedVarnish_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SapT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SapT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0205_0102_HeavyPadding", + "Name": "@0205_0102_HeavyPadding", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0205_0102_HeavyPadding_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EmbroideredPaddingT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EmbroideredPaddingT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9801_0101_PKTraceAbsorberA", + "Name": "@9801_0101_PKTraceAbsorberA", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9801_0101_PKTraceAbsorberA_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BagBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagBT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9801_0101_PKTraceAbsorberB", + "Name": "@9801_0101_PKTraceAbsorberB", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9801_0101_PKTraceAbsorberB_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BagBT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagBT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9801_0102_LostFlesh", + "Name": "@9801_0102_LostFlesh", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9801_0102_LostFlesh_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MangyHideT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MangyHideT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9801_0102_LostBones", + "Name": "@9801_0102_LostBones", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9801_0102_LostBones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CONDEXBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CONDEXBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9801_0102_LostHairs", + "Name": "@9801_0102_LostHairs", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9801_0102_LostHairs_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/IsabellasHairT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/IsabellasHairT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9801_0103_PrayerBeadsA", + "Name": "@9801_0103_PrayerBeads", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9801_0103_PrayerBeads_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DEXBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DEXBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9801_0103_PrayerBeadsB", + "Name": "@9801_0103_PrayerBeads", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9801_0103_PrayerBeads_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DEXBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DEXBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9801_0103_PrayerBeadsC", + "Name": "@9801_0103_PrayerBeads", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9801_0103_PrayerBeads_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DEXBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DEXBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9801_0103_PrayerBeadsD", + "Name": "@9801_0103_PrayerBeads", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9801_0103_PrayerBeads_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DEXBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DEXBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1225_0101_GiacomoNotebook", + "Name": "@1225_0101_GiacomoNotebook", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1225_0101_GiacomoNotebook_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallDiary.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallDiary.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1225_0301_FreshWitheredBlood", + "Name": "@1225_0301_FreshWitheredBlood", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1225_0301_FreshWitheredBlood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedFlask.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedFlask.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1225_0301_FreshWitheredBones", + "Name": "@1225_0301_FreshWitheredBones", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1225_0301_FreshWitheredBones_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CONDEXBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CONDEXBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1225_0302_GraveNettles", + "Name": "@1225_0302_GraveNettles", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1225_0302_GraveNettles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CONINTBonusT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CONINTBonusT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1225_0401_GiacomoCompass", + "Name": "@1225_0401_GiacomoCompass", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1225_0401_GiacomoCompass_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_IronCompass.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_IronCompass.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1225_0501_DefiantIchor", + "Name": "@1225_0501_DefiantIchor", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1225_0501_DefiantIchor_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WolfEssenceT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WolfEssenceT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1225_0501_EtchedGuardianGem", + "Name": "@1225_0501_EtchedGuardianGem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1225_0501_EtchedGuardianGem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DiamondCutT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DiamondCutT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1225_0501_StarTouchedWater", + "Name": "@1225_0501_StarTouchedWater", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1225_0501_StarTouchedWater_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/INTFOCBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/INTFOCBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1225_0601_GiacomoPlumbum", + "Name": "@1225_0601_GiacomoPlumbum", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1225_0601_GiacomoPlumbum_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrokenMedallion.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrokenMedallion.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1225_0501_AncientProtectStone", + "Name": "@1225_0501_AncientProtectStone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1225_0501_AncientProtectStone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AmethystCutT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmethystCutT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": null, + "SalvageResources": null, + "IsRepairable": null, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "WorkOrder_1225_0501_AncientProtectStone", + "Name": "@WorkOrder_1225_0501_AncientProtectStone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@WorkOrder_1225_0501_AncientProtectStone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClaimCharterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClaimCharterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RepairKitT1", + "Name": "@RepairKitT1_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RepairKitT1_Description", + "ItemClass": "Resource+RepairKit", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 1, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_RepairKit", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PicnicBasketT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PicnicBasketT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RepairKitT2", + "Name": "@RepairKitT2_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RepairKitT2_Description", + "ItemClass": "Resource+RepairKit", + "TradingCategory": "Utilities", + "TradingFamily": "CraftingConsumables", + "TradingGroup": "RepairKit", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 2, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_RepairKit", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairKitT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairKitT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RepairKitT3", + "Name": "@RepairKitT3_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RepairKitT3_Description", + "ItemClass": "Resource+RepairKit", + "TradingCategory": "Utilities", + "TradingFamily": "CraftingConsumables", + "TradingGroup": "RepairKit", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 3, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_RepairKit", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairKitT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairKitT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RepairKitT4", + "Name": "@RepairKitT4_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RepairKitT4_Description", + "ItemClass": "Resource+RepairKit", + "TradingCategory": "Utilities", + "TradingFamily": "CraftingConsumables", + "TradingGroup": "RepairKit", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 4, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_RepairKit", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairKitT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairKitT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "RepairKitT5", + "Name": "@RepairKitT5_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@RepairKitT5_Description", + "ItemClass": "Resource+RepairKit", + "TradingCategory": "Utilities", + "TradingFamily": "CraftingConsumables", + "TradingGroup": "RepairKit", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 5, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_RepairKit", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RepairKitT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RepairKitT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0722_0101_OrichalcumKnuckleguard", + "Name": "@0722_0101_OrichalcumKnuckleguard", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0722_0101_OrichalcumKnuckleguard_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ArmorScrapsT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ArmorScrapsT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0722_0101_WoodenHandle", + "Name": "@0722_0101_WoodenHandle", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0722_0101_WoodenHandle_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WoodT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WoodT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0722_0101_IronSiderings", + "Name": "@0722_0101_IronSiderings", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0722_0101_IronSiderings_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AdamantT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AdamantT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0722_0101_HandcraftedPommel", + "Name": "@0722_0101_HandcraftedPommel", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0722_0101_HandcraftedPommel_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EtchedHandguardT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EtchedHandguardT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0722_0101_EctoplasmicRicasso", + "Name": "@0722_0101_EctoplasmicRicasso", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0722_0101_EctoplasmicRicasso_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrokenSword.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrokenSword.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0722_0101_ReinforcedInnerguards", + "Name": "@0722_0101_ReinforcedInnerguards", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0722_0101_ReinforcedInnerguards_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WhetstoneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WhetstoneT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0722_0101_TemperedBlade", + "Name": "@0722_0101_TemperedBlade", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0722_0101_TemperedBlade_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CrystalT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CrystalT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0722_0101_IcyQuillonBlock", + "Name": "@0722_0101_IcyQuillonBlock", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0722_0101_IcyQuillonBlock_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/DiamondT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/DiamondT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1323_0101_SlimyBoot", + "Name": "@1323_0101_SlimyBoot", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1323_0101_SlimyBoot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingBootT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingBootT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 6, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1424_0101_AzothTingedFish", + "Name": "@1424_0101_AzothTingedFish", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1424_0101_AzothTingedFish_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingMerrowT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingMerrowT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 8, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0223_0101_BarbedCatfish", + "Name": "@0223_0101_BarbedCatfish", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0223_0101_BarbedCatfish_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingCatfishLargeT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingCatfishLargeT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]FishSalvageMissionItemCatfish", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 10, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0223_0101_HookedSquid", + "Name": "@0223_0101_HookedSquid", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0223_0101_HookedSquid_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_HookedSquid.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_HookedSquid.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]FishSalvageMissionItemSquid", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 6, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0724_0101_CorruptionTingedFish", + "Name": "@0724_0101_CorruptionTingedFish", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0724_0101_CorruptionTingedFish_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FishingHafgufaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FishingHafgufaT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 9, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1418_0101_EnsouledWoodenBase", + "Name": "@1418_0101_EnsouledWoodenBase", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1418_0101_EnsouledWoodenBase_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmallWoodenCrate.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmallWoodenCrate.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1418_0101_CorruptedGreatSwordShards", + "Name": "@1418_0101_CorruptedGreatSwordShards", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1418_0101_CorruptedGreatSwordShards_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrokenSword.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrokenSword.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1418_0101_GlowingPlantCores", + "Name": "@1418_0101_GlowingPlantCores", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1418_0101_GlowingPlantCores_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/JadeCutT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/JadeCutT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1418_0101_RottingLeatherStraps", + "Name": "@1418_0101_RottingLeatherStraps", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1418_0101_RottingLeatherStraps_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MangyHideT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MangyHideT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1418_0101_IronPlating", + "Name": "@1418_0101_IronPlating", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1418_0101_IronPlating_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/IngotT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/IngotT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1418_0101_TwistedHeraldry", + "Name": "@1418_0101_TwistedHeraldry", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1418_0101_TwistedHeraldry_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/2HHammerCharmT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2HHammerCharmT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1418_0101_TemperedBlade", + "Name": "@1418_0101_CorruptedShieldLining", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1418_0101_CorruptedShieldLining_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MangyHideT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MangyHideT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1418_0101_OrichalcumStuds", + "Name": "@1418_0101_OrichalcumStuds", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1418_0101_OrichalcumStuds_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BucklesT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BucklesT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_ShipsManifest", + "Name": "@MI_ShipsManifest_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShipsManifest_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_ShipsRoster", + "Name": "@MI_ShipsRoster_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShipsRoster_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MI_ShipsLog", + "Name": "@MI_ShipsLog_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MI_ShipsLog_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "WorkOrder_9901_0021_HeartGem", + "Name": "@WorkOrder_9901_0021_HeartGem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@WorkOrder_9901_0021_HeartGem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClaimCharterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClaimCharterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_PyrgoItem", + "Name": "@MSQ_PyrgoItem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_PyrgoItem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CoreMagicT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CoreMagicT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_SeaviewItem", + "Name": "@MSQ_SeaviewItem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_SeaviewItem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/Trinket_SettingT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Trinket_SettingT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_ShatteredObeliskItem", + "Name": "@MSQ_ShatteredObeliskItem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_ShatteredObeliskItem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SparklingDustT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SparklingDustT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_Spore1", + "Name": "@MSQ_Spore1", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_Spore1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MushroomFinsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MushroomFinsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_Spore2", + "Name": "@MSQ_Spore2", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_Spore2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MushroomFinsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MushroomFinsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_Spore3", + "Name": "@MSQ_Spore3", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_Spore3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MushroomFinsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MushroomFinsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_Spore4", + "Name": "@MSQ_Spore4", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_Spore4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MushroomFinsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MushroomFinsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "WorkOrder_9904_0028_Repellant", + "Name": "@WorkOrder_9904_0028_Repellant_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@WorkOrder_9904_0028_Repellant_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClaimCharterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClaimCharterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9904_0028_FreshUrine", + "Name": "@9904_0028_FreshUrine_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9904_0028_FreshUrine_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WolfEssenceT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WolfEssenceT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9904_0028_DistilledUrine", + "Name": "@9904_0028_DistilledUrine_Mastername", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9904_0028_DistilledUrine_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WolfEssenceT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WolfEssenceT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_BearPee", + "Name": "@MSQ_BearPee", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_BearPee_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MushroomFinsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MushroomFinsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_Repellent1", + "Name": "@MSQ_Repellent1", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_Repellent1_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MushroomFinsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MushroomFinsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_Repellent2", + "Name": "@MSQ_Repellent2", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_Repellent2_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MushroomFinsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MushroomFinsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_Repellent3", + "Name": "@MSQ_Repellent3", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_Repellent3_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MushroomFinsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MushroomFinsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_Repellent4", + "Name": "@MSQ_Repellent4", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_Repellent4_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MushroomFinsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MushroomFinsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_TokenOfRemembrance1", + "Name": "@MSQ_TokenOfRemembrance", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_TokenOfRemembrance_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_PouchOfHerbs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_PouchOfHerbs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_TokenOfRemembrance2", + "Name": "@MSQ_TokenOfRemembrance", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_TokenOfRemembrance_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CONSTRBonusT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CONSTRBonusT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_TokenOfRemembrance3", + "Name": "@MSQ_TokenOfRemembrance", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_TokenOfRemembrance_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FOCBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FOCBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_TatteredDoll", + "Name": "@MSQ_TatteredDoll", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_TatteredDoll_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SoiledTeddyBear.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SoiledTeddyBear.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_Heartgem", + "Name": "@MSQ_Heartgem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_Heartgem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MoonstoneCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MoonstoneCutT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": false, + "IsUniqueItem": true, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQBlessingSeeds", + "Name": "@MSQBlessingSeeds", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQBlessingSeeds_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GrainT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GrainT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MSQ_Blessings_Blessing", + "Name": "@MSQ_Blessings_Blessing", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@MSQ_Blessings_Blessing_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SpectralDustT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SpectralDustT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0325_0101_CorruptedBindings", + "Name": "@0325_0101_CorruptedBindings", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0325_0101_CorruptedBindings_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedAura.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedAura.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0325_0101_FrozenOrichalcumPlating", + "Name": "@0325_0101_FrozenOrichalcumPlating", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0325_0101_FrozenOrichalcumPlating_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AdamantT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AdamantT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0325_0101_ChilledFungi", + "Name": "@0325_0101_ChilledFungi", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0325_0101_ChilledFungi_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CrystallineRivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CrystallineRivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0325_0101_HeartOfEverchill", + "Name": "@0325_0101_HeartOfEverchill", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0325_0101_HeartOfEverchill_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CobaltT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CobaltT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0325_0101_FrostfrogedGrips", + "Name": "@0325_0101_FrostfrogedGrips", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0325_0101_FrostfrogedGrips_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ConsecratedIronT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ConsecratedIronT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0325_0101_EverbiteEctoplasm", + "Name": "@0325_0101_EverbiteEctoplasm", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0325_0101_EverbiteEctoplasm_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedEssenceT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEssenceT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0325_0101_IcyShot", + "Name": "@0325_0101_IcyShot", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0325_0101_IcyShot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EctoplasmT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EctoplasmT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0325_0101_FrostbittenVine", + "Name": "@0325_0101_FrostbittenVine", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0325_0101_FrostbittenVine_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WoodWitheredT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WoodWitheredT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0413_ForemansLedger", + "Name": "@0411_0413_ForemansLedger", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0413_ForemansLedger_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Grimoire.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Grimoire.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0611_0102_Antiquarians", + "Name": "@0611_0102_Antiquarians", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0611_0102_Antiquarians_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0411_0414_StartstoneDiadem", + "Name": "@0411_0414_StarstoneDiadem", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0411_0414_StarstoneDiadem_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_IronCrown.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_IronCrown.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1502_1503_PriestHead", + "Name": "@1502_1503_PriestHead", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1502_1503_PriestHead_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ShrunkenHeadTotem.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ShrunkenHeadTotem.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1302_1306_FungalSpores", + "Name": "@1302_1306_FungalSpores", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1302_1306_FungalSpores_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FungalSporesT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FungalSporesT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0801_0101_BlackPigment", + "Name": "@0801_0101_BlackPigment", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0801_0101_BlackPigment_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedEssenceT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEssenceT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0802_0101_AirDragonStatuette", + "Name": "@0802_0101_AirDragonStatuette", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0802_0101_AirDragonStatuette_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MoonstoneCutT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MoonstoneCutT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0802_0102_WaterDragonStatuette", + "Name": "@0802_0102_WaterDragonStatuette", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0802_0102_WaterDragonStatuette_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LapisLazuliT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LapisLazuliT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0802_0103_EarthDragonStatuette", + "Name": "@0802_0103_EarthDragonStatuette", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0802_0103_EarthDragonStatuette_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InfusedResinT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InfusedResinT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0802_0104_FireDragonStatuette", + "Name": "@0802_0104_FireDragonStatuette", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0802_0104_FireDragonStatuette_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/JasperT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/JasperT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0804_0101_BlossomingFlower", + "Name": "@0804_0101_BlossomingFlower", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0804_0101_BlossomingFlower_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/VerbenaT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/VerbenaT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0805_0101_EbonyScale", + "Name": "@0805_0101_EbonyScale", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0805_0101_EbonyScale_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SculpinScalesT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SculpinScalesT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0806_0101_CorruptedPlans", + "Name": "@0806_0101_CorruptedPlans", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0806_0101_CorruptedPlans_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TreasureMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TreasureMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0807_0101_BoarSamples", + "Name": "@0807_0101_BoarSamples", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0807_0101_BoarSamples_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HalibutVisceraT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HalibutVisceraT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0807_0102_TurkeySamples", + "Name": "@0807_0102_TurkeySamples", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0807_0102_TurkeySamples_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedAura.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedAura.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0807_0103_WaterSamples", + "Name": "@0807_0103_WaterSamples", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0807_0103_WaterSamples_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CorruptedMoss.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CorruptedMoss.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0807_0104_BushSamples", + "Name": "@0807_0104_BushSamples", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0807_0104_BushSamples_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WoodWitheredT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WoodWitheredT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0808_0101_CorruptedIntelligence", + "Name": "@0808_0101_CorruptedIntelligence", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0808_0101_CorruptedIntelligence_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0808_0102_DustySpyglasses", + "Name": "@0808_0102_DustySpyglasses", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0808_0102_DustySpyglasses_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TinkersLoupe.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TinkersLoupe.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0809_0101_DryadWood", + "Name": "@0809_0101_DryadWood", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0809_0101_DryadWood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BranchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BranchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0811_0101_TrophyTeeth", + "Name": "@0811_0101_TrophyTeeth", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0811_0101_TrophyTeeth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FangT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FangT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0812_0101_CaptainsPuzzlebox", + "Name": "@0812_0101_CaptainsPuzzlebox", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0812_0101_CaptainsPuzzlebox_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Toolbox.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Toolbox.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0812_0102_CaptainsOrders", + "Name": "@0812_0102_CaptainsOrders", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0812_0102_CaptainsOrders_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SealedScroll.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SealedScroll.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0102_ImbuedResin", + "Name": "@0831_0102_ImbuedResin", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0102_ImbuedResin_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InfusedResinT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InfusedResinT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0102_DryadsTear", + "Name": "@0831_0102_DryadsTear", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0102_DryadsTear_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EctoplasmT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EctoplasmT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0103_HardIronwoodPlank", + "Name": "@0831_0103_HardIronwoodPlank", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0103_HardIronwoodPlank_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TimberT51.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TimberT51.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0104_PiratePistolLock", + "Name": "@0831_0104_PiratePistolLock", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0104_PiratePistolLock_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LockT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LockT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0104_BruteCannonSchematic", + "Name": "@0831_0104_BruteCannonSchematic", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0104_BruteCannonSchematic_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/Schematic_InquisitionT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Schematic_InquisitionT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0104_PlatinumSliver", + "Name": "@0831_0104_PlatinumSliver", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0104_PlatinumSliver_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SparkmetalT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SparkmetalT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0105_CustomBlunderbussLock", + "Name": "@0831_0105_CustomBlunderbussLock", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0105_CustomBlunderbussLock_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LockT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LockT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0106_AzothReceiver", + "Name": "@0831_0106_AzothReceiver", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0106_AzothReceiver_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_EssenceDistiller.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_EssenceDistiller.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0106_PowderedAzothResidue", + "Name": "@0831_0106_PowderedAzothResidue", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0106_PowderedAzothResidue_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SparklingDustT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SparklingDustT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0106_PureGoldFlakes", + "Name": "@0831_0106_PureGoldFlakes", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0106_PureGoldFlakes_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/SpectralDustT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/SpectralDustT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0107_FilledAzothReceiver", + "Name": "@0831_0107_FilledAzothReceiver", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0107_FilledAzothReceiver_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ArcaneReactorT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ArcaneReactorT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0108_BrokenImperialMusket", + "Name": "@0831_0108_BrokenImperialMusket", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0108_BrokenImperialMusket_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrokenMusket.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrokenMusket.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0108_TaintedArmorPlate", + "Name": "@0831_0108_TaintedArmorPlate", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0108_TaintedArmorPlate_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ArmorScrapsT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ArmorScrapsT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0108_OrichalcumRivets", + "Name": "@0831_0108_OrichalcumRivets", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0108_OrichalcumRivets_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/RivetsT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RivetsT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0109_TaintedWyrdcoal", + "Name": "@0831_0109_TaintedWyrdcoal", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0109_TaintedWyrdcoal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CharcoalT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CharcoalT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0831_0109_GunpowderAdditive", + "Name": "@0831_0109_GunpowderAdditive", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0831_0109_GunpowderAdditive_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AeternumSpice.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AeternumSpice.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "WorkOrder_0831_0102_HardIronwoodPlank", + "Name": "@WorkOrder_0831_0102_HardIronwoodPlank", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@WorkOrder_0831_0102_HardIronwoodPlank_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClaimCharterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClaimCharterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "WorkOrder_0831_0104_CustomBlunderbussLock", + "Name": "@WorkOrder_0831_0104_CustomBlunderbussLock", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@WorkOrder_0831_0104_CustomBlunderbussLock_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClaimCharterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClaimCharterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "WorkOrder_0831_0109_GunpowderAdditive", + "Name": "@WorkOrder_0831_0109_GunpowderAdditive", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@WorkOrder_0831_0109_GunpowderAdditive_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClaimCharterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClaimCharterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0699_0101_SucculentBone", + "Name": "@0699_0101_SucculentBone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0699_0101_SucculentBone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CONDEXBonusT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CONDEXBonusT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0699_0102_EnchantedBone", + "Name": "@0699_0102_EnchantedBone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0699_0102_EnchantedBone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CONDEXBonusT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CONDEXBonusT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0699_0102_EnchantedBone1", + "Name": "@0699_0102_EnchantedBone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0699_0102_EnchantedBone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CONDEXBonusT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CONDEXBonusT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0699_0102_EnchantedBone2", + "Name": "@0699_0102_EnchantedBone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0699_0102_EnchantedBone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CONDEXBonusT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CONDEXBonusT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0899_0101_DynastyShackles", + "Name": "@0899_0101_DynastyShackles", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0899_0101_DynastyShackles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ArmorScrapsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ArmorScrapsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0899_0101_DynastyShackles1", + "Name": "@0899_0101_DynastyShackles", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0899_0101_DynastyShackles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ArmorScrapsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ArmorScrapsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0899_0101_DynastyShackles2", + "Name": "@0899_0101_DynastyShackles", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0899_0101_DynastyShackles_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ArmorScrapsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ArmorScrapsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0210_0102_ReapersLocus", + "Name": "@0210_0102_ReapersLocus", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0210_0102_ReapersLocus_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AnimusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AnimusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1599_1513_HunkOfMeat", + "Name": "@1599_1513_HunkOfMeat", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1599_1513_HunkOfMeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1599_1513_HunkOfMeat1", + "Name": "@1599_1513_HunkOfMeat", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1599_1513_HunkOfMeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1599_1513_HunkOfMeat2", + "Name": "@1599_1513_HunkOfMeat", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1599_1513_HunkOfMeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0204_0104_BucaneersPlank", + "Name": "@0204_0104_BucaneersPlank", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0204_0104_BucaneersPlank_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TimberT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TimberT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0204_0104_HangmansBinding", + "Name": "@0204_0104_HangmansBinding", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0204_0104_HangmansBinding_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WrithingBriarT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WrithingBriarT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0204_0104_BladeBrute", + "Name": "@0204_0104_BladeBrute", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0204_0104_BladeBrute_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrokenAxe.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrokenAxe.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0204_0104_InfernalCoagulant", + "Name": "@0204_0104_InfernalCoagulant", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0204_0104_InfernalCoagulant_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_VialOfBlood.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_VialOfBlood.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0203_0103_MendersCloth", + "Name": "@0203_0103_MendersCloth", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0203_0103_MendersCloth_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BloodyCloth.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BloodyCloth.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0203_0103_SoothsayerSalve", + "Name": "@0203_0103_SoothsayerSalve", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0203_0103_SoothsayerSalve_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BagOfSalt.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BagOfSalt.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0203_0103_MercysBreath", + "Name": "@0203_0103_MercysBreath", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0203_0103_MercysBreath_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LifebloomT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LifebloomT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0203_0103_HopeCatalyst", + "Name": "@0203_0103_HopeCatalyst", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0203_0103_HopeCatalyst_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CrystalT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CrystalT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1310_1314_AncientWood", + "Name": "@1310_1314_AncientWood", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1310_1314_AncientWood_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/TimberT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/TimberT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1310_1314_WyrdwoodResin", + "Name": "@1310_1314_WyrdwoodResin", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1310_1314_WyrdwoodResin_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/InfusedResinT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/InfusedResinT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1310_1314_HawkFeathers", + "Name": "@1310_1314_HawkFeathers", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1310_1314_HawkFeathers_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FeatherT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FeatherT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1310_1314_LuckyRabbitsFoot", + "Name": "@1310_1314_LuckyRabbitsFoot", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1310_1314_LuckyRabbitsFoot_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Rabbitsfoot.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Rabbitsfoot.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1305_1315_SingedBranches", + "Name": "@1305_1315_SingedBranches", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1305_1315_SingedBranches_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BranchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BranchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1305_1315_WyrdwoodAshes", + "Name": "@1305_1315_WyrdwoodAshes", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1305_1315_WyrdwoodAshes_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NiterT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NiterT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1305_1315_UnhallowedWater", + "Name": "@1305_1315_UnhallowedWater", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1305_1315_UnhallowedWater_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AzothOilT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AzothOilT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1305_1315_HeartofAllFlame", + "Name": "@1305_1315_HeartofAllFlame", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1305_1315_HeartofAllFlame_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ChaliceofDoom.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ChaliceofDoom.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1004_0103_QuenchingOil", + "Name": "@1004_0103_QuenchingOil", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1004_0103_QuenchingOil_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/OilT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/OilT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1004_0103_HiltLeather", + "Name": "@1004_0103_HiltLeather", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1004_0103_HiltLeather_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/EmbossedWrappingT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/EmbossedWrappingT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1004_0103_Grindstone", + "Name": "@1004_0103_Grindstone", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1004_0103_Grindstone_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WhetstoneT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WhetstoneT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1004_0103_CaptainsBlade", + "Name": "@1004_0103_CaptainsBlade", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1004_0103_CaptainsBlade_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_BrokenSword.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_BrokenSword.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0511_0102_CyclopsEye", + "Name": "@0511_0102_CyclopsEye", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0511_0102_CyclopsEye_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SmoothStoneGlowingRunes.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SmoothStoneGlowingRunes.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0714_0105_NagaHeaddress", + "Name": "@0714_0105_NagaHeaddress", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0714_0105_NagaHeaddress_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_JeweledCrown.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_JeweledCrown.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0829_0801_CrimsonClaw", + "Name": "@0829_0801_CrimsonClaw", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0829_0801_CrimsonClaw_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClawT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClawT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0829_0802_RedStrings", + "Name": "@0829_0802_RedStrings", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0829_0802_RedStrings_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_NeedleAndThread.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_NeedleAndThread.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0826_0801_DynastyKeys", + "Name": "@0826_0801_DynastyKeys", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0826_0801_DynastyKeys_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LockKeyT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LockKeyT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0825_0802_TigerMeat", + "Name": "@0825_0802_TigerMeat", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0825_0802_TigerMeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0825_0802_BearMeat", + "Name": "@0825_0802_BearMeat", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0825_0802_BearMeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0825_0802_BisonMeat", + "Name": "@0825_0802_BisonMeat", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0825_0802_BisonMeat_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0825_0803_Meal", + "Name": "@0825_0803_Meal", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0825_0803_Meal_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PartySpreadT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PartySpreadT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0825_0801_CookingTools", + "Name": "@0825_0801_CookingTools", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0825_0801_CookingTools_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_ButchersKnife.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_ButchersKnife.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0828_0803_ScrollsOfLineage", + "Name": "@0828_0803_ScrollsOfLineage", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0828_0803_ScrollsOfLineage_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TacticalMap.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TacticalMap.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0425_0101_Truffle", + "Name": "@0425_0101_Truffle", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0425_0101_Truffle_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NutmegT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NutmegT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0625_0101_Truffle", + "Name": "@0425_0101_Truffle", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0425_0101_Truffle_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NutmegT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NutmegT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0925_0101_Truffle", + "Name": "@0425_0101_Truffle", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0425_0101_Truffle_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NutmegT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NutmegT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1225_0101_Truffle", + "Name": "@0425_0101_Truffle", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0425_0101_Truffle_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/NutmegT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/NutmegT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1127_PrimeCheek", + "Name": "@1127_PrimeCheek", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1127_PrimeCheek_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GarnetT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GarnetT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1127_PrimeLoin", + "Name": "@1127_PrimeLoin", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1127_PrimeLoin_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MeatT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MeatT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1127_PrimeSteak", + "Name": "@1127_PrimeSteak", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1127_PrimeSteak_Description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HalibutVisceraT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HalibutVisceraT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1126_AncientKeyFragment1", + "Name": "@1126_AncientKeyFragment1", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1126_AncientKeyFragment1_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FastenersT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FastenersT4.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1126_AncientKeyFragment2", + "Name": "@1126_AncientKeyFragment2", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1126_AncientKeyFragment2_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1126_AncientKeyFragment3", + "Name": "@1126_AncientKeyFragment3", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1126_AncientKeyFragment3_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/GemSocketPinsT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/GemSocketPinsT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1126_AncientArtifact", + "Name": "@1126_AncientArtifact", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1126_AncientArtifact_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/FOCINTBonusT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/FOCINTBonusT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1128_Helmet", + "Name": "@1128_Helmet", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1128_Helmet_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/Faction_ArmorSet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Faction_ArmorSet.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1128_ChestPiece", + "Name": "@1128_ChestPiece", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1128_ChestPiece_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/Faction_ArmorSet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Faction_ArmorSet.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1128_Sword", + "Name": "@1128_Sword", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1128_Sword_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sword.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sword.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1125_ShantyBook", + "Name": "@1125_ShantyBook", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1125_ShantyBook_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CaptainsNotesT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CaptainsNotesT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1125_Instrument", + "Name": "@1125_Instrument", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1125_Instrument_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_AzothVesselT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_AzothVesselT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1126_BarTab", + "Name": "@1126_BarTab", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1126_BarTab_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/ClaimCharterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/ClaimCharterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1127_HibbotsfeldBBQ", + "Name": "@1127_HibbotsfeldBBQ", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@1127_HibbotsfeldBBQ_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/PigItemT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/PigItemT2.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "0726_0107_ShardOfMadness", + "Name": "@0726_0107_ShardOfMadness", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@0726_0107_ShardOfMadness_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BreachShard.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BreachShard.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9927_0102_ScoutsNote", + "Name": "@9927_0102_ScoutsNote_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9927_0102_ScoutsNote_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CoagulatedBloodT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CoagulatedBloodT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9926_0103_ActivityReport", + "Name": "@9926_0103_ActivityReport_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9926_0103_ActivityReport_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedTreatiseT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedTreatiseT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9926_0103_RomacPack", + "Name": "@9926_0103_RomacPack_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9926_0103_RomacPack_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BagAT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagAT5.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "9932_0104_RomacNotebook", + "Name": "@9932_0104_RomacNotebook_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@9932_0104_RomacNotebook_description", + "ItemClass": "Resource", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_TatteredBook.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_TatteredBook.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hLongsword_QuestL5", + "Name": "@1hLongsword_QuestL5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongsword_QuestL5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 155, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "SwordT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hLongsword_QuestL23", + "Name": "@1hLongsword_QuestL23_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongsword_QuestL23_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 330, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SwordT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSentry", + "Perk2": "PerkID_Gem_ThreatAdd1", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hThrowingAxe_QuestL23", + "Name": "@1hThrowingAxe_QuestL23_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxe_QuestL23_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 330, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hWarhammer_QuestL5", + "Name": "@2hWarhammer_QuestL5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_QuestL5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 155, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HhammerT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 90, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hWarhammer_QuestL12", + "Name": "@2hWarhammer_QuestL12_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_QuestL12_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 255, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HhammerT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 90, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hGreatAxe_QuestL14", + "Name": "@2hGreatAxe_QuestL14_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_QuestL14_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 270, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "2HAxeT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hMusket_QuestL5", + "Name": "@2hMusket_QuestL5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_QuestL5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 155, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MusketT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hMusket_QuestL14", + "Name": "@2hMusket_QuestL14_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_QuestL14_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 270, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "MusketT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hRoundShield_QuestL7", + "Name": "@1hRoundShield_QuestL7_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShield_QuestL7_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 175, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hShieldAT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hRoundShield_QuestL24", + "Name": "@1hRoundShield_QuestL24_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@1hRoundShield_QuestL24_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 340, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hShieldAT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandCavalier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffFire_QuestL2", + "Name": "@2hStaffFire_QuestL2_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFire_QuestL2_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 110, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "FireStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffFire_QuestL19", + "Name": "@2hStaffFire_QuestL19_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFire_QuestL19_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 300, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "FireStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffLife_QuestL5", + "Name": "@2hStaffLife_QuestL5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLife_QuestL5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 155, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LifeStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffLife_QuestL7", + "Name": "@2hStaffLife_QuestL7_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLife_QuestL7_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 175, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "LifeStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hSpear_QuestL24", + "Name": "@2hSpear_QuestL24_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_QuestL24_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 340, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "SpearT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hRapier_QuestL17", + "Name": "@1hRapier_QuestL17_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_QuestL17_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 280, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "RapierT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandTrickster", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 28, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hGauntletIce_QuestL4", + "Name": "@1hGauntletIce_QuestL4_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIce_QuestL4_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 165, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hElementalGauntlet_IceT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hElementalGauntlet_IceT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hGauntletIce_QuestL17", + "Name": "@1hGauntletIce_QuestL17_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIce_QuestL17_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 280, + "MinGearScore": 200, + "MaxGearScore": 300, + "Tier": 2, + "ItemStatsRef": "1hElementalGauntlet_IceT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hElementalGauntlet_IceT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageSmall_MetalT2", + "CraftingRecipe": "SalvageSmall_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_QuestL26", + "Name": "@LightChest_QuestL26_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_QuestL26_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 345, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBrigand", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T2", + "ArmorAppearanceF": "F_Cloth_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_DuelistT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_DuelistT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_ClothT3", + "CraftingRecipe": "SalvageLarge_ClothT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffFire_QuestL39", + "Name": "@2hStaffFire_QuestL39_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFire_QuestL39_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 395, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "FireStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffFireDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffFireDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffFireDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hLongsword_QuestL40", + "Name": "@1hLongsword_QuestL40_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongsword_QuestL40_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 415, + "MinGearScore": 400, + "MaxGearScore": 500, + "Tier": 4, + "ItemStatsRef": "SwordT4", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandCavalier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hLongswordDropT4", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hLongswordDropT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hLongswordDropT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageSmall_MetalT4", + "CraftingRecipe": "SalvageSmall_MetalT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT4", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumChest_QuestL39", + "Name": "@MediumChest_QuestL39_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_QuestL39_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 395, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumChest_Physical", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorNomad", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ChestLong", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T1", + "ArmorAppearanceF": "F_Leather_Shirt_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_ExplorerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_ExplorerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_LeatherT3", + "CraftingRecipe": "SalvageLarge_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyChest_QuestL34", + "Name": "@HeavyChest_QuestL34_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_QuestL34_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 385, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorKnight", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T2", + "ArmorAppearanceF": "F_Conquistador_Chest_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_SoldierT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_SoldierT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Amulet_QuestL36", + "Name": "@Amulet_QuestL36_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_QuestL36_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 395, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "AmuletCONT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSpellsword", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletRubyT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletRubyT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalPreciousT3", + "CraftingRecipe": "SalvageLarge_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Ring_QuestL38", + "Name": "@Ring_QuestL38_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_QuestL38_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 395, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RingCONT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorWarden", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingAquamarineT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingAquamarineT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalPreciousT3", + "CraftingRecipe": "SalvageLarge_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyHead_QuestL33", + "Name": "@HeavyHead_QuestL33_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_QuestL33_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorFighter", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Helm_T2", + "ArmorAppearanceF": "F_Conquistador_Helm_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_SoldierT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_SoldierT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hGauntletIce_QuestL28", + "Name": "@1hGauntletIce_QuestL28_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIce_QuestL28_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 355, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "1hElementalGauntlet_IceT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hElementalGauntlet_IceT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 36, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffLife_QuestL33", + "Name": "@2hStaffLife_QuestL33_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLife_QuestL33_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 380, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "LifeStaffT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLifeDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hGreatAxe_QuestL35", + "Name": "@2hGreatAxe_QuestL35_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_QuestL35_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 390, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HAxeT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 96, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hThrowingAxe_QuestL28", + "Name": "@1hThrowingAxe_QuestL28_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxe_QuestL28_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 355, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "HatchetT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hThrowingAxeDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hThrowingAxeDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hThrowingAxeDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 42, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hBow_QuestL36", + "Name": "@2hBow_QuestL36_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_QuestL36_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 395, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "BowT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_TimberT3", + "CraftingRecipe": "SalvageSmall_TimberT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 98, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Ring_QuestL30", + "Name": "@Ring_QuestL30_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "@Ring_QuestL30_Description", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 365, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RingCONT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorBattlemage", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/RingDiamondT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/RingDiamondT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalPreciousT3", + "CraftingRecipe": "SalvageLarge_MetalPreciousT3", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hWarhammer_QuestL38", + "Name": "@2hWarhammer_QuestL38_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_QuestL38_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 395, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "2HHammerT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 100, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hMusket_QuestL36", + "Name": "@2hMusket_QuestL36_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_QuestL36_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 395, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MusketT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDropT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDropT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageLarge_MetalT3", + "CraftingRecipe": "SalvageLarge_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hRapier_QuestL34", + "Name": "@1hRapier_QuestL34_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_QuestL34_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 385, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "RapierT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": false, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandTrickster", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordBT3", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordBT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordBT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_MetalT3", + "CraftingRecipe": "SalvageSmall_MetalT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 2000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 32, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "1H_Sword", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "BagKnightQuestL20", + "Name": "@BagKnightQuestL20_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_bag", + "Description": "@BagKnightQuestL20_Description", + "ItemClass": "Bag", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 330, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 4, + "ItemStatsRef": "BagBT3", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "PerkID_Bags_WeaponWeight", + "Perk4": "PerkID_Bags_AzothYield", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": 20, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/BagAT4.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BagAT4.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 2, + "RepairRecipe": "SalvageLarge_LeatherT4", + "CraftingRecipe": "SalvageLarge_LeatherT4", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 0, + "DurabilityDmgOnDeath": 0, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumHead_KnightQuestL20", + "Name": "@MediumHead_KnightQuestL20_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_KnightQuestL20_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 330, + "MinGearScore": 300, + "MaxGearScore": 400, + "Tier": 3, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "", + "Perk3": "PerkID_Armor_DefBeast", + "Perk4": "PerkID_Common_Luck", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": 20, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "Leather_Hat_T1", + "ArmorAppearanceF": "F_Leather_Hat_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Head_ExplorerT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Head_ExplorerT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 1, + "RepairRecipe": "SalvageSmall_LeatherT3", + "CraftingRecipe": "SalvageSmall_LeatherT3", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT3", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hGreatAxe_RoyalExecutionersAxeT5", + "Name": "@2hGreatAxe_RoyalExecutionersAxeT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreatAxe_RoyalExecutionersAxeT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": 445, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Gem_VoidDMG4", + "Perk3": "PerkID_Weapon_BleedonCrit", + "Perk4": "PerkID_Weapon_Melee_ChargedHeavy_Rend", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "None", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDropT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDropT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hLongsword_TempestuousLongswordT5", + "Name": "@1hLongsword_TempestuousLongswordT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_sword", + "Description": "@1hLongsword_TempestuousLongswordT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Sword+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SwordT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainLightning_New", + "Perk5": "PerkID_Weapon_Melee_ChargedHeavy_DMG", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Longsword", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hSwordIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hSwordIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hSwordIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hThrowingAxe_TempestuousHatchetT5", + "Name": "@1hThrowingAxe_TempestuousHatchetT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_hatchet", + "Description": "@1hThrowingAxe_TempestuousHatchetT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Hatchet+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HatchetT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainLightning_New", + "Perk5": "PerkID_Weapon_Melee_ChargedHeavy_DMG", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "ThrowingAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hHatchetIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hHatchetIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hHatchetIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hWarhammer_TempestuousWarhammerT5", + "Name": "@2hWarhammer_TempestuousWarhammerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_warhammer", + "Description": "@2hWarhammer_TempestuousWarhammerT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HHammer+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HHammerT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainLightning_New", + "Perk5": "PerkID_Weapon_Melee_ChargedHeavy_Crit", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "WarHammer", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hWarhammerIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hWarhammerIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hWarhammerIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 130, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hGreataxe_TempestuousGreataxeT5", + "Name": "@2hGreataxe_TempestuousGreataxeT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxe_TempestuousGreataxeT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "2HAxeT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainLightning_New", + "Perk5": "PerkID_Weapon_Melee_ChargedHeavy_Crit", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreatAxeIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hBow_TempestuousBowT5", + "Name": "@2hBow_TempestuousBowT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_bow", + "Description": "@2hBow_TempestuousBowT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Bow+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BowT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainLightning_New", + "Perk5": "PerkID_Weapon_CritChance", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Bow", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBowIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBowIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBowIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_TimberT5", + "CraftingRecipe": "SalvageSmall_TimberT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 126, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Bow", + "AudioPlace": "Play_UI_Drop_Bow", + "AudioUse": "Play_UI_Use_Bow", + "AudioCreated": "Play_UI_Created_Bow", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hMusket_TempestuousMusketT5", + "Name": "@2hMusket_TempestuousMusketT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_TempestuousMusketT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MusketT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainLightning_New", + "Perk5": "PerkID_Weapon_CritChance", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 148, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hRoundShield_TempestuousBucklerT5", + "Name": "@2hRoundShield_TempestuousBucklerT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_roundshield", + "Description": "@2hRoundShield_TempestuousBucklerT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+RoundShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldAT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_BleedonCrit", + "Perk3": "PerkID_WeaponMelee_BlockingMove", + "Perk4": "PerkID_Weapon_DmgCrit", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "RoundShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRoundShieldIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRoundShieldIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRoundShieldIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hKiteShield_TempestuousKShieldT5", + "Name": "@2hKiteShield_TempestuousKShieldT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_kiteshield", + "Description": "@2hKiteShield_TempestuousKShieldT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+KiteShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldBT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Weapon_HealOnDmg", + "Perk3": "PerkID_WeaponMelee_BlockingStam", + "Perk4": "PerkID_Weapon_OnKillEmpower", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "KiteShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hKiteShieldIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hKiteShieldIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hKiteShieldIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hTowerShield_TempestuousTShieldT5", + "Name": "@2hTowerShield_TempestuousTShieldT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_towershield", + "Description": "@2hTowerShield_TempestuousTShieldT5_Description", + "ItemClass": "Weapon+EquippableOffHand+Shield+TowerShield", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hShieldDT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_OneHandSoldier", + "Perk2": "PerkID_Shield_DefThurst", + "Perk3": "PerkID_WeaponMelee_BlockingStam", + "Perk4": "PerkID_Weapon_ThreatAdd", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "TowerShield", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hTowerShieldIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hTowerShieldIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hTowerShieldIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffFire_TempestuousFireStaffT5", + "Name": "@2hStaffFire_TempestuousFireStaffT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_firestaff", + "Description": "@2hStaffFire_TempestuousFireStaffT5_Description", + "ItemClass": "Weapon+EquippableMainHand+FireStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "FireStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainFire", + "Perk5": "PerkID_Weapon_CritChance", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffFire", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hFireStaffIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hFireStaffIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hFireStaffIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffLife_TempestuousLifeStaffT5", + "Name": "@2hStaffLife_TempestuousLifeStaffT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLife_TempestuousLifeStaffT5_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LifeStaffT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainNature", + "Perk5": "PerkID_Weapon_CritChance", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hLifeStaffIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hLifeStaffIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hLifeStaffIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 128, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hRapier_TempestuousRapierT5", + "Name": "@1hRapier_TempestuousRapierT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_rapier", + "Description": "@1hRapier_TempestuousRapierT5_Description", + "ItemClass": "Weapon+EquippableMainHand+Rapier+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RapierT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainLightning_New", + "Perk5": "PerkID_Weapon_Melee_ChargedHeavy_DMG", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Rapier", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "1hRapierIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hRapierIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hRapierIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 54, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Sword", + "AudioPlace": "Play_UI_Drop_Sword", + "AudioUse": "Play_UI_Use_Sword", + "AudioCreated": "Play_UI_Created_Sword", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hSpear_TempestuousSpearT5", + "Name": "@2hSpear_TempestuousSpearT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_TempestuousSpearT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "SpearT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandRanger", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainLightning_New", + "Perk5": "PerkID_Weapon_Melee_ChargedHeavy_Crit", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 108, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hGauntletIce_TempestuousIceGauntletT5", + "Name": "@1hGauntletIce_TempestuousIceGauntletT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIce_TempestuousIceGauntletT5_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "1hElementalGauntlet_IceT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandScholar", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainIce", + "Perk5": "PerkID_Weapon_CritChance", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hIceGauntletIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hIceGauntletIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hIceGauntletIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hGauntletVoid_TempestuousVoidGauntletT5", + "Name": "@1hGauntletVoid_TempestuousVoidGauntletT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_voidgauntlet", + "Description": "@1hGauntletVoid_TempestuousVoidGauntletT5_Description", + "ItemClass": "Weapon+EquippableMainHand+VoidGauntlet+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "VoidGauntletT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSage", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainVoid", + "Perk5": "PerkID_Weapon_CritChance", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hVoidGauntletIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hVoidGauntletIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hVoidGauntletIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 48, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hBlunderbuss_TempestuousBlunderbussT5", + "Name": "@2hBlunderbuss_TempestuousBlunderbussT5_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_blunderbuss", + "Description": "@2hBlunderbuss_TempestuousBlunderbussT5_Description", + "ItemClass": "Weapon+EquippableTwoHand+Blunderbuss+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "BlunderbussT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSoldier", + "Perk2": "PerkID_Gem_GambitGem4", + "Perk3": "PerkID_Weapon_DmgCorrupted", + "Perk4": "PerkID_Weapon_ChainLightning_New", + "Perk5": "PerkID_Weapon_CritChance", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Blunderbuss", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": true, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hBlunderbussIsabellaT5", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hBlunderbussIsabellaT5.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hBlunderbussIsabellaT5.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 3000, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 134, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Blunderbuss", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyHead_TempestuousHelmT5", + "Name": "@HeavyHead_TempestuousHelmT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_head_slot", + "Description": "@HeavyHead_TempestuousHelmT5_Description", + "ItemClass": "EquippableHead+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellaheavy_head", + "ArmorAppearanceF": "f_isabellaheavy_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellaheavy_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellaheavy_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyChest_TempestuousBreastplateT5", + "Name": "@HeavyChest_TempestuousBreastplateT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_TempestuousBreastplateT5_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellaheavy_chest", + "ArmorAppearanceF": "f_isabellaheavy_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellaheavy_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellaheavy_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 120, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyHands_TempestuousGauntletsT5", + "Name": "@HeavyHands_TempestuousGauntletsT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_glove_slot", + "Description": "@HeavyHands_TempestuousGauntletsT5_Description", + "ItemClass": "EquippableHands+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellaheavy_gloves", + "ArmorAppearanceF": "f_isabellaheavy_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellaheavy_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellaheavy_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyLegs_TempestuousGreavesT5", + "Name": "@HeavyLegs_TempestuousGreavesT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_legs_slot", + "Description": "@HeavyLegs_TempestuousGreavesT5_Description", + "ItemClass": "EquippableLegs+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellaheavy_legs", + "ArmorAppearanceF": "f_isabellaheavy_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellaheavy_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellaheavy_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyFeet_TempestuousSabatonsT5", + "Name": "@HeavyFeet_TempestuousSabatonsT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_feet_slot", + "Description": "@HeavyFeet_TempestuousSabatonsT5_Description", + "ItemClass": "EquippableFeet+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "HeavyFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellaheavy_feet", + "ArmorAppearanceF": "f_isabellaheavy_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellaheavy_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellaheavy_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumHead_TempestuousMasqueT5", + "Name": "@MediumHead_TempestuousMasqueT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_head_slot", + "Description": "@MediumHead_TempestuousMasqueT5_Description", + "ItemClass": "EquippableHead+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellamedium_head", + "ArmorAppearanceF": "f_isabellamedium_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellamedium_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellamedium_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumChest_TempestuousChestguardT5", + "Name": "@MediumChest_TempestuousChestguardT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_TempestuousChestguardT5_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellamedium_chest", + "ArmorAppearanceF": "f_isabellamedium_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellamedium_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellamedium_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumHands_TempestuousGlovesT5", + "Name": "@MediumHands_TempestuousGlovesT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_glove_slot", + "Description": "@MediumHands_TempestuousGlovesT5_Description", + "ItemClass": "EquippableHands+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellamedium_gloves", + "ArmorAppearanceF": "f_isabellamedium_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellamedium_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellamedium_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumLegs_TempestuousThighguardsT5", + "Name": "@MediumLegs_TempestuousThighguardsT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_legs_slot", + "Description": "@MediumLegs_TempestuousThighguardsT5_Description", + "ItemClass": "EquippableLegs+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellamedium_legs", + "ArmorAppearanceF": "f_isabellamedium_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellamedium_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellamedium_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_LeatherT5", + "CraftingRecipe": "SalvageLarge_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 40, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumFeet_TempestuousBootsT5", + "Name": "@MediumFeet_TempestuousBootsT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_TempestuousBootsT5_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellamedium_feet", + "ArmorAppearanceF": "f_isabellamedium_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellamedium_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellamedium_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_LeatherT5", + "CraftingRecipe": "SalvageSmall_LeatherT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHead_TempestuousCowlT5", + "Name": "@LightHead_TempestuousCowlT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_TempestuousCowlT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_isabellalight_head", + "ArmorAppearanceF": "f_isabellalight_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_TempestuousShirtT5", + "Name": "@LightChest_TempestuousShirtT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_TempestuousShirtT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellalight_chest", + "ArmorAppearanceF": "f_isabellalight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHands_TempestuousHandcoversT5", + "Name": "@LightHands_TempestuousHandcoversT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_TempestuousHandcoversT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_isabellalight_gloves", + "ArmorAppearanceF": "f_isabellalight_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightLegs_TempestuousPantsT5", + "Name": "@LightLegs_TempestuousPantsT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_TempestuousPantsT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellalight_legs", + "ArmorAppearanceF": "f_isabellalight_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightFeet_TempestuousShoesT5", + "Name": "@LightFeet_TempestuousShoesT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_TempestuousShoesT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_isabellalight_feet", + "ArmorAppearanceF": "f_isabellalight_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHead_TempestuousCowl_FOCT5", + "Name": "@LightHead_TempestuousCowlT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_head_slot", + "Description": "@LightHead_TempestuousCowlT5_Description", + "ItemClass": "EquippableHead+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHead_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "HeadHat", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_isabellalight_head", + "ArmorAppearanceF": "f_isabellalight_head", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_head.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_head.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_TempestuousShirt_FOCT5", + "Name": "@LightChest_TempestuousShirtT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_TempestuousShirtT5_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellalight_chest", + "ArmorAppearanceF": "f_isabellalight_chest", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_chest.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_chest.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHands_TempestuousHandcovers_FOCT5", + "Name": "@LightHands_TempestuousHandcoversT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_TempestuousHandcoversT5_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_isabellalight_gloves", + "ArmorAppearanceF": "f_isabellalight_gloves", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_gloves.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_gloves.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightLegs_TempestuousPants_FOCT5", + "Name": "@LightLegs_TempestuousPantsT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_legs_slot", + "Description": "@LightLegs_TempestuousPantsT5_Description", + "ItemClass": "EquippableLegs+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightLegs_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "m_isabellalight_legs", + "ArmorAppearanceF": "f_isabellalight_legs", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_legs.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_legs.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_ClothT5", + "CraftingRecipe": "SalvageLarge_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightFeet_TempestuousShoes_FOCT5", + "Name": "@LightFeet_TempestuousShoesT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_feet_slot", + "Description": "@LightFeet_TempestuousShoesT5_Description", + "ItemClass": "EquippableFeet+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "LightFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Gem_SpectralWard4", + "Perk3": "PerkID_Common_CDRonDodge", + "Perk4": "PerkID_Armor_DefCorrupted", + "Perk5": "PerkID_Armor_RangeDefense_Elemental", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": true, + "ArmorAppearanceM": "m_isabellalight_feet", + "ArmorAppearanceF": "f_isabellalight_feet", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/m_isabellalight_feet.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/m_isabellalight_feet.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_ClothT5", + "CraftingRecipe": "SalvageSmall_ClothT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 15, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Earring_TempestuousEarring_FOCT5", + "Name": "@Earring_TempestuousEarringT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringFOCT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSage", + "Perk2": "PerkID_Gem_PhysicalWard4", + "Perk3": "PerkID_Earring_ManaRegen", + "Perk4": "PerkID_Earring_PotionCDR", + "Perk5": "PerkID_Common_CDR", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Earring_TempestuousEarringT5", + "Name": "@Earring_TempestuousEarringT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_earringjewelry", + "Description": "", + "ItemClass": "EquippableToken+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringINTT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorScholar", + "Perk2": "PerkID_Gem_PhysicalWard4", + "Perk3": "PerkID_Earring_ManaRegen", + "Perk4": "PerkID_Earring_PotionCDR", + "Perk5": "PerkID_Common_CDR", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedEarring19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEarring19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Ring_TempestuousRingT5", + "Name": "@Ring_TempestuousRingT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_ringjewelry", + "Description": "", + "ItemClass": "EquippableRing+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "RingDEXT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorRanger", + "Perk2": "PerkID_Gem_PhysicalWard4", + "Perk3": "PerkID_Ring_HealperDmg", + "Perk4": "PerkID_Ring_DmgThurst", + "Perk5": "PerkID_Ring_DurBleed", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedRing19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedRing19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Amulet_TempestuousAmuletT5", + "Name": "@Amulet_TempestuousAmuletT5_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "EarringSTRT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Gem_PhysicalWard4", + "Perk3": "PerkID_Amulet_HP", + "Perk4": "PerkID_Amulet_StamOnLow", + "Perk5": "PerkID_Amulet_DurFortify", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/CorruptedAmulet19.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedAmulet19.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageSmall_MetalT5", + "CraftingRecipe": "SalvageSmall_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "AmuletT5_KnightsPrayer", + "Name": "@AmuletT5_KnightsPrayer_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@AmuletT5_KnightsPrayer_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletSTRT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Gem_SlashWard4", + "Perk3": "PerkID_Amulet_DefStrike", + "Perk4": "PerkID_Amulet_HP", + "Perk5": "PerkID_Amulet_FortifyOnLow", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletCONT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletCONT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "AmuletT5_AmuletOfPollux", + "Name": "@AmuletT5_AmuletOfPollux_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@AmuletT5_AmuletOfPollux_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 500, + "MaxGearScore": 600, + "Tier": 5, + "ItemStatsRef": "AmuletSTRT5", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": true, + "CanHavePerks": true, + "CanReplaceGem": false, + "Perk1": "PerkID_Stat_ArmorSoldier", + "Perk2": "PerkID_Gem_Luck4", + "Perk3": "PerkID_Common_CDRonHit", + "Perk4": "PerkID_Amulet_DefSlash", + "Perk5": "PerkID_Amulet_MiningLuck", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletCONT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletCONT3.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 4, + "RepairRecipe": "SalvageLarge_MetalT5", + "CraftingRecipe": "SalvageLarge_MetalT5", + "RepairGameEventID": "", + "SalvageGameEventID": "SalvageCoinGrantT5", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 750, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonEdengrove_ConcentratedBlight", + "Name": "@DungeonEdengrove_ConcentratedBlight", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonEdengrove_ConcentratedBlight_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BlightrootT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BlightrootT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonEdengrove_AzothSeed", + "Name": "@DungeonEdengrove_AzothSeed", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonEdengrove_AzothSeed_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/AzothShardt1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AzothShardt1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonEdengrove_AzothSaplingBranch", + "Name": "@DungeonEdengrove_AzothSaplingBranch", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonEdengrove_AzothSaplingBranch_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BranchT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BranchT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 2, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonEdengrove_PurifyingFlame", + "Name": "@DungeonEdengrove_PurifyingFlame", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonEdengrove_PurifyingFlame_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/WyrdwoodResinT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/WyrdwoodResinT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 3, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonReekwater_AzothWater", + "Name": "@DungeonReekwater_AzothWater", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonReekwater_Azoth_Water_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": true + }, + { + "ItemID": "Dungeon_Reekwater_TorsoBoss_ArcaneOrb", + "Name": "@DungeonReekwater_ArcaneOrb", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonReekwater_Arcane_Orb_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": true, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/HolyWaterT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/HolyWaterT1.png", + "MaxStackSize": 3, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": false, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 100, + "DurabilityDmgOnDeath": 1, + "DestroyOnBreak": true, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "06_Hallowed_Candle", + "Name": "@06_Hallowed_Candle", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@06_Hallowed_Candle_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_CandleStick.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_CandleStick.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonEverfall00_ObeliskKey", + "Name": "@DungeonEverfall00_ObeliskKey", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonEverfall00_ObeliskKey_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT1.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonEverfall00_BlessedObeliskKey", + "Name": "@DungeonEverfall00_BlessedObeliskKey", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonEverfall00_BlessedObeliskKey_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/BountyMagicT10.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/BountyMagicT10.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonRestlessShores01_ChestKey", + "Name": "@DungeonRestlessShores01_ChestKey", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonRestlessShores01_ChestKey_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/CorruptedEssenceT3.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/CorruptedEssenceT3.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonShatterMtn00_CellarKey", + "Name": "@DungeonShatterMtn00_CellarKey", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonShatterMtn00_CellarKey_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_SkeletonKeys.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_SkeletonKeys.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonShatterMtn00_Chest01", + "Name": "@DungeonShatterMtn00_Chest01", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonShatterMtn00_Chest01_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sword.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sword.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonShatterMtn00_Chest02", + "Name": "@DungeonShatterMtn00_Chest02", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonShatterMtn00_Chest02_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sword.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sword.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonShatterMtn00_Chest03", + "Name": "@DungeonShatterMtn00_Chest03", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonShatterMtn00_Chest03_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sword.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sword.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "DungeonShatterMtn00_Chest04", + "Name": "@DungeonShatterMtn00_Chest04", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_quest_item", + "Description": "@DungeonShatterMtn00_Chest04_Description", + "ItemClass": "Resource+DungeonItem", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": null, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": null, + "MaxGearScore": null, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Quest", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/MI_Sword.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/MI_Sword.png", + "MaxStackSize": 10000, + "DeathDropPercentage": 0, + "Nonremovable": true, + "IsMissionItem": true, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": false, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": null, + "RepairRecipe": "", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 0, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumChest_QuestReward_Survivalist", + "Name": "@MediumChest_QuestReward_Survivalist_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_chest_slot", + "Description": "@MediumChest_QuestReward_Survivalist_Description", + "ItemClass": "EquippableChest+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 210, + "MaxGearScore": 230, + "Tier": 2, + "ItemStatsRef": "MediumChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSentry", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Shirt_T2", + "ArmorAppearanceF": "F_Leather_Shirt_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Leather_Shirt_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Leather_Shirt_T2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 60, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hGreataxe_QuestReward_Marauder", + "Name": "@2hGreataxe_QuestReward_Marauder_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_axe", + "Description": "@2hGreataxe_QuestReward_Marauder_Description", + "ItemClass": "Weapon+EquippableTwoHand+2HAxe+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 230, + "MaxGearScore": 250, + "Tier": 2, + "ItemStatsRef": "2HAxeT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandBarbarian", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "GreatAxe", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGreataxe_MarauderT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hGreatAxeDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hGreatAxeDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 112, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Axe", + "AudioPlace": "Play_UI_Drop_Axe", + "AudioUse": "Play_UI_Use_Axe", + "AudioCreated": "Play_UI_Created_Axe", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_GreatAxe", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "1hGauntletIce_QuestReward_Syndicate", + "Name": "@1hGauntletIce_QuestReward_Syndicate_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_icegauntlet", + "Description": "@1hGauntletIce_QuestReward_Syndicate_Description", + "ItemClass": "Weapon+EquippableMainHand+IceMagic+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 230, + "MaxGearScore": 250, + "Tier": 2, + "ItemStatsRef": "1hElementalGauntlet_IceT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandBattlemage", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Gauntlet", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": true, + "BDyeSlotDisabled": true, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hGauntletIce_SyndicateT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/1hElementalGauntlet_IceT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/1hElementalGauntlet_IceT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "Gauntlet_Ice", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hStaffLife_QuestReward_Covenant", + "Name": "@2hStaffLife_QuestReward_Covenant_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_lifestaff", + "Description": "@2hStaffLife_QuestReward_Covenant_Description", + "ItemClass": "Weapon+EquippableMainHand+LifeStaff+Magic", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 230, + "MaxGearScore": 250, + "Tier": 2, + "ItemStatsRef": "LifeStaffT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCleric", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "StaffLife", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hStaffLife_CovenantT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hStaffLifeDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hStaffLifeDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 84, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "Staff_Life", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hMusket_QuestReward_Corruption", + "Name": "@2hMusket_QuestReward_Corruption_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_musket", + "Description": "@2hMusket_QuestReward_Corruption_Description", + "ItemClass": "Weapon+EquippableTwoHand+Musket+Ranged", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 250, + "MaxGearScore": 265, + "Tier": 2, + "ItemStatsRef": "MusketT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandCavalier", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Musket", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hMusketDropT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hMusketDropT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hMusketDropT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 106, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Firearm", + "AudioPlace": "Play_UI_Drop_Firearm", + "AudioUse": "Play_UI_Use_Firearm", + "AudioCreated": "Play_UI_Created_Firearm", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Rifle", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "MediumFeet_QuestReward_Hermit", + "Name": "@MediumFeet_QuestReward_Hermit_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_normal_feet_slot", + "Description": "@MediumFeet_QuestReward_Hermit_Description", + "ItemClass": "EquippableFeet+Armor+Medium", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 265, + "MaxGearScore": 280, + "Tier": 2, + "ItemStatsRef": "MediumFeet_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandSentry", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Leather_Boots_T2", + "ArmorAppearanceF": "F_Leather_Boots_T2", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Leather_Boots_T2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Leather_Boots_T2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Leather", + "AudioPlace": "Play_UI_Drop_Leather", + "AudioUse": "Play_UI_Use_Leather", + "AudioCreated": "Play_UI_Created_Leather", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "Amulet_QuestReward_Watcher", + "Name": "@Amulet_QuestReward_Watcher_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_amuletjewelry", + "Description": "@Amulet_QuestReward_Watcher_Description", + "ItemClass": "EquippableAmulet+Jewelry", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 125, + "MaxGearScore": 130, + "Tier": 2, + "ItemStatsRef": "AmuletINTCONT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorOccultist", + "Perk2": "PerkID_Gem_AbyssalWard1", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/AmuletINTCONT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/AmuletINTCONT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 100, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 1, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "2hSpear_QuestReward_Constable", + "Name": "@2hSpear_QuestReward_Constable_MasterName", + "ItemType": "Weapon", + "ItemTypeDisplayName": "@ui_itemtypedescription_spear", + "Description": "@2hSpear_QuestReward_Constable_Description", + "ItemClass": "Weapon+EquippableTwoHand+Spear+Melee", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 130, + "MaxGearScore": 135, + "Tier": 2, + "ItemStatsRef": "SpearT2", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_TwoHandFighter", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "Spear", + "UiItemClass": "UI_Weapon", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "2hSpearT2", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "Items/Weapons/weapon", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Weapon/2hSpearT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/2hSpearT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 1500, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 72, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Metal_Weapon", + "AudioPlace": "Play_UI_Drop_Metal_Weapon", + "AudioUse": "Play_UI_Use_Metal_Weapon", + "AudioCreated": "Play_UI_Created_Metal_Weapon", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "2H_Spear", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "QuestReward_MedicineChest", + "Name": "@QuestReward_MedicineChest_MasterName", + "ItemType": "Resource", + "ItemTypeDisplayName": "@ui_itemtypedescription_resource", + "Description": "@QuestReward_MedicineChest_Description", + "ItemClass": "Resource+LootContainer", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 135, + "MaxGearScore": 140, + "Tier": 0, + "ItemStatsRef": "", + "GrantsHWMBump": "", + "IgnoreNameChanges": null, + "IgnoreHWMScaling": null, + "CanHavePerks": null, + "CanReplaceGem": null, + "Perk1": "", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": false, + "UseMaterialAffix": false, + "UseMagicAffix": false, + "IconCaptureGroup": "", + "UiItemClass": "UI_Rewards", + "RDyeSlotDisabled": null, + "GDyeSlotDisabled": null, + "BDyeSlotDisabled": null, + "ADyeSlotDisabled": null, + "ArmorAppearanceM": "", + "ArmorAppearanceF": "", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Resource/LockboxT1.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/LockboxT1.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": 1, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": true, + "IsRepairable": true, + "RepairDustModifier": null, + "RepairRecipe": "[LTID]QuestReward_MedicineChest", + "CraftingRecipe": "", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": null, + "DurabilityDmgOnDeath": null, + "DestroyOnBreak": false, + "Weight": 5, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Generic", + "AudioPlace": "Play_UI_Drop_Generic", + "AudioUse": "Play_UI_Use_Generic", + "AudioCreated": "Play_UI_Created_Generic", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightHands_QuestReward_Trader", + "Name": "@LightHands_QuestReward_Trader_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_glove_slot", + "Description": "@LightHands_QuestReward_Trader_Description", + "ItemClass": "EquippableHands+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 140, + "MaxGearScore": 145, + "Tier": 2, + "ItemStatsRef": "LightHands_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorBrigand", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Gloves_T1", + "ArmorAppearanceF": "F_Cloth_Gloves_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Hands_DuelistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Hands_DuelistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 20, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "LightChest_QuestReward_Constable", + "Name": "@LightChest_QuestReward_Constable_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_light_chest_slot", + "Description": "@LightChest_QuestReward_Constable_Description", + "ItemClass": "EquippableChest+Armor+Light", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 145, + "MaxGearScore": 150, + "Tier": 2, + "ItemStatsRef": "LightChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorWarden", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Cloth_Shirt_T1", + "ArmorAppearanceF": "F_Cloth_Shirt_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_DuelistT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_DuelistT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": true, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 30, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Cloth", + "AudioPlace": "Play_UI_Drop_Cloth", + "AudioUse": "Play_UI_Use_Cloth", + "AudioCreated": "Play_UI_Created_Cloth", + "AudioDestroyed": "", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + }, + { + "ItemID": "HeavyChest_QuestReward_Artificer", + "Name": "@HeavyChest_QuestReward_Artificer_MasterName", + "ItemType": "Armor", + "ItemTypeDisplayName": "@ui_itemtypedescription_heavy_chest_slot", + "Description": "@HeavyChest_QuestReward_Artificer_Description", + "ItemClass": "EquippableChest+Armor+Heavy", + "TradingCategory": "", + "TradingFamily": "", + "TradingGroup": "", + "BindOnPickup": true, + "BindOnEquip": null, + "GearScoreOverride": null, + "MinGearScore": 150, + "MaxGearScore": 155, + "Tier": 2, + "ItemStatsRef": "HeavyChest_Balanced", + "GrantsHWMBump": "", + "IgnoreNameChanges": true, + "IgnoreHWMScaling": null, + "CanHavePerks": true, + "CanReplaceGem": true, + "Perk1": "PerkID_Stat_ArmorSentry", + "Perk2": "", + "Perk3": "", + "Perk4": "", + "Perk5": "", + "PerkBucket1": "", + "PerkBucket2": "", + "PerkBucket3": "", + "PerkBucket4": "", + "PerkBucket5": "", + "ForceRarity": null, + "RequiredLevel": null, + "UseTypeAffix": true, + "UseMaterialAffix": true, + "UseMagicAffix": true, + "IconCaptureGroup": "", + "UiItemClass": "UI_Armor", + "RDyeSlotDisabled": false, + "GDyeSlotDisabled": false, + "BDyeSlotDisabled": false, + "ADyeSlotDisabled": false, + "ArmorAppearanceM": "Conquistador_Chest_T1", + "ArmorAppearanceF": "F_Conquistador_Chest_T1", + "WeaponAppearanceOverride": "", + "ConfirmDestroy": "", + "ConfirmBeforeUse": false, + "ConsumeOnUse": false, + "PrefabPath": "", + "HousingTags": "", + "IconPath": "lyshineui/images/icons/items/Armor/Chest_SoldierT2.png", + "HiResIconPath": "lyshineui/images/icons/items_hires/Chest_SoldierT2.png", + "MaxStackSize": 1, + "DeathDropPercentage": 0, + "Nonremovable": null, + "IsMissionItem": null, + "IsUniqueItem": null, + "ContainerLevel": null, + "ContainerGS": null, + "ExceedMinIndex": "", + "ExceedMaxIndex": "", + "IsSalvageable": true, + "SalvageResources": null, + "IsRepairable": false, + "RepairDustModifier": 0.5, + "RepairRecipe": "SalvageLarge_MetalT2", + "CraftingRecipe": "SalvageLarge_MetalT2", + "RepairGameEventID": "", + "SalvageGameEventID": "", + "SalvageAchievement": "", + "RepairTypes": "", + "IngredientCategories": "", + "IngredientBonusPrimary": "", + "IngredientBonusSecondary": "", + "IngredientGearScoreBaseBonus": "", + "IngredientGearScoreMaxBonus": "", + "ExtraBonusItemChance": "", + "Durability": 375, + "DurabilityDmgOnDeath": 0.12, + "DestroyOnBreak": false, + "Weight": 80, + "AcquisitionNotificationId": "", + "AudioPickup": "Play_UI_Pickup_Armour", + "AudioPlace": "Play_UI_Drop_Armour", + "AudioUse": "Play_UI_Use_Armour", + "AudioCreated": "Play_UI_Created_Armour", + "AudioDestroyed": "Play_UI_item_broken", + "MannequinTag": "", + "SoundTableID": "", + "WarboardGatherStat": "", + "WarboardDepositStat": "", + "Notes": "", + "HideInLootTicker": null + } +] diff --git a/NewWorldCompanion.Services/Data/javelindata_housingitems.loc.xml b/NewWorldCompanion.Services/Data/javelindata_housingitems.loc.xml new file mode 100644 index 0000000..69ac327 --- /dev/null +++ b/NewWorldCompanion.Services/Data/javelindata_housingitems.loc.xml @@ -0,0 +1,1492 @@ + + This golden throne might offend the minimalist crowd. But who cares what they think? You're rich! + Pirate Monarch's Treasure Throne + This solid gold octopus lamp was commissioned in loving memory of all the crewmates who met their end in battle against a much, much larger octopus. + Pirate Monarch's Chandelier + It's traditional for a pirate interior decorator, on her deathbed, to donate her skull toward the creation of a gilded six-skull lamp like this one. They are said to bring tremendous good luck. + Pirate Monarch's Wall Sconce + This inverted lighting fixture has the opposite meaning from the original. It's sometimes sent to enemy pirates as threats; actually hanging one up is a show of bravery and defiance. + Pirate Monarch's Inverted Wall Sconce + This pampered, jewel-toned waterfowl was a gift from a South Asian prince. Housed in an open birdbath, he's not caged in; he just knows this is the best seat in the house. + Pirate Monarch's Beloved Birdbath + Some might take this richly-ornamented cannon as a mere objet d'art. They will be very surprised the first time they try to board your house. + Pirate Monarch's Gilded Cannon + A richly-detailed, full-color treasure map. So detailed in fact, you might actually find riches where the X marks the spot. The hunt is on! + Pirate Monarch's Treasure Map + This porcelain and gold vase is a treasure worthy of any museum. But the real treasure is what you've buried at the bottom. + Pirate Monarch's Octopus Vase + A painting of a mermaid, in an elaborate gilded frame. It feels as though the painter was yearning for a long-lost love. + "Ocean's Daughter" Painting + Not your full hoard, of course. The table would collapse under the weight of that much treasure. + Pirate Monarch's Hoard + Grab hold. Close your eyes. Recapture the feeling of sailing, free as the ocean breeze. + Pirate Monarch's Steering Wheel + A lifetime achievement award from the International Brotherhood of Pirates. The award from the Sisterhood of Pirates is even more impressive. + Pirate Monarch's Golden Plaque + From ghastly, grim and graves unhallow, light a candle rendered from a dead man’s tallow. + Haunted Candelabra + Sextons and gravediggers say the old lech could wink in such a manner as to set a cadaver to shivers and blushing. + Scapegrace Jack’s Lascivious Lantern + The miscreant ne’er-do-well was happily damned and damnably happy. You’d smile too if you fooled the Devil himself! + Scapegrace Jack’s Happy Lantern + Welcome in neither Heaven nor Hell, for Scapegrace Jack fills gourds with ghost-fire to light his way through the spaces between. + Scapegrace Jack’s Frightful Lantern + Oh, that scallywag rascal, that tatterdemalion, that mischief-making scapegrace! Oh how a perverse thought or plotted prank would screw up his face into a ghoulish smirk. + Scapegrace Jack’s Fatuous Lantern + Adder’s fork and blind-worm’s sting, lizard’s leg and owlet’s wing. For a charm of powerful trouble, like a hell-broth boil and bubble. + Bubbling Cauldron + Through the glimmer and glamor of the crystal ball, a spectre giggles, “Pins and needles, needles and pins — the happy skull is the skull who grins!” + The Conjuring Crystal + Worm-eaten fabric of burial shrouds ward against all manner of ghosts. Or does it invites them in? Fie! Tis hard to recall the finer points of spirit lore. + Vermiculated Curtains + No good witch is caught, dead or not, without a trusty broom. Enchant it you must, to battle the dust, that gathers in your room. + Enchanted Broom + Any conjurer, wise man, or cunning woman will tell you — a smile and a nefariously brewed potion will get you much further than just a smile. + Potion-Maker’s Kit + Loamy soil comforts the wicked. A plundered tombstone makes homey decor for the perverse. + Stolen Gravestone + A canine so faithful they don't require a physical form to be there for you. Plus, no allergies or shedding! + Puppergeist + Do remember to wipe the undead filth off your boots before placing feet on the silken pillow. + Sungleam Throne + An essential chandelier for the up-and-coming noble, dripping with crystals and a sense of importance. + The Baron's Chandelier + Elegance defined in candelabra form. Place it on a table or pedestal, it will shine brightly in either case. + Resplendency + Adorned with all her favorite jewels, the fixture illuminates the walls of the halls of many a Barony. + The Baroness's Light + A canopy of crimson and gold used to frame what is most precious to the homeowner. + Sunset Baldachin + Emblazoned with a triumphant sun rising, this curtain set lets in just enough light to illuminate the woven golden threads. + Sunrise Curtains + This dais is strong enough to hold any petitioner to the throne, no matter how they tremble in its presence. + Aureate Plinth + A pedestal of immense value, perhaps even more tasteful than what is placed atop it. + Goldenlight Pedestal + The glitter of the Gleamite crystals fills the whole house with warmth and joviality, just like the Winter Wanderer would want. + Convergence Chandelier + A beautiful creation of purple cloth, poinsettias, and Gleamite crystals to signal the shift in season. + Convergence Garland + A delightfully-decorated and edible home made of cookies and candy. Just make sure it doesn't go stale. + Convergence Gingerbread Cottage + A tree shining with Gleamite crystals and surrounded by presents from loved ones. The lights and gifts represents the spirit of the holiday. + Tree of Light + Known for blooming flowers even during the harshest winters, hanging a bundle above your doorway is said to foster peace and love to those who walk beneath it. + Convergence Mistletoe + What could possibly be wrapped inside? Did the Winter Wanderer leave these? Which ones are for me? + Convergence Presents + A collection of purple flowers that blooms only in winter, signaling the time of Convergence upon Aeternum. + Convergence Poinsettia + A snowy friend for the wintertide, adorned with Gleamite to shine brightly in the dark and cold. Just don't let him stand in direct sunlight. + Convergence Snowman + A wreath that welcomes all to the holiday of Winter Convergence, a time of cheer and fear in Aeternum. + Convergence Wreath + Complete with his own purple scarf to keep warm against the threat of Forever Winter. He loves to be pet on his warm, red nose. + Festive Deer + This isn't simply a single lantern. It is singularly the most perfect lantern to perfect your new year. + Lunar Hanging Lantern + A string of multiple red and gold paper lanterns to light your home and your path to success. + Lunar Wall Lanterns + Once lit, these put on quite the spectacle. Best to cover your ears, as the crackling can be deafening. + Lunar Firecrackers + A stalwart guardian of houses far and wide. Yours is extra special because it is now protecting you. + Golden Foo Dog + One mask to signify the beginning of a new year. Look deep into its eyes and see the pride of the lion. + Sunrise Parade Lion Head + One mask to signify the end of a year - and see that it was lived well. + Sunset Parade Lion Head + Finely crafted paper fans of red and gold. For a splash of color on your wall and of good luck for the year to come. + Warm Red Paper Fans + An arrangement of beautiful fans made of delicate paper and gold. Hang them on your wall to welcome the new year in style. + Welcoming Red Paper Fans + The carving of a majestic tiger, projected out with a candle's flame. + Lunar Tiger Shadowbox + A mystical being that has gifted you with its presence and its protection - and doesn't mind a scratch behind the ears now and again. + Lunar New Year Tiger + A curved and elegant love-seat, for all your swooning needs. + Romantic Swooning Couch + An arched, plush chair for sitting and fantasizing about the finer aspects of romance. + Romantic Heart Chair + A lovely light, brimming with roses, to set the mood for any kind of date on Aeternum. + Romantic Candelabra + Silver and lavender crafted tenderly, and shines as warm as the light in your heart. + Romantic Sconce + The perfect place to pen your feelings and desires for your sweetheart. + Love Letter Desk + A wide array of bubbly brews to bring out the love in you. + Tray of Love Potions + A florid clawfoot tub filled with lavish bubbles. A delightful way to prepare before a tryst. + Exotic Bubble Bath + A beautiful arrangement of deep-red roses, blossoming as strongly as your love. + Romantic Bouquet + A bear skinned rug so dark it almost looks purple. Perfect for lounging seductively on in your own bare skin. + Black Bear Pelt Rug + The perfect place where two lovers can gaze longingly at each other by charming candlelight. + Romantic Dinner Table + The pillows were hand-embroidered by some of the finest furnishers in Windsward. + Springtime Rattan Chair + The paper of this lantern resembles flower petals. The glow it emits is cool and light. + Springtime Ceiling Lantern + The pastel hues of the paper makes a room look like it is blushing. + Springtime Wall Lantern + A pop of color for even the most dour of Brightwood homes. + Springtime Rug + Two baskets filled to the brim with fragrant flowers for sweetening the air of any home, even in Reekwater. + Springtime Ceiling Flowers + A gentle device that sends colorful flower petals up into the air. Just start the propellers and watch it go! + Spring Floral Blower + Crocheted silks and fresh flowers, this drapery makes for the perfect backdrop to an Aeternum wedding. + Springtime Curtains + Bunches of brilliant, blooming buds in a basket. Both bountiful and beautiful. + Springtime Tub O' Flowers + It doesn't support much, but it sure does look nice, doesn't it? + Springtime Rattan Table + A collection of colorful flowers that can be found across Aeternum, picked and arranged just for you. + Springtime Wreath + This hare loves to wear his springtime attire. + Springtime Bunny + Lots of space to place all kinds of things, it doesn’t always have to be books. + Open Rickety Bookcase + A low-slung cabinet of drawers, for keeping your heaviest treasures. + Low Apothecary Cabinet + The flavor profile of wine aged in Aeternian oak barrels has been described by connoisseurs as "demented". + Oak Wine Cask + Ideal for holding fruit, laundry, or decorative wooden orbs. + Wicker Basket + What is better than one bed? Two beds. One on top of the other! + Old Wooden Bunk Bed + A simple cot made of straw and skins. Perfectly comfortable, if you don't mind the occasional stab from a prickly piece of grass. + Old Straw Cot + Classic. Wooden. Only semi-comfortable. But it will do for a quick nap. + Old Wooden Full Bed + Several dark stones stacked to make an artful tower. Looking at it makes you feel like you accomplished something. + Stone Cairn + This chair looks like it might be on its last leg. And you might be too if you hazard to sit in it. + Rickety Wooden Chair + Perfect for stepping on to reach high places, then falling off and breaking your neck. + Rickety Wooden Stool + A simple wooden chair you used to see in schools or libraries. Is it comfortable? No idea. + Old Desk Chair + Just a simple log. Literally the least amount of work put into crafting a stool in the history of wood. + Old Log Stool + Cleverly repurposed from the debris of one of Aeternum's many, many shipwrecks. + Grey Streamer Curtains + Simple lengths you can string up on your wall or window. Your neighbors will never know that these used to be your bedsheets. + Bedsheet Curtains + A simple curtain tied back with a length of rope. The effect is surprisingly charming. + Tied-Back Curtain + Completely safe to drink from. I swear! + Iron Cup + A cast iron pan. Grandmas everywhere love them. They don't make 'em like they used to. + Iron Pan + Look at the pattern. Now look away. Now look back - have the twigs shifted position? + Unsettling Branch Wreath + This little guy will guard your door. Any would-be burglar will run for their lives upon seeing it. + Protective Straw Wreath + The geometry of this twig wreath is pleasing to the eye. + Squared Circle Twig Wreath + Aeternians have been weaving these traditional winter decorations for as long as anyone can remember. + Wall Woven Wicker Wreath + Vampire proof. And strangely, also keeps your friends from visiting. Is it because of the stench, or are they vampires? + Garlic Bulb Wreath + Just the thing you needed for your pennies. Before long, it is going to be impossible to lift. + Glass Demijohn Jug + This bottle will go perfectly with the shiplap you just installed. + Decorative Glass Bottle + Aeternum has adopted the European tradition of wrapping glass bottles in wicker to prevent breakage and spoilage. + Dark Wicker-Wrapped Jug + The contents of this basket-wrapped jug are a complete mystery. + Light Wicker-Wrapped Jug + This jar isn't much to look at, but it gets the jar job done. + Square Earthenware Jar + This humble clay jar is elevated by a decorative dribble of shiny glaze. + Round Earthenware Jar + The wood is cured to perfection for a clean, long-lasting burn. + Firewood Pile + Whatever is in this sack, it would be disastrous if it touched the ground. + Hanging Sack + What's in this sack? Potatoes? Beans? Diamonds?... Might be diamonds. + Burlap Sack + They might be messy, but at least they're clean. + Cluttered Dishes + A well-worn place setting that has held years of delicious meals. + Old Placesetting + These candles were just friends, at first, but they got too close. Now they are fused together into a super candle. + Candle Cluster + Three tall candles, burning bright, keeping back the endless night. + Rusty Iron Candelabra + This lantern glows with love. But don't touch it. Its love could burn. + Rusty Iron Lantern + A simple lantern hanging from above, shining light into the highest nooks and crannies. + Rusty Hanging Lantern + This wooden torch is blazing with glorious fire. Let's hope your house doesn't want to feel the same way. + Wooden Wall Torch + An old iron jug, usually used for milk. But if you wanted to, you could put all sorts of things in this. + Iron Jug + These books are your all-time favorites, and deserve a place of special honor. + Old Books Row Short + You haven't had time to put these books back on the shelf. Perhaps you're too busy reading. + Old Books Stack + These books are in remarkably good condition, considering the sorry state of the ship they came from. + Old Books Row Long + You don't remember writing this, but it's your handwriting. And it contains all your deepest fears and darkest secrets. + Unsettling Note + Waterstained and nearby illegible. That's all right; you committed the words to heart long ago. + Sentimental Note + You can already cross off the first entry: "Make a to-do list". You're so productive! + To-Do List + Looks like some notes about geometry… But not any kind of geometry you've ever seen. + Impossible Geometry Notes + A note left from your roommate telling you to put your clothes away. Wait, don't you live alone? + Passive-aggressive Wall Note + Look at all these tickets! You need to remember to move your cart on street sweeper day. + Unpaid Parking Tickets + What could be inside? Some ancient instinct is warning you not to open it. + Paper-wrapped Parcel + A stack of very important papers, for the attention of a very important person - you. + Very Important Papers + Contains black gunpowder. Keep the lid on, and don't bring it into the kitchen. + Powder Horn + The ancient remains of drums like this one have been unearthed all over Aeternum. + Small Drum + Best to keep the inside of that pot up and out of sight. You don't wanna know what's in it… + Hanging Pottery + A cute wicker bird cage. Unfortunately, the bird seems to have flown away. + Round Bird Cage + A soft and fuzzy bear rug to warm your bare feet, or to lounge upon seductively. Or both. + Brown Bear Pelt Rug + Technically meets the bare minimum requirements of a rug. + Fraying Cloth Rug + What a creative use for a fishing net. Sweeping dirt under it is pointless, though. + Fishnet Rug + Full of cubbies for all your paper, vellum, and papyrus. Clay tablets, too, if you're into the classics. + Rustic Wooden Scrollcase + The beauty is not in the shelf itself, but in the possibilities it contains. + Rickety Wooden Wall Shelf + Perfect for a very organized person. A place for everything, and everything in its place. + Small Rustic Cabinet + Keep that fire in its place, which is inside this stove. + Rustic Stone Stove + A chest that grants access to your storage, and increases your storage by 400 weight when placed in your home. +It won't keep out any thieves, though. + Hewn Log Storage Chest + A chest that grants access to your storage, and increases your storage by 450 weight when placed in your home. +Perfectly serviceable. + Old Wood Storage Chest + A chest that grants access to your storage, and increases your storage by 450 weight when placed in your home. +Cleverly disguised as a humble rock. + Mossy Rock Storage Chest + A chest that grants access to your storage, and increases your storage by 600 weight when placed in your home. +Built solid and sturdy. + Iron Storage Chest + A chest that grants access to your storage, and increases your storage by 650 weight when placed in your home. +Holds your things just fine, and doubles as a canoe if you are in a pinch. + Hunter Storage Chest + A chest that grants access to your storage, and increases your storage when placed in your home. +Just how old is this thing, exactly? + Stone Storage Chest + A chest that grants access to your storage, and increases your storage by 650 weight when placed in your home. +Scholars have not yet translated these Ancient runes. + Polished Marble Storage Chest + A chest that grants access to your storage, and increases your storage by 1050 weight when placed in your home. +Definitely cursed, 100%. + Cursed Storage Chest + A chest that grants access to your storage, and increases your storage by 1050 weight when placed in your home. +How did a rabbit carry this? + Defiled Storage Chest of the Hare + A chest that grants access to your storage, and increases your storage by 1000 weight when placed in your home. +With two locks and steel banding, your stuff's not going anywhere. + Golden Steel Storage Chest + A classic long dining table. So classic, in fact, that it might be the original from which all other dining tables evolved. + Old Wood Dining Table + A rustic table made from tree stumps. Perfect for planning adventures with your animal friends. + Tree Stump Table + A stump is a sort of proto-table already. You're just cutting out the middleman. + Tree Stump Side Table + If you need some extra desk, well, here you go! + Wooden Side Desk + Who built this table? It isn't very well made. Is that even wood? Can it be trusted? + Rickety Twig Table + This target dummy dreamed of becoming a scarecrow, but joined the army instead. + Target Dummy + Comes with a matching saucer. Sit in your favorite chair and savor the perfect cup of tea. + Tarnished Silver Teacup + Look at these wonderful climbing vines. Something about them just makes you smile. + Tall Green Ivy Trellis + Waxy blooms with a mild scent. People plant them more for the popping pink than anything else. + Tall Pink Mandevilla Trellis + These vines grow really fast. So fast in fact, they might quickly outgrow their trellis. So trim the vines, but leave the flowers. + Tall Red Cypress Trellis + The bright orange of these flowers reminds you of warm, sunny days. Even more so when they attract hummingbirds and butterflies. + Tall Orange Hibiscus Trellis + The moonflower is prized for the bright white of its petals. But look; don't touch, or you might walk away with a rash. + Tall White Moonflower Trellis + Your home will not only look amazing with his trellis, but also smell amazingly sweet from the purple blooms. + Tall Purple Wisteria Trellis + The glory days of this small vine are still ahead, but it might need a taller trellis to get there. + Short Green Ivy Trellis + These blushing blooms don't really serve any purpose besides looking nice. And boy, do they ever! + Short Pink Mandevilla Trellis + The scent of these flowers is very evocative of the forest. But the reds remind you instead of romance. + Short Red Cypress Trellis + These flowers are often brewed to make an herbal tisane as a cure for what ails ya'. + Short Orange Hibiscus Trellis + These flowers have hardly any scent. But that doesn't stop them from looking gorgeous. + Short White Moonflower Trellis + Some say you can make wine from these purple blooms. Others say they are toxic. Pick your poison, I guess. + Short Purple Wisteria Trellis + An old windchime holder with no windchimes. It looks like it is barely standing up. + Broken Chime Post + You're determined to finish this book before your friends spoil the ending. + Open Book + You were warned not to open these sealed documents until you receive the signal. + Sealed Scrolls + A trophy that inspires you a little bit when making magical equipment. +Only works when placed in your home. +Grants a 3 Gearscore bonus when using crafting stations for your 'Arcana' profession. + Minor Arcana Crafting Trophy + A trophy that inspires you when making magical equipment. +Only works when placed in your home. +Grants a 4 Gearscore bonus when using crafting stations for your 'Arcana' profession. + Basic Arcana Crafting Trophy + A trophy that inspires you a lot when making magical equipment. +Only works when placed in your home. +Grants a 5 Gearscore bonus when using crafting stations for your 'Arcana' profession. + Major Arcana Crafting Trophy + A trophy that inspires you a little bit when making short-range melee weapons. +Only works when placed in your home. +Grants a 3 Gearscore bonus when using crafting stations for your 'Weaponsmithing' profession. + Minor Weaponsmithing Crafting Trophy + A trophy that inspires you when making short-range melee weapons. +Only works when placed in your home. +Grants a 4 Gearscore bonus when using crafting stations for your 'Weaponsmithing' profession. + Basic Weaponsmithing Crafting Trophy + A trophy that inspires you a lot when making short-range melee weapons. +Only works when placed in your home. +Grants a 5 Gearscore bonus when using crafting stations for your 'Weaponsmithing' profession. + Major Weaponsmithing Crafting Trophy + A trophy that inspires you a little bit when making meals and extra portions. +Only works when placed in your home. +Grants a small chance to craft additional items when using crafting stations for your 'Cooking' profession. + Minor Cooking Crafting Trophy + A trophy that inspires you when making meals and extra portions. +Only works when placed in your home. +Grants a medium chance to craft additional items when using crafting stations for your 'Cooking' profession. + Basic Cooking Crafting Trophy + A trophy that inspires you a lot when making meals and extra portions. +Only works when placed in your home. +Grants a large chance to craft additional items when using crafting stations for your 'Cooking' profession. + Major Cooking Crafting Trophy + A trophy that inspires you a little bit when battling certain enemies. +Only works when placed in your home. +Grants a 3% bonus to damage when fighting against 'The Ancients' and their skeletal creations. + Minor Ancients Combat Trophy + A trophy that inspires you when battling certain enemies. +Only works when placed in your home. +Grants a 4% bonus to damage when fighting against 'The Ancients' and their skeletal creations. + Basic Ancients Combat Trophy + A trophy that inspires you a lot when battling certain enemies. +Only works when placed in your home. +Grants a 5% bonus to damage when fighting against 'The Ancients' and their skeletal creations. + Major Ancients Combat Trophy + A trophy that inspires you a little bit when battling certain enemies. +Only works when placed in your home. +Grants a 3% bonus to damage when fighting against the 'Angry Earth' and their forces of nature. + Minor Angry Earth Combat Trophy + A trophy that inspires you when battling certain enemies. +Only works when placed in your home. +Grants a 4% bonus to damage when fighting against the 'Angry Earth' and their forces of nature. + Basic Angry Earth Combat Trophy + A trophy that inspires you a lot when battling certain enemies. +Only works when placed in your home. +Grants a 5% bonus to damage when fighting against the 'Angry Earth' and their forces of nature. + Major Angry Earth Combat Trophy + A trophy that inspires you a little bit when battling certain enemies. +Only works when placed in your home. +Grants a 3% bonus to damage when hunting the wildlife of the island. + Minor Wildlife Combat Trophy + A trophy that inspires you when battling certain enemies. +Only works when placed in your home. +Grants a 4% bonus to damage when hunting the wildlife of the island. + Basic Wildlife Combat Trophy + A trophy that inspires you a lot when battling certain enemies. +Only works when placed in your home. +Grants a 5% bonus to damage when hunting the wildlife of the island. + Major Wildlife Combat Trophy + A trophy that inspires you a little bit when battling certain enemies. +Only works when placed in your home. +Grants a 3% bonus to damage when fighting against the 'Corrupted' and their zealot armies. + Minor Corrupted Combat Trophy + A trophy that inspires you when battling certain enemies. +Only works when placed in your home. +Grants a 4% bonus to damage when fighting against the 'Corrupted' and their zealot armies. + Basic Corrupted Combat Trophy + A trophy that inspires you a lot when battling certain enemies. +Only works when placed in your home. +Grants a 5% bonus to damage when fighting against the 'Corrupted' and their zealot armies. + Major Corrupted Combat Trophy + A trophy that inspires you a little bit when battling certain enemies. +Only works when placed in your home. +Grants a 3% bonus to damage when fighting against 'The Lost' and their decaying and spectral hordes. + Minor Lost Combat Trophy + A trophy that inspires you when battling certain enemies. +Only works when placed in your home. +Grants a 4% bonus to damage when fighting against 'The Lost' and their decaying and spectral hordes. + Basic Lost Combat Trophy + A trophy that inspires you a lot when battling certain enemies. +Only works when placed in your home. +Grants a 5% bonus to damage when fighting against 'The Lost' and their decaying and spectral hordes. + Major Lost Combat Trophy + A trophy that inspires you a little bit when making ranged weapons. +Only works when placed in your home. +Grants a 3 Gearscore bonus when using crafting stations for your 'Engineering' profession. + Minor Engineering Crafting Trophy + A trophy that inspires you when making ranged weapons. +Only works when placed in your home. +Grants a 4 Gearscore bonus when using crafting stations for your 'Engineering' profession. + Basic Engineering Crafting Trophy + A trophy that inspires you a lot when making ranged weapons. +Only works when placed in your home. +Grants a 5 Gearscore bonus when using crafting stations for your 'Engineering' profession. + Major Engineering Crafting Trophy + A trophy that inspires you a little bit when angling for various aquatic creatures. +Only works when placed in your home. +Grants +2500 Fishing Luck when using a 'Fishing Pole' in the wilderness. + Minor Fishing Gathering Trophy + A trophy that inspires you when angling for various aquatic creatures. +Only works when placed in your home. +Grants +5000 Fishing Luck when using a 'Fishing Pole' in the wilderness. + Basic Fishing Gathering Trophy + A trophy that inspires you a lot when angling for various aquatic creatures. +Only works when placed in your home. +Grants +9000 Fishing Luck when using a 'Fishing Pole' in the wilderness. + Major Fishing Gathering Trophy + A trophy that inspires you a little bit when reaping various plants. +Only works when placed in your home. +Grants +500 Harvesting Luck when using a 'Harvesting Sickle' in the wilderness. + Minor Harvesting Gathering Trophy + A trophy that inspires you when reaping various plants. +Only works when placed in your home. +Grants +1000 Harvesting Luck when using a 'Harvesting Sickle' in the wilderness. + Basic Harvesting Gathering Trophy + A trophy that inspires you a lot when reaping various plants. +Only works when placed in your home. +Grants +1500 Harvesting Luck when using a 'Harvesting Sickle' in the wilderness. + Major Harvesting Gathering Trophy + A trophy that inspires you a little bit when felling various trees. +Only works when placed in your home. +Grants +500 Logging Luck when using a 'Logging Axe' in the wilderness. + Minor Logging Gathering Trophy + A trophy that inspires you when felling various trees. +Only works when placed in your home. +Grants +1000 Logging Luck when using a 'Logging Axe' in the wilderness. + Basic Logging Gathering Trophy + A trophy that inspires you a lot when felling various trees. +Only works when placed in your home. +Grants +1500 Logging Luck when using a 'Logging Axe' in the wilderness. + Major Logging Gathering Trophy + A trophy that inspires you a little bit when collecting the spoils of combat. +Only works when placed in your home. +Grants a *small bonus* to your luck when picking up loot and opening chests. + Minor Loot Luck Trophy + A trophy that inspires you when collecting the spoils of combat. +Only works when placed in your home. +Grants a *medium bonus* to your luck when picking up loot and opening chests. + Basic Loot Luck Trophy + A trophy that inspires you a lot when collecting the spoils of combat. +Only works when placed in your home. +Grants a *large bonus* to your luck when picking up loot and opening chests. + Major Loot Luck Trophy + A trophy that inspires you a little bit when excavating for various ore. +Only works when placed in your home. +Grants +500 Mining Luck when using a 'Mining Pick' in the wilderness. + Minor Mining Gathering Trophy + A trophy that inspires you when excavating for various ore. +Only works when placed in your home. +Grants +1000 Mining Luck when using a 'Mining Pick' in the wilderness. + Basic Mining Gathering Trophy + A trophy that inspires you a lot when excavating for various ore. +Only works when placed in your home. +Grants +1500 Mining Luck when using a 'Mining Pick' in the wilderness. + Major Mining Gathering Trophy + A trophy that inspires you a little bit when making various types of armor and bags. +Only works when placed in your home. +Grants a 3 Gearscore bonus when using crafting stations for your 'Armoring' profession. + Minor Armoring Crafting Trophy + A trophy that inspires you when making various types of armor and bags. +Only works when placed in your home. +Grants a 4 Gearscore bonus when using crafting stations for your 'Armoring' profession. + Basic Armoring Crafting Trophy + A trophy that inspires you a lot when making various types of armor and bags. +Only works when placed in your home. +Grants a 5 Gearscore bonus when using crafting stations for your 'Armoring' profession. + Major Armoring Crafting Trophy + A trophy that inspires you a little bit when flaying pelts and hides. +Only works when placed in your home. +Grants +500 Skinning Luck when using a 'Skinning Knife' in the wilderness. + Minor Skinning Gathering Trophy + A trophy that inspires you when flaying pelts and hides. +Only works when placed in your home. +Grants +1000 Skinning Luck when using a 'Skinning Knife' in the wilderness. + Basic Skinning Gathering Trophy + A trophy that inspires you a lot when flaying pelts and hides. +Only works when placed in your home. +Grants +1500 Skinning Luck when using a 'Skinning Knife' in the wilderness. + Major Skinning Gathering Trophy + The sound of water falling into Brightwood was great company. + Scenic Painting of the Frosted Floe + It was so quiet on the cliffs nearby Rubble Shores. + Scenic Painting of Gefyra Bridge + Ancient highways to rival that of Rome. + Scenic Painting of the Primal Lochan + The bear's view of Everfall every morning. + Scenic Painting of Valle Tempus + Painting is often a lonely activity, fitting for the Lonely Climb. + Scenic Painting of Shattered Mountain + Sneaking past Eridanus wasn't easy, but the view was worth it. + Scenic Painting of the Bubbly Bay + The snoring of bear cubs while you painted was comforting. + Scenic Painting of Brightwatch + Not many places you can find yourself at peace in Ebonscale Reach. + Scenic Painting of Skysong Lagoon + You can still smell Chef Giroux's cooking from far across Las Torres Bay. + Scenic Painting of Northfork and Rattlevine Ridge + Keeping a safe distance from the guardians was a good call. + Scenic Painting of Antares + A rare view indeed, you should be proud of this masterpiece. + Scenic Painting of the Eternal Pool + So that's what it feels like to be an acrobat. + Scenic Painting of Fay's Sorrow + The gator did not appreciate you standing on his rock. + Scenic Painting of Soddenswale + It was nice to see Barkimedes again. + Scenic Painting of Amrine Temple + Bison Island is always so peaceful this time of year. + Scenic Painting of the Elin River + A true wonder of the natural world. Somebody should really make a list of those… + Scenic Painting of the Azoth Tree + It's a good thing the Imperial guards didn't stop you from getting this down on canvas. + Scenic Painting of the Imperial Palace + Remnants of a once great civilization. What caused their downfall? + Scenic Painting of Elder's Bluff + The coast catches many ships, pieces of cliff jutting out like daggers ready to pierce the next hull. + Scenic Painting of Deadman's Anchor + The rainwater from the north will continue the flood until the end of time. + Scenic Painting of the Flooded Plains + The Siren calls to all in her domain. + Scenic Painting of Lambent Muskeg + The Storm's fury is unmatched, even by that of gods. + Scenic Painting of the Neptune's Fury + The war effort never quiets in Caminus. + Scenic Painting of Caminus + Even the Colossus cannot escape corruption. + Scenic Painting of Mangled Heights + Even Snaggletooth knows better than to venture into the marsh. + Scenic Painting of the Salty Marshes + How can one ever do justice to the vibrant colors of Edengrove? + Scenic Painting from the Wyrdkissed Cliffs + Many have started a new life through that arch. + Scenic Painting of Stonereach + The canvas has water damage. Once it stops raining you should try again. + Scenic Painting of Mourning Bridge + This deepwater behemoth of Restless Shores comes to the surface only once in its long lifetime. + Taxidermied Blue-blooded Barb + According to legend, this fish was once a prince, and could grant any wish in the world. + Taxidermied Varanus Mandje + Those eyes look almost human. Surely you're just imagining them following you around the room. + Taxidermied Daemonaja + Catching this elusive creature is said to bring a year of good luck to the entire village. + Taxidermied Egede Serpe + A faithful companion to lounge by the fire with you. Who doesn't love a dog in a hat! (Hint: Nobody!) + Woodland Mastiff + Brimming with awe, the vast expanse of the universe resides within the fur of this rabbit. And if you pet them, you might just feel it too. + Celestial Hare + Neither light nor color can escape the deep darkness of its fur. But do you know what can? Love! And this big kitty needs lots of it. + Ashen Tiger + The grown spawn of the great Barkimedes and a settlement Mastiff; a forbidden romance for the ages. + Barkimedes' Puppy + A bed of hard ice and soft snow. Perfect for those who overheat in their sleep. + Snowcapped Bed + A chair carved from a single block of ice. Try not to sit on it with bare thighs lest you freeze right to the seat. + Snowcapped Chair + Thankfully the enchanted ice and snow never melts, so your scrolls and tomes will stay nice and dry on these shelves. + Snowcapped Bookcase + A shelf carved of ice you can place on your wall. A 'cool' way to show off belongings in your house. + Snowcapped Shelf + A boorish boar balancing a bounding bearing upon a bright base. + Snowcapped Boar Sculpture + The hardest part about sculpting a rabbit from ice is getting the model to stay still. + Snowcapped Rabbit Sculpture + Mid-leap, and adorned with snow, this ice sculpture adds a dynamic factor to any room. + Snowcapped Stag Sculpture + The icicles hanging from this chandelier never seem to melt, even with the bright lights within the lanterns. + Snowcapped Chandelier + Despite the thick ice and snow, the cooling blue light within the lantern still shines unimpeded. + Snowcapped Lantern + This rabbit isn't really a toy. It's just wearing a festive jacket, and is extra adorable for it. + Festive "Toy" Rabbit + For keeping your bedside drink cool overnight. Just hope it doesn't freeze while you sleep. + Snowcapped Nightstand + A sturdy table for a holiday feast. Now who's turn is it to cook this time? + Snowcapped Dining Table + An ash wood bunk bed crafted by artisan hands. Curl up on the blue comfy comforter and sleep in as late as you like. + Cerulean Sheets Bunk Bed + There's no moping in this maple wood bunk bed. The warm, red blankets lifts your spirits all the way to dream land. + Cherry Sheets Bunk Bed + An oak wood bunk bed built for two. (Except no one ever takes the top bunk.) So go solo and sleep easy on bright green sheets. + Grassy Sheets Bunk Bed + Dark mahogany wood. Bright yellow cloth. Bountiful binary bedding. A doubly delightful contrast sure to make anyone rest easy. + Sunny Sheets Bunk Bed + Blue sheets and ash wood makes up this simple yet comfortable bed. However this bed isn't really full until you are napping in it. + Ash Full Bed + This maple wood bed was made with love. (Hence the red sheets.) But it wasn't made for lovin'. Only sleeping. One person at a time! + Maple Full Bed + The green sheets might look inviting, like bouncy spring grass. But don't be fooled. This oak bed not for jumping. It's for... other stuff... + Oak Full Bed + I couldn't possibly sleep in this bed. The yellow sheets are just so bright and happy. The mahogany wood too deep and dark. The mattress... too... soft... zzzZZZzz.... + Mahogany Full Bed + Your loyal companion deserves nothing less than the best in straw-based bedding. + Straw Pet Bed + The rugged elegance of this chair elevates any home's style from 'rustic' to 'rustic chic'. + Ash Dining Chair + This maple dining chair is warm and inviting, just like you. The iron back supports make it strong enough to support even the weariest back. + Maple Dining Chair + This mighty oak chair is bound in iron, for a sitting experience that's as strong as you are. + Oak Dining Chair + Nothing like rocking out at the dinner table in this mahogany dining chair. + Mahogany Dining Chair + Though it looks somewhat rickety, the ash wood in this chair makes it strong and flexible. + Ash Casual Chair + The resonant maple wood in this beautiful chair will inspire any musician who sits in it. + Maple Casual Chair + Strong, stately, and surprisingly comfortable. You can see yourself dictating your memoirs from this chair. + Oak Casual Chair + This beautifully crafted mahogany rocking chair is not only elegant, it also has great lumbar support. + Mahogany Casual Chair + This ash bar stool will support you through the good times and the bad. + Ash Bar Stool + Many a festive night has passed in bars across Aeternum, shared by people sitting on stools like this. It'll be a big hit at your housewarming party. + Maple Bar Stool + They say the greatest ruler in Aeternum's history refused his golden throne, preferring instead to sit on a simple oak stool just like this one. + Oak Bar Stool + The dark, lustrous wood of this mahogany stool would pair wonderfully with a bold rug. + Mahogany Bar Stool + Made with extra bright-burning tallow candles, this chandelier is the perfect mix of utility and ambiance. + Warm Iron Chandelier - Bright + The light from this chandelier is universally flattering, and will make you even more good-looking than you already are. + Warm Iron Chandelier - Dim + The cool tones of this chandelier's light are intended to mimic daylight, to help get you through those long Aeternian winters. + Cool Iron Chandelier - Bright + Azoth threads woven through the wicks of these candles provide a subtle blue-ish glow, and are also said to cause vivid dreams. + Cool Iron Chandelier - Dim + The strength of this lantern's light makes it difficult to use for nefarious purposes. However, it's very popular with home decorators. + Warm Iron Lantern - Bright + The soft, warm light of this lantern in your window will always guide you home. + Warm Iron Lantern - Dim + This lantern casts a clean, sharp light, like the sun reflecting off fresh snow. + Cool Iron Lantern - Bright + This lantern is perfect for sitting around and telling ghost stories late at night. + Cool Iron Lantern - Dim + Shines a warm, relaxing light into even the darkest corners of your home. + Warm Iron Sconce - Bright + For when you want light, but not a lot of it. Just the right amount. + Warm Iron Sconce - Dim + The cool light from this wall sconce helps you make calm, rational decisions. Popular with doctors and accountants. + Cool Iron Sconce - Bright + Do you consider yourself more of a winter person? Then this is the perfect wall sconce for you! + Cool Iron Sconce - Dim + A yellow rug shaped like the sun. Make you feel warm and happy just looking at it. + Round Sunny Rug + This cheerful green rug feels especially good on bare feet. It reminds you of spring grass. + Curved Grassy Rug + The bright blue dye used in this rug was made with a mixture of azoth and oak tree bark. The color can't be exactly replicated anywhere else in the world. + Oval Cerulean Rug + This cheery red rug is fully reversible. Unfortunately, the other side is also red. + Rectangle Cherry Rug + Ash is also known as "firelight" wood, and gives off a wonderful long-burning heat due to its density. Not that you'd ever burn your beautiful ash armoire, of course. + Ash Armoire + If you shut yourself into this armoire on a quiet night, you might be able to hear the wood around you resonate with the music of the cosmos. + Maple Armoire + An immortal owner needs an immortal place to store their clothes. The oak armoire is sturdy enough to withstand the ravages of both time and small explosions. + Oak Armoire + Just because you're a settler doesn't mean you have to settle for less than the best. This mahogany armoire is proof of your exquisite taste. + Mahogany Armoire + The top interior decorator in Aeternum adores the weathered look of this compact ash bookcase, making it a very popular piece. + Ash Small Bookcase + There's no finer place to store all your old sea maps and star charts. You won't be needing them here on Aeternum. + Maple Small Bookcase + This oak bookcase is perfect for displaying your favorite flowers, for a bright pop of color and a soothing fragrance. + Oak Small Bookcase + If you're going to go to the trouble of owning all these impressive books, you may as well display them in this impressive mahogany bookcase. + Mahogany Small Bookcase + No metal fasteners were used in the joinery of this ash bookcase. Its craftsmanship is second to none. + Ash Large Bookcase + The same wood that went into this bookcase is also used by luthiers to craft Aeternum's finest musical instruments. + Maple Large Bookcase + This bookcase is sturdy enough to hold all your hopes and dreams for the future. + Oak Large Bookcase + This bookcase of gleaming mahogany lends you an air of confidence when you stand in front of it. Try it out! + Mahogany Large Bookcase + Just imagining all the things you could put in these tiny drawers fills you with a sense of excitement. + Ash Chest of Drawers + This maple chest of drawers will keep your collection safe and sound. What collection? Any collection! + Maple Chest of Drawers + What's inside the drawers isn't important. What really matters is that you did your best. + Oak Chest of Drawers + This chest has four drawers, one for each of the major accessory groups: capes, half-capes, falconry gloves, and socks. + Mahogany Chest of Drawers + Some people claim that clothes kept in this ash wood cabinet will never go out of fashion. + Ash Cabinet + There is a custom on Aeternum that a young woodsman must use his own two hands to make a cabinet out of the first tree he ever fells. + Maple Cabinet + You can't just hide your secrets in any old cabinet. There's a saying on Aeternum: 'oak never tells'. + Oak Cabinet + The cubbyholes in this mahogany cabinet are the perfect place to store your various medals and commendations. + Mahogany Cabinet + Sewing is one of the most practical skills any adventurer can have. No one else is going to mend your pants for you. + Sewing Accessories + Life on Aeternum can be stressful. Flower arrangement is a healthy way to unwind after a day full of dying. + Floral Design Accessories + You can write about whatever you want with this desk set. It's here to support you and your literary dreams. + Desk Accessories + Many a retired adventurer has spent their golden years poking at the fire and thinking of the past. + Fireplace Poker Set + A bellows for the optimists. A bucket of water for the realists. + Fireplace Accessories + What better place to store your precious books than near an open flame? + Fireplace Books + The scent of these cheerful yellow flowers is strongest at solar noon, earning them the nickname 'sunbathers'. On the summer solstice, they can be smelled from up to fifty yards away. + Hanging Basket of Flowers + An arrangement of winter blooms. The red berries of the firethorn are said to ease homesickness when eaten. They are a traditional welcoming gift for newcomers to Aeternum. + Pot of Winter Flowers + Delphinium flower cultivation is a popular pastime on Aeternum, and garden competitions can be cutthroat. The plant contains deadly alkaloids, and "accidental" poisonings occur frequently. + Pot of Blue Flowers + A colorful display of aster and wormwood that soothes a tired soul. + Pot of Pink Flowers + A wheelbarrow is a marvelous invention. Now you no longer have to transport manure with your bare hands. + Wooden Wheelbarrow + A good garden takes sweat to plant and time to grow. Your trusty wheelbarrow will be with you every step of the way. + Wheelbarrow of Garden Supplies + When the wind blows from the south, the colorful ribbons and melody reminds you of your childhood. Ring any bells? + Colorful Wind Chimes + It takes a pretty stiff wind to rattle these chunky copper chimes. But when they chime, it is a sound to behold. + Robust Wind Chimes + A serene oil painting in an ash wood frame. No one is quite sure how the artist got the bear in this painting to stand still for six hours. + "Bear in Meadow" Painting + A haunting watercolor painting in a maple wood frame. It is so rich with atmosphere that the viewer can almost feel the chilly mist on their skin. + "Beyond the Gate" Painting + A painting that captures the essence of an Aeternian sunrise within a fine oak frame. The painter nearly drove herself mad trying to capture the passing of autumn with the coming of winter. + "Mountain Dawn" Painting + It is hard to tell which is nicer; the oil painting of a scenic river, or the carved and polish mahogany frame it rests within. + "Spring River" Painting + Simple dishes, carved from simple wood, for simple meals. What could be more simple? + Wooden Dishes + A good host always has enough plates to make sure that no one leaves hungry. + Stacked Dishes + Washing the dishes can be a risky proposition when you have to go down to the river to do it. But the mallet does provide some protection. + Dirty Dishes + The wear and tear on these dishes is a testament to countless meals savored to the last bite. + Well-Loved Dishes + In the Old World, a good cauldron was often passed down through the generations. Here in Aeternum, nothing gets passed down. + Cauldron Cooking Set + Cooking is a very important survival skill in Aeternum. Anyone who has ever tried to eat raw boar meat will understand why. + Campfire Cooking Set + You've gained mastery over fire. Prove your dominance by using it to cook a delicious meal. + Sturdy Cooking Set + A sprinkle of lemon juice will keep your flowers looking as fresh as the day you cut them. + Fresh Flowers Assembly + You're ready to create a culinary masterpiece. Now all you need is the food. + Meal Prep Set + Is this the aftermath of a meal, or the beforemath? (Beforemath is a common word in Aeternum.) + Cerulean Place Setting + This tableware is almost too pretty to use, unless you're hungry, and the bright red placemat makes you real hungry for fresh fruit. + Cherry Place Setting + You might just lose sight of your meal if you were to have a picnic on the grass, that is, if the ants don't get to it first. + Grassy Place Setting + Every meal you eat makes you feel a bit happier, a bit brighter when you use this place setting. I wonder why? + Sunny Place Setting + A thick, blue drape to block the light from a window. Perfect for those who like to sleep until noon. + Cerulean Drape + You won't feel dreary with this delightfully dapper drape. The bright red reminds you of fresh fruit. + Cherry Drape + If you don't want to look out a window at the green rolling hills, you can look at this drape instead, with its green rolling fabric. + Grassy Drape + You can have a bright outlook with this drape, even if you can't look out a window through it. + Sunny Drape + A lovely blue colored fabric hanging loosely. For those who want all the style of a curtain with none of the utility. + Cerulean Valance + Think of this bright red fabric like a window hat. It is pretty, and does very little to keep the light out. + Cherry Valance + Bring the outdoors in with some grassy green fabric. Drapery never looked so good. + Grassy Valance + Add some lovely color with this happy fabric. You can hang it above your windows, your door, your bed. Any wall you like! + Sunny Valance + The sky's the limit with these blue sky drapes. It's the next best thing to being outside. + Cerulean Curtains + Frame your window with style. And nothing says 'style' like these cherry colored drapes. They really make the room pop. + Cherry Curtains + Bring the spirit of the forest inside with these long green drapes. Their tallness reminds you of trees. + Grassy Curtains + You won't be able to tell where the window stops and these curtains begin on a sunny day. + Sunny Curtains + This exuberant wreath uses dried flowers, so you can get that summertime feel even in the dead of winter. + Summertime Wreath + Hanging a wreath of delphiniums on your door or in your window means that you're ready for visitors. Hope the place is clean! + Delphinium Wreath + This single-source dresser was crafted from the wood of one ash tree, which had lived a long, full life with no regrets. + Ash Dresser + To make a maple dresser of this quality, the artisan must completely clear their mind of all thoughts. Then, they say, the dresser makes itself. + Maple Dresser + Oak wood is associated with the king of gods in many mythic traditions. Your socks and underwear deserve nothing less. + Oak Dresser + This dresser has been burnished with a rich oil, to bring out the grain of the wood. Your unmentionables will be stored in luxury. + Mahogany Dresser + The flexible joints of this ash shelf can support the heaviest of collectible figurines. + Ash Wall Shelf + This maple shelf calls out for something soft and comforting, like your favorite stuffed animal. + Maple Wall Shelf + Oak trees are the most likely to be hit by lightning. Luckily, this shelf is specially insulated. + Oak Wall Shelf + This shelf is perfect for displaying your most expensive violin. You have one of those, right? + Mahogany Wall Shelf + This stove takes time to heat up, but will stay warm long after the fire burns down. + Iron Settler's Stove + This handsome stove is rust-resistant and waterproof up to a depth of 30 feet. + Steel Settler's Stove + This stove gives off heat even when there's no fuel inside. Unsettling, but saves on heating costs. + Starmetal Settler's Stove + In the Old World, orichalcum was so rare that it was almost mythical. Here on Aeternum, it makes for a very shiny stove. + Orichalcum Settler's Stove + A chest that grants access to your storage, and increases your storage by 800 weight when placed in your home. +Made with the hope for a long, happy life. + Hope Storage Chest + The energy in your house seems so much lighter, now that you have this ash end table. + Ash End Table + No matter what you keep next to your bed, this maple end table will not judge you. + Maple End Table + This oak end table is strong enough to hold all your hardest-hitting books and periodicals. + Oak End Table + When you wake up screaming in the night, the reassuring presence of mahogany bedside table will help calm you. + Mahogany End Table + This weather-beaten picnic table has seen many birthday parties in its day. + Picnic Table + You are a popular person with many friends. Keep in touch with all of them by writing letters at this attractive ash desk. + Ash Desk + Writing at this desk could inspire a symphony. All you have to do is close your eyes and listen. + Maple Desk + When houseguests see this mighty oak desk, they'll say, "Wow. This desk must belong to a very important person." That person is you. + Oak Desk + Look left. Look right. None of your neighbors have more exquisite taste in desks than you do. + Mahogany Desk + When you're not hungry enough for a full meal, this snack-sized ash dining table is just right. + Ash Small Table + This sturdy table is perfect for use as a workbench. Unleash your creative side! + Maple Small Table + This oak table may be small, but it holds memories of being the mightiest tree in the forest. + Oak Small Table + No matter what you put on this mahogany table, it will be exactly the right choice. + Mahogany Small Table + Ash wood has natural protective and healing properties. You'll never get indigestion from food eaten off this table. + Ash Large Table + Just think of the warm, nourishing meals you and your loved ones will eat off this table. + Maple Large Table + A dining table needs to be sturdy. This oak table can hold a feast and a half without even creaking. + Oak Large Table + The rich red hue of this magnificent table whispers 'luxury'. Not too much; just enough. + Mahogany Large Table + Blue, like the endless ocean. Velvet, like your singing voice. + Maritime Velvet Captain's Bed + This is the bed a mermaid queen would sleep in, if mermaids ever slept. + Seafoam Velvet Captain's Bed + A red velvet bed, the color of battle. Classic pirate king vibes. + Bloody Velvet Captain's Bed + Sometimes you lie awake at night, thinking about death, but in a way that makes you seem sensitive and interesting to others. + Gothic Velvet Captain's Bed + Perfect to relax in. Too bad it is way too easy to fall out of. Better not risk it. + Sailor's Hammock + Sit back. Relax. It's good to be the Captain. + Maritime Velvet Armchair + The soothing color will help keep you calm while making life-or-death decisions. + Seafoam Velvet Armchair + A chair fit for a king. Stolen from a king, in fact. + Bloody Velvet Armchair + You've read that both purple and velvet are signs of royalty, making this chair twice as majestic. + Gothic Velvet Armchair + The decorative turned legs can be used as impromptu weapons in a pinch. + Maritime Velvet Dining Chair + Made with the bronzed skull of the last person to correct your table manners. + Seafoam Velvet Dining Chair + Mark your spot at the head of the table with this sumptuous gilded chair. + Bloody Velvet Dining Chair + This chair is the color of the darkened sky before a hurricane. + Gothic Velvet Dining Chair + You can feel the tension drain out of your aching bones as soon as you sit down on the plush velvet. + Maritime Velvet Footstool + The pale light green of this stool makes you feel like you are practically floating the moment you place your tuchus on it. + Seafoam Velvet Footstool + This red velvet ottoman is so soft and cushy. The gilded feet add an extra dash of panache. + Bloody Velvet Footstool + A stool this comfortable almost feels wrong. Almost. + Gothic Velvet Footstool + Something very dark and very bright at the same time. + Skull Candleholder + This wheel once guided a mighty ship. Now, it'll help guide you through the dark. + Hardworking Helm Chandelier + After a long, hard life at sea, this ship's wheel is exploring other career options. + Salt-stripped Helm Chandelier + Salvaged from a shipwreck and expertly restored by a master craftsman. + Well-polished Helm Chandelier + This wheel once belonged to the ship of the best-dressed pirate crew in the South Seas. + Black-lacquered Helm Chandelier + Miraculously untarnished despite decades spent underwater. + Silver Candelabra + The patina on this well-preserved candelabra gives away its immense age. + Bronze Candelabra + A body washed up onshore with this solid gold candelabra strapped to its back. Unfortunately, it did not make a good flotation device. + Gold Candelabra + This candelabra was recovered from a French shipwreck. Its exquisite detail was revealed once the barnacles were scrubbed off. + Brass Candelabra + The craze for Quicksilver lamps lasted only a few years. This late-model silver lamp was sold at a deep discount, as most pirates had moved on to the next big thing. + Captain Quicksilver's Lamp, Silver Replica + Captain Quicksilver's Lamp sparked a craze, and replicas like this one soon became the most-requested item in the furniture workshops of Tortuga. + Captain Quicksilver's Lamp, Bronze Replica + Soon, anyone who was anyone in the pirating world had to have a Quicksilver lamp. This solid gold example was the subject of one fierce bidding war and two subsequent assassinations. + Captain Quicksilver's Lamp, Gold Replica + The final request of infamous pirate James 'Quicksilver' Forten was that his skull be turned into a wall lamp. + Captain Quicksilver's Lamp, Original + The clever use of reflection produces twice the light. + Reflector Lamp + Young pirates who use this nightlight no longer fear the dark. There are so many other things to fear instead. + Pirate Nightlight + This armoire has the perfect balance of craftsmanship, practicality, and skulls. + Hardworking Scrolled Armoire + Every crack in the wood of this armoire tells a story of the high seas. + Salt-stripped Scrolled Armoire + A savvy captain knows: take care of your things, and they'll take care of you. + Well-polished Scrolled Armoire + A popular fairytale claims that Bluebeard told his new wife to never, ever, open this armoire. + Black-lacquered Scrolled Armoire + Only the captain is allowed to indulge in that rarest of pirate luxuries - a bath. + Captain's Bath + Cleverly repurposed from a barrel, this watertight table could serve as a boat for a very small person. + Hardworking Half-Barrel Table + Is that a skull on that shelf? Do you bring a skull to bed? Don't answer that question. + Salt-stripped Half-Barrel Table + So richly burnished, you can hardly tell it used to be a humble barrel. + Well-polished Half-Barrel Table + The rum in this barrel was aged for twelve years before the barrel found new life as a table. Even now, the sweet smell lingers. + Black-lacquered Half-Barrel Table + A good library is a great comfort to a sleepless captain on those long, lonely nights at sea. + Hardworking Low Bookcase + The finish might been washed off this bookcase by the hard salt sea, but it still holds just as much knowledge as ever. + Salt-stripped Low Bookcase + A pirate must be well-read, if he wishes to move undetected in high society. + Well-polished Low Bookcase + The bookcase once housed the personal library of the child King. He enjoyed books with lots of pictures. + Black-lacquered Low Bookcase + This multifunctional piece of furniture serves as a bookcase, a writing desk, and a dresser. So practical! + Hardworking Tall Bookcase + The wood is worn, but the brass hardware looks brand new. Was this bookcase deliberately roughed up? + Salt-stripped Tall Bookcase + Crafted with love in a Parisian workshop, generations ago. + Well-polished Tall Bookcase + The history behind this antique bookcase would make any museum curator green with envy. + Black-lacquered Tall Bookcase + A safe and stylish place to store your finery. + Hardworking Short Dresser + The little skull-shaped drawer-pulls on this dresser are surprisingly charming. + Salt-stripped Short Dresser + Wow. Even the underside of this dresser is polished to a mirror finish. + Well-polished Short Dresser + The main thing that separates a good pirate captain from a legendary one is good costume design. This dresser can help with that. + Black-lacquered Short Dresser + Look at all those drawers. You'll be able to store all your billowing silk shirts in here. + Hardworking Tall Dresser + You might need a ladder to reach those top drawers. That's where you'll hide the good stuff. + Salt-stripped Tall Dresser + Even if you've got nothing to wear but rags, you need a nice place to put them. + Well-polished Tall Dresser + On windy nights, you can hear the skulls whisper fashion tips to one another. Or was that just a dream? + Black-lacquered Tall Dresser + A fond remembrance of a ship blown to bits long ago. + Pirate Anchor + Despite its realistic appearance, this bone wreath was actually whittled from basswood. + Imitation Bone Wreath + Why deal with shelving when you have a perfectly good ceiling cage to store your extra stuff. + Storage Cage + These cannonballs never saw action in battle. + Iron Cannonballs + You never know what kind of thing you might need to hang from your ceiling. + Short Iron Chain + You could use it as a swing, if you have really good balance. + Long Iron Chain + After a life at sea, many pirates can't get to sleep without the soothing rattle of iron chains. + Extra Long Iron Chain + The view out the window can only be enhanced by hanging this blue velvet fabric above it. + Maritime Posh Valance + Not enough velvet in your house? Here's an easy and fabulous fix. + Seafoam Posh Valance + This red velvet valance gives a sumptuous look to any captain's window. + Bloody Posh Valance + This velvet valance is much too elegant to be useful. + Gothic Posh Valance + These curtains have the maximum number of tassels allowed by Aeternian law. + Maritime Posh Curtains + Keeps your cabin warm and cozy on cold nights. + Seafoam Posh Curtains + These curtains are so lovely, you won't even want to look out the window. + Bloody Posh Curtains + The captain is the only person on the ship allowed to sleep in. These heavy velvet curtains will block out every trace of early morning sun. + Gothic Posh Curtains + These curtains are somehow both opulent and threadbare at the same time. + Maritime Ragged Curtains + No need to draw these curtains. They'll let the daylight through either way. + Seafoam Ragged Curtains + These curtains might have been the height of luxury...once. + Bloody Ragged Curtains + For when there is darkness in your soul, but not too much. + Gothic Ragged Curtains + A crate of grog bottles. It might not be fancy, but at least there's a lot of it. + Grog Crate + Technically, this canteen is meant to be used for water. + Canteen Set + Beer provides vital nutrition and calories to sailors on long voyages. It often contains less than 1% alcohol. + Small Beer Set + This drinking set is used to imbibe alcohol in moderation, and in accordance with all local laws and statutes. + Moderate Drinking Set + You'll never see the world outside Aeternum again. But at least you can look at this globe. + Old World Globe + When your ship is being pursued by howling ghosts, you can look at this loot and know that it was all worth it. + Pirate Jewel Box + This beautiful mixed-metal tea set was crafted in one of the finest workshops in Damascus. + Ottoman Tea Set + This map of Aeternum is beautiful, but unfinished. There's still much left to discover. + Map of Aeternum + A rolled-up map holds infinite possibilities. + Tightly Furled Map + Nothing can be more final than a threatening letter to your enemies. Except, perhaps, how your enemies might respond to said letter. + Captain's Writing Set + These tools once belonged to the most talented cartographer who ever sailed the Mediterranean Sea. + Cartographer's Tools + Even in the golden age of sailing, sometimes you've got no choice but to row. + Oar-nament + A melancholy painting in a silver and burlwood frame. The proud captain of this Spanish galleon never got around to getting her portrait painted while she was still in one piece. + "The Amaranta" Painting + A beatific painting in an arched silver frame. To a pirate, there's no sight more beautiful than a port that he had given up hope of ever reaching. + "Journey's End" Painting + A timeworn painting in an oval frame. After lights out, sailors used to trade whispered stories about ghost ships like the one in this painting. + "Flying Dutchman" Painting + The tranquil color encourages your guests to linger over dessert. + Maritime Place Setting + Yes, it's hard to get food stains out of velvet. But this is a matter of style. + Seafoam Place Setting + You treat your dinner guests with respect, but also gently remind them that you can have them killed at any time. + Bloody Place Setting + With this place setting, any meal becomes a kingly feast. + Gothic Place Setting + A sturdy set of iron cookware is worth its weight in stolen gemstones. + Ship's Cookware + These ropes are so beautifully rigged, they could bring an old sailor to tears. + Pirate Rigging + The fibers of this old fishing net remember the struggle of every fish it ever caught. + Fishing Net Decoration + An ingenious pirate managed to smuggle a whole shipment of fine cognac out of France by disguising it in these humble rum bottles. + Pirate Rum Crate + The very last bottle of this particular vintage left in the world. + Clouded Glass Jug + A pirate scholar's treatise on the great Stormwall of Aeternum. + Scholarly Scroll + An old letter of marque - once a free pass to pillage and terrorize, now just a fond memento. + Letter of Marque + Seeing this sign outside a tavern door lets you know that you're in for a fun and wholesome time. + Pirate Sign + This proud pirate swore he'd rather die than be parted from his beloved hat. + Skull With Fancy Hat + These swords aren't just for show. They're kept meticulously polished and sharpened in case of a dueling emergency. + Ship Wheel Swords Display + This state-of-the-art brass telescope is a great comfort for former sailors who once used the stars to navigate the open sea. + Brass Telescope + Filled with sweet water transported from the fresh glacier brooks of northern Aeternum. + Freshwater Barrel + One benefit of being a landlubber: clothes cleaned in fresh water cause way less chafing. + Pirate Washtub + A selection of fine weapons, taken off the bodies of adversaries who made the mistake of fighting fair. + Pirate Weapon Arrangement + These beautiful flintlock pistols have a walnut stock and a top firing rate of three rounds per minute. + Flintlock Pistols + This keg is proof that you throw the best parties in town. The whole crew is invited! + Pirate Crew Keg + This shelf holds everything a well-stocked galley needs. + Hardworking Galley Shelf + You can store your balsamic vinegar on this shelf without worrying about ruining the finish. + Salt-stripped Galley Shelf + This shelf might be a practical piece of furniture, but that doesn't mean it doesn't deserve fancy gold scrollwork. + Well-polished Galley Shelf + A cheeky combination of luxury and coziness that's sure to turn heads. + Black-lacquered Galley Shelf + The ingenious copper mechanism atop this sink actually heats the water as you pump it! Incredible! + Copper Water Pump + The iron will keep your vittles hot for a long, long time. + Ornate Cast-Iron Stove + If copper was good enough for the ancient Romans, it's good enough for you. + Ornate Copper Stove + This stove was a special order from a pirate captain who loved to cook. + Ornate Bronze Stove + This stove proves that you have money to burn. + Ornate Gold Stove + Often placed in a lady's cabin, because a woman's bare feet touching the wood of the ship was considered bad luck. + Curved Maritime Rug + The beautiful color is worth the effort it takes to keep it clean. + Round Seafoam Rug + The rich red color of this rug hides bloodstains extremely well. + Crescent Bloody Rug + Bewitchingly soft on your bare toes. + Oval Gothic Rug + A chest that grants access to your storage, and increases your storage by 800 weight when placed in your home. +The kind of chest every pirate dreams of digging up. + Booty Storage Chest + With convenient built-in barrel storage! + Short Barrel Countertop + This counter is perfect for counting your treasure. The mallet is for anyone who tries to interrupt you. + Long Barrel Countertop + This desk is just for fun. Everyone knows that the best part of being a pirate is - no paperwork. + Hardworking Scrolled Desk + Watch out for splinters in your writing hand. + Salt-stripped Scrolled Desk + This desk is perfect for writing poetry and ransom notes. + Well-polished Scrolled Desk + A legendary pirate queen once wrote letters to her many lovers at this desk. + Black-lacquered Scrolled Desk + It's important to look your best while raining terror down on your enemies. + Hardworking Vanity Table + Place this handsome vanity table near your front door, to make sure your hat looks good before you leave. + Salt-stripped Vanity Table + You wake in a cold sweat. There's someone in the room! Wait, no... it's just your reflection in this fine vanity mirror. + Well-polished Vanity Table + This gilded vanity was a custom order from a Dutch workshop that specializes in pirate décor. + Black-lacquered Vanity Table + Imagine how many off-key sea shanties this double keg countertop has heard. + Pirate Keg Kitchen Island + A table for those with great taste and a big appetite for culinary adventure. + Hardworking Dining Table + The bronze skulls, ever-present reminders of death, help you truly savor your meal as if it were your last. + Salt-stripped Dining Table + Being invited to dine at the Captain's table is a great honor for a humble pirate. + Well-polished Dining Table + Imagine how much champagne and caviar this table could hold. (And yet somehow, still not enough.) + Black-lacquered Dining Table + Perfect for a small, tight-knit crew. + Hardworking Small Table + This style of table is becoming increasingly popular in Aeternum, even among landlubbers. + Salt-stripped Small Table + Elegant, yet space-efficient. Captain approved. + Well-polished Small Table + Contains a hidden compartment for snacks. Very expensive snacks! + Black-lacquered Small Table + Every morning, you'll wake from sleep, see this bed, and remember instantly that you've made it in life. + Teak Carved Canopy Bed + The red silk sheets will draw joy, luck, and happiness to your home. + Ebony Carved Canopy Bed + The mix of cool teal silks and warm red woods has an interesting affect in making you feel both alert, yet relaxed. + Rosewood Carved Canopy Bed + A bed extravagantly carved from one block of pure jade. Jade is said to represent good health and long life…in bed. + Jade Carved Canopy Bed + The rich warm hue of the silk cushions will give you the energy you need to curl up and finish that novel you're reading. + Goldenrod Silk Daybed + The contrast between the red silk and the black wood is especially striking. + Ruby Silk Daybed + Such a tranquil color. What a perfect place for a nap. + Turquoise Silk Daybed + The craftsmanship is exquisite, even if the carved jade is a bit cold on your back. + Whitegold Silk Daybed + The curves of this chair are both architectural and ergonomical. + Carved Teak Armchair + A chair like this almost makes you regret your immortality, just so you could have passed it down to your children. + Carved Ebony Armchair + The hue of the wood is so rich and warm, it's almost a shame to cover it up with your butt. + Carved Rosewood Armchair + Sitting in this luminous jade chair is said to open several chakras at once. + Carved Jade Armchair + The slim legs of this chair are much sturdier than they look. + Graceful Teak Chair + This antique chair was crafted centuries ago, in a legendary imperial workshop. + Graceful Ebony Chair + The abalone seat of this chair has a strange, beautiful luminosity. + Graceful Rosewood Chair + The combination of jade and abalone will keep you cool on even the hottest summer days. + Graceful Jade Chair + For a stool, this piece offers a surprising amount of lounging space. + Carved Teak Stool + Rub a bit of walnut oil into this well-loved antique to bring out its original shine. + Carved Ebony Stool + Sitting on this rich red stool will force you to improve your posture. + Carved Rosewood Stool + Sitting on this stool feels like sitting at the bottom of a tranquil, sun-dappled pond. + Carved Jade Stool + Keep your wits sharp by trying to remember what you put in all these drawers. + Teak Apothecary Cabinet + In addition to all the normal drawers, this armoire also contains at least one secret drawer. + Ebony Apothecary Cabinet + With this fine cabinet in your house, don't be surprised if your neighbors start coming to you for medical advice. + Rosewood Apothecary Cabinet + Ingredients kept in these jade drawers somehow stay fresh longer. + Jade Apothecary Cabinet + The brass hardware on this antique bookcase is still in incredible condition. + Large Teak Bookcase + This multi-level case is perfect for displaying all your curiosities. + Large Ebony Bookcase + True interior design is not about the things you put on the shelves, but about the space you leave between them. + Large Rosewood Bookcase + No need to buy fancy first editions. You could put any book on this shelf, and it would still look stunning. + Large Jade Bookcase + Each shelf has a handy railing so your books won't fall off the back. + Narrow Teak Bookcase + This bookcase was made before books were even invented. + Narrow Ebony Bookcase + Books with upsetting covers can go in the drawers. + Narrow Rosewood Bookcase + You'll retain 10% more information from books stored in a jade bookcase. + Narrow Jade Bookcase + This beautiful teak chest is equally good at storing silks and snacks. + Painted Teak Chest + If you put your ear to this chest, you might hear the echoes of many years of domestic bliss. + Painted Ebony Chest + The dragons painted on the doors of this chest will protect its contents from the outside world. + Painted Rosewood Chest + The artist developed a special type of paint that adheres to jade without damaging it. + Painted Jade Chest + Finally, a convenient way to organize all those weapons you've got lying around. + Teak Weapon Rack + For extra peace of mind, keep this handy weapon rack right next to your bed. + Ebony Weapon Rack + This beautiful weapon rack comes with a scratch-resistant varnish. Protects the wood, and your weapons. + Rosewood Weapon Rack + Are those the ancient spears of legend? They must be, to earn a place on this incredible weapon rack. + Jade Weapon Rack + These bowls dry super fast when you suspend them from the ceiling. + Hanging Wicker Bowls + This multi-tier planter is perfect for growing herbs and spices. + Hanging Herb Garden + The shoots and cuttings in these planters will grow big and strong under your care. + Hanging Plant Nursery + You've found that the drainage offered by this suspended shelf is perfect for your treasured bonsai. + Hanging Bonsai + The cheerful green color seems to keep the contents fresher. + Green Clay Pot + The cork stopper makes this pot useful for long-term storage. + Red Clay Pot + This jar is tough enough to stand up to daily use. Usually filled with wine, beer, or oil. + Natural Clay Amphora + Sealed on top to prevent spillage and evaporation. + Red Clay Amphora + These bamboo shoots are growing so well, they'll soon need a bigger planter. + Living Bamboo Planter + Which is more exquisite, the bamboo or the vase? Ah, that's a philosophical question. + Bamboo Display Vase + A no-nonsense clay pot, to store your no-nonsense bamboo poles. + Cut Bamboo Storage Pot + This is the armory rack of a person who has had many, many adventures. + Crowded Armory Rack + The gemstone luster of this planter is so beautiful, it doesn't even need a plant. + Short Green Porcelain Vase + This exquisite planter features a crimson overglaze with a design stenciled in silver leaf, in the traditional style. + Short Red Porcelain Vase + The pattern on this planter is reminiscent of luxurious brocade cloth. + Short Black Porcelain Vase + The subtle shine of the gold foil on the cream-colored background invites a longer look. + Short Cream Porcelain Vase + This vibrant blue pigment is hard to source these days. This planter is truly something special. + Short White Porcelain Vase + A wok is an incredibly versatile piece of cookware. You can make almost anything in it. + Iron Wok Set + These delicate dishes will be even more beautiful when they're clean. + Unwashed China + These bamboo baskets will serve up plump, glistening, perfectly-steamed dumplings. + Dumpling Steamer Set + Graciously host an afternoon tea party, or a midnight cake party. Anytime is the right time with this refined tea set. + Tea and Snacks China Set + A traditional tea ceremony is a chance to unwind, savor the moment, and contemplate the beautiful transience of life. + Tea Ceremony Set + Feel free to admire, but watch out; this feisty goldfish loves to splash anyone who comes in range. + Goldfish in Porcelain Bowl + The fruits of the fall harvest will keep your spirits up during the long, cold Aeternian winter. + Winter Flower Arrangement + A good flower arrangement invokes surprise and delight. This contrast of the maidenhair and baby's breath is a prime example. + Fusion Flower Arrangement + Both the aster and artemesia flowers are named after ancient goddesses. + Poignant Flower Arrangement + A beautiful place setting increases anticipation for the coming meal. + Goldenrod Place Setting + In Aeternum, the soup is usually served after the main course. + Ruby Place Setting + This dyed bamboo placemat is richly colored and easy to clean. + Turquoise Place Setting + Invokes the quiet beauty of an imperial garden at your dinner table. + Whitegold Place Setting + How exquisite. You must take excellent care of this tiny tree. Now where are your tiny tools? + Bonsai Centerpiece + Practice your fanciest handwriting with this brush set. There is even a book with examples of all the letters in several styles. + Calligraphy Brush Set + With this handy drip-dry brush rack, you'll always have a fresh brush ready to go. + Letter-writing Set with Brush Drying Rack + With this beautiful brush set with matching case, you, too, can succeed in the world of business. + Brush Set with Parcels + Serve up a moment of tranquility for yourself and your three closest friends. + Tea Serving Set + This precious vase has changed hands many times over the centuries. Now, those hands are yours. Pay no attention to the rumors that it's cursed. + Tall Green Porcelain Vase + Created in China during the Jiajing period, vases like this one are wildly popular in royal courts around the world. + Tall Red Porcelain Vase + This rich black vase, decorated with gold leaf, is a relic of a bygone golden age of luxury. + Tall Black Porcelain Vase + This vase glows with an understated brilliance, like a pearl. + Tall Cream Porcelain Vase + The delicate blue color of the flowers is made with cobalt ore, imported from a hot desert land. + Tall White Porcelain Vase + This beautiful birdcage is spotlessly clean and ready for a new tenant. + Red-lacquered Songbird Cage + No view from any window could possibly be better than this. + Teak Painted Bamboo Blinds + The best part of these blinds is that you can make the dragons disappear and reappear by tilting the slats. + Ebony Painted Bamboo Blinds + Slatted blinds are a marvelous invention, allowing you to spy on your neighbors without them being able to see you in return. + Rosewood Painted Bamboo Blinds + Dragons are said to be able to create clouds with their breath. Drawing these blinds might increase the chance of rain. + Jade Painted Bamboo Blinds + These silk drapes are a wonderful fusion of both Asian and European forms. + Goldenrod Brocade Drapes + The silver dragons embroidered into these drapes will protect your house from any strife that might try to enter through the window. + Ruby Brocade Drapes + The same heavy elements used to create this turquoise dye, like lead and mercury, were also often brewed into popular 'health' elixirs. + Turquoise Brocade Drapes + There are more than twenty Troy ounces of pure gold thread embroidered into each of these panels. + Whitegold Brocade Drapes + A golden swath of silk to hang in your window. + Goldenrod Brocade Valance + Aww, they're like tiny little drapes! That's adorable. + Ruby Brocade Valance + Thanks to these short curtains, your house will stay nice and cool while the sun is high in the sky. + Turquoise Brocade Valance + Placing jade near a window helps infuse incoming fresh air with its many virtues. + Whitegold Brocade Valance + A famous dancer used this pair of fans in all her performances. When she retired, she passed them down to her granddaughter. + Sentimental Silk Fans + In the language of flowers, this arrangement might symbolize hard-won, bittersweet wisdom. + Poignant Flower Hanging Basket + This symbolic nest will encourage happiness to come roost in your home. + Decorative Root Ball + Incense has been burned in China since Neolithic times. Your house smells amazing now. + Fragrant Incense Censer + A black ink painting in a bamboo frame. The tight, precise brushstrokes that make up the pine needles have a courtly air. + "Pine Bonsai" Painting + A placid watercolor painting in a dark wood frame. The mountains wreathed in pre-dawn mists seem to promise the fresh start of a new day. + "Sunrise Over the Western Mountains" Painting + A black ink painting in a bamboo frame. The four-floor pagoda depicted here is quite peculiar: nearly all pagodas have an uneven number of floors. + "Improbable Pagoda" Painting + A colorful blockprint in a dark wood frame. The skill of the printer is clearly displayed in the overlapping washes of color in the clouds. + "Clouds of Heaven" Painting + This sweet yellow wine is often referenced in classical Chinese literature. The highest quality huanjiu is aged in clay jars for up to twenty years. + Huangjiu Amphora + Fashions change with the seasons, but a good teak dresser is timeless. + Teak Dresser + Perhaps you could stage a fun diorama behind the center doors. No one else has to know. + Ebony Dresser + The red color invites joy; the chrysanthemum drawer pulls denote longevity. With this dresser, you'll be happy forever. + Rosewood Dresser + The best jade is slightly translucent. Best put anything embarrassing at the bottom of the drawer. + Jade Dresser + A beautiful display for your smallest treasures, netsukes, tchotchkes, trinkets, gewgaws, knickknacks, bric-a-brac, or whatever is closest to your heart. + Teak Circular Curio Shelf + Having this beautiful rosewood shelf on your wall is the perfect excuse to start some kind of whimsical collection. + Ebony Circular Curio Shelf + This shelf might look dainty and delicate, but it can hold a great deal of heavy items and still remain on the wall. + Rosewood Circular Curio Shelf + This piece is more than a mere shelf. What you place on it is immaterial. In itself, it is a monument to the taste and authority of its owner. + Jade Circular Curio Shelf + This handsome teak shelf is the perfect blend of form and function. Plus, it's naturally water-repellent. + Teak Pedestal Shelf + The right-angled bracing below the shelf is not only pleasing to the eye, but also helps distribute the weight. + Ebony Pedestal Shelf + The perfect place to display a priceless family heirloom, or perhaps an interesting rock you found on your morning walk. + Rosewood Pedestal Shelf + This exquisite shelf is only big enough to display one item. Choose carefully. + Jade Pedestal Shelf + There's no better place to prepare a heavenly feast. + Dynastic Stove + The light from this lucky lantern is said to scare away hungry monsters that lurk in the darkness. + Four-tasseled Hanging Lantern + This majestic eight-tasseled hanging lantern was once reserved for use only in the imperial palace. + Eight-tasseled Hanging Lantern + The warm yellow glow of this iron lantern makes you feel safe, like someone is watching over you. + Temple Hanging Lantern + Every day is a party with this red paper lantern. There are no exceptions. + Festival Hanging Lantern + If you die out in the wilderness, this cheerful lantern will light a safe path for your soul to return. + Cutout Standing Lantern + Its unique round design allows it to shed its light equally in all directions. + Round Standing Lantern + This brass lantern is a microcosm of a universe in harmony. + Temple Standing Lantern + For some reason, the oil in this elaborate iron lantern seems to last twice as long as it should. + Chrysanthemum Standing Lantern + This red triple lantern provides three times the protection against evil spirits. + Festival Wall-mounted Lantern + With iron banding and a waterproof, fireproof coating, this lantern could withstand a hurricane. + Iron-bound Wall-mounted Lantern + The simplicity of this paper lantern means that nothing will come between you and the light. + Simple Wall-mounted Lantern + There's no need to fear the dark, even if you're short on table space. + Temple Wall-mounted Lantern + This silky-soft rug features a stylized keystone border. Its symmetrical perfection speaks to the mastery of the court artist who wove it. + Goldenrod Geometric Rug + The sharp contrast of the dark red and the bright silver calls to you in ways you never knew. + Ruby Geometric Rug + Surround this jewel-toned silk rug with neutral colors to draw the viewer's eye. + Turquoise Geometric Rug + The pure simplicity of the colors only highlights the pure mastery of the craftsmanship that is the majesty of this rug. + Whitegold Geometric Rug + The bright orange of this woven mat always brings a smile to your face. You just can't help it. It's such a happy color. + Goldenrod Woven Floor Mat + The deepness of the red is so striking, no one will ever notice you swept all the dust under it. + Ruby Woven Floor Mat + A traditional woven bamboo design, dyed a surprising blue-green. An easy-to-clean pop of color for your floor. + Turquoise Woven Floor Mat + If you look carefully, you can see the delicate balance of gold and cream colors interwoven perfectly into what appears to be a solid color. + Whitegold Woven Floor Mat + A chest that grants access to your storage, and increases your storage by 800 weight when placed in your home. +Such fine craftsmanship, and a style rarely seen. + Dynasty Storage Chest + This type of carved table is extremely popular among the merchant classes of Beijing. + Teak End Table + This antique end table is in pristine condition. It would definitely spark a bidding war in the auction houses of Europe. + Ebony End Table + Placing this end table next to your bed is sure to bring dreams of happiness. + Rosewood End Table + The latticework on this jade table is breathtaking. How did they carve that without cracking the stone? + Jade End Table + It's easy to write poetry at this low desk. Being close to the earth provides inspiration. + Teak Writing Desk + The elegant simplicity and graceful wear of this low writing desk whispers "old money". + Ebony Writing Desk + If you want to do any writing at this desk, you will have to place a mat and sit on the floor. It's the proper method. + Rosewood Writing Desk + Any letters written at this commanding jade desk automatically become Proclamations. + Jade Writing Desk + Teak trees don't grow on Aeternum, making this imported table especially prized. + Teak Dining Table + This latticed table is an Aeternum original, created by a Chinese master craftsman. He wash up with the remains of his ship after a storm. + Ebony Dining Table + The minimalist lines and understated aesthetic of this table places its origin squarely in the Ming Dynasty period. + Rosewood Dining Table + This solid jade table weighs over twelve hundred pounds. You should probably keep your cool, because this baby is unflippable. + Jade Dining Table + The perfect place to put a pitcher of iced tea. The abalone top will help keep the ice from melting. + Graceful Teak Table + This particular type of iridescent abalone used for this tabletop is unique to Aeternum. + Graceful Ebony Table + Either they used a whole bunch of abalone to make the top for this table, or that was one really huge shellfish. + Graceful Rosewood Table + When the sunlight hits the abalone in exactly the right way, you can almost imagine a face just below the surface. + Graceful Jade Table + + diff --git a/NewWorldCompanion.Services/NewWorldCompanion.Services.csproj b/NewWorldCompanion.Services/NewWorldCompanion.Services.csproj index 79904ee..8bee59f 100644 --- a/NewWorldCompanion.Services/NewWorldCompanion.Services.csproj +++ b/NewWorldCompanion.Services/NewWorldCompanion.Services.csproj @@ -10,8 +10,12 @@ + + + + @@ -36,12 +40,16 @@ Never + + Never Never + + diff --git a/NewWorldCompanion.Services/NewWorldDataStore.cs b/NewWorldCompanion.Services/NewWorldDataStore.cs index d974967..56c073a 100644 --- a/NewWorldCompanion.Services/NewWorldDataStore.cs +++ b/NewWorldCompanion.Services/NewWorldDataStore.cs @@ -19,8 +19,9 @@ public class NewWorldDataStore : INewWorldDataStore { private readonly IEventAggregator _eventAggregator; - private List _masterItemDefinitionsCraftingJson = new List(); + private List _masterItemDefinitionsJson = new List(); private List _craftingRecipesJson = new List(); + private List _houseItemsJson = new List(); private Dictionary _itemDefinitionsLocalisation = new Dictionary(); // Start of Constructor region @@ -42,8 +43,6 @@ public NewWorldDataStore(IEventAggregator eventAggregator) #region Properties - - #endregion // Start of Methods region @@ -55,8 +54,9 @@ private void UpdateStoreData() var assembly = Assembly.GetExecutingAssembly(); string resourcePath = string.Empty; - // MasterItemDefinitionsCrafting Json - _masterItemDefinitionsCraftingJson.Clear(); + // MasterItemDefinitions Crafting + _masterItemDefinitionsJson.Clear(); + var masterItemDefinitionsJson = new List(); resourcePath = "MasterItemDefinitions_Crafting.json"; resourcePath = assembly.GetManifestResourceNames().Single(str => str.EndsWith(resourcePath)); using (Stream? stream = assembly.GetManifestResourceStream(resourcePath)) @@ -71,8 +71,50 @@ private void UpdateStoreData() // register the converter options.Converters.Add(new BoolConverter()); - _masterItemDefinitionsCraftingJson = JsonSerializer.Deserialize>(stream, options) ?? new List(); - //_masterItemDefinitionsCraftingJson.RemoveAll(item => item.BindOnPickup); + masterItemDefinitionsJson = JsonSerializer.Deserialize>(stream, options) ?? new List(); + _masterItemDefinitionsJson.AddRange(masterItemDefinitionsJson); + } + } + + // MasterItemDefinitions Loot + masterItemDefinitionsJson.Clear(); + resourcePath = "MasterItemDefinitions_Loot.json"; + resourcePath = assembly.GetManifestResourceNames().Single(str => str.EndsWith(resourcePath)); + using (Stream? stream = assembly.GetManifestResourceStream(resourcePath)) + { + if (stream != null) + { + // create the options + var options = new JsonSerializerOptions() + { + WriteIndented = true + }; + // register the converter + options.Converters.Add(new BoolConverter()); + + masterItemDefinitionsJson = JsonSerializer.Deserialize>(stream, options) ?? new List(); + _masterItemDefinitionsJson.AddRange(masterItemDefinitionsJson); + } + } + + // MasterItemDefinitions Quest + masterItemDefinitionsJson.Clear(); + resourcePath = "MasterItemDefinitions_Quest.json"; + resourcePath = assembly.GetManifestResourceNames().Single(str => str.EndsWith(resourcePath)); + using (Stream? stream = assembly.GetManifestResourceStream(resourcePath)) + { + if (stream != null) + { + // create the options + var options = new JsonSerializerOptions() + { + WriteIndented = true + }; + // register the converter + options.Converters.Add(new BoolConverter()); + + masterItemDefinitionsJson = JsonSerializer.Deserialize>(stream, options) ?? new List(); + _masterItemDefinitionsJson.AddRange(masterItemDefinitionsJson); } } @@ -89,7 +131,19 @@ private void UpdateStoreData() } } - // ItemDefinitionsLocalisation Xml + // HouseItems Json + _houseItemsJson.Clear(); + resourcePath = "HouseItems.json"; + resourcePath = assembly.GetManifestResourceNames().Single(str => str.EndsWith(resourcePath)); + using (Stream? stream = assembly.GetManifestResourceStream(resourcePath)) + { + if (stream != null) + { + _houseItemsJson = JsonSerializer.Deserialize>(stream) ?? new List(); + } + } + + // ItemDefinitionsLocalisation _itemDefinitionsLocalisation.Clear(); resourcePath = "javelindata_itemdefinitions_master.loc.xml"; resourcePath = assembly.GetManifestResourceNames().Single(str => str.EndsWith(resourcePath)); @@ -107,8 +161,38 @@ private void UpdateStoreData() string key = loc.Attribute("key")?.Value ?? string.Empty; string value = loc.Value; - // TODO Add support for items not in _masterItemDefinitionsCraftingJson - if (_masterItemDefinitionsCraftingJson.Any(d => d.Name?.Equals("@" + key, StringComparison.OrdinalIgnoreCase) ?? false)) + // Supported items so far: + // MasterItemDefinitions_Crafting.json + // MasterItemDefinitions_Loot.json + // MasterItemDefinitions_Quest.json + if (_masterItemDefinitionsJson.Any(d => d.Name?.Equals("@" + key, StringComparison.OrdinalIgnoreCase) ?? false)) + { + _itemDefinitionsLocalisation.Add(key.ToLower(), value); + } + } + } + } + + // ItemDefinitionsLocalisation - HouseItems + resourcePath = "javelindata_housingitems.loc.xml"; + resourcePath = assembly.GetManifestResourceNames().Single(str => str.EndsWith(resourcePath)); + using (Stream? stream = assembly.GetManifestResourceStream(resourcePath)) + { + if (stream != null) + { + var xml = XDocument.Load(stream); + var query = from loc in xml.Descendants() + where loc.Name.LocalName == "string" + select loc; + + foreach (var loc in query) + { + string key = loc.Attribute("key")?.Value ?? string.Empty; + string value = loc.Value; + + // Supported items so far: + // HouseItems.json + if (_houseItemsJson.Any(d => d.Name?.Equals("@" + key, StringComparison.OrdinalIgnoreCase) ?? false)) { _itemDefinitionsLocalisation.Add(key.ToLower(), value); } @@ -124,8 +208,8 @@ public List GetCraftingRecipes() { string id = craftingRecipeJson.RequiredAchievementID; string tradeskill = craftingRecipeJson.Tradeskill; - string itemId = _masterItemDefinitionsCraftingJson.FirstOrDefault(d => d.SalvageAchievement.Equals(craftingRecipeJson.RequiredAchievementID, StringComparison.OrdinalIgnoreCase))?.ItemID ?? string.Empty; - string localisationId = _masterItemDefinitionsCraftingJson.FirstOrDefault(d => d.SalvageAchievement.Equals(craftingRecipeJson.RequiredAchievementID, StringComparison.OrdinalIgnoreCase))?.Name ?? string.Empty; + string itemId = _masterItemDefinitionsJson.FirstOrDefault(d => d.SalvageAchievement.Equals(craftingRecipeJson.RequiredAchievementID, StringComparison.OrdinalIgnoreCase))?.ItemID ?? string.Empty; + string localisationId = _masterItemDefinitionsJson.FirstOrDefault(d => d.SalvageAchievement.Equals(craftingRecipeJson.RequiredAchievementID, StringComparison.OrdinalIgnoreCase))?.Name ?? string.Empty; string localisation = _itemDefinitionsLocalisation.GetValueOrDefault(localisationId.Trim(new char[] { '@' }).ToLower()) ?? localisationId.Trim(new char[] { '@' }); if (!string.IsNullOrWhiteSpace(id) && !string.IsNullOrWhiteSpace(tradeskill) && @@ -146,34 +230,48 @@ public List GetCraftingRecipes() public bool IsBindOnPickup(string itemName) { - // TODO Needs improvement. Look into more properties like IsTradable, quests, etc. var localisationId = _itemDefinitionsLocalisation.FirstOrDefault(x => x.Value.Equals(itemName, StringComparison.OrdinalIgnoreCase)).Key; - var item = _masterItemDefinitionsCraftingJson.FirstOrDefault(i => i.Name.Equals($"@{localisationId}", StringComparison.OrdinalIgnoreCase)); + var item = _masterItemDefinitionsJson.FirstOrDefault(i => i.Name.Equals($"@{localisationId}", StringComparison.OrdinalIgnoreCase)); + var houseItem = _houseItemsJson.FirstOrDefault(i => i.Name.Equals($"@{localisationId}", StringComparison.OrdinalIgnoreCase)); if (item != null) { return item.BindOnPickup; } + if (houseItem != null) + { + return houseItem.BindOnPickup; + } return true; } public string GetItemId(string itemName) { var localisationId = _itemDefinitionsLocalisation.FirstOrDefault(x => x.Value.Equals(itemName, StringComparison.OrdinalIgnoreCase)).Key; - var item = _masterItemDefinitionsCraftingJson.FirstOrDefault(i => i.Name.Equals($"@{localisationId}", StringComparison.OrdinalIgnoreCase)); + MasterItemDefinitionsJson? item = _masterItemDefinitionsJson.FirstOrDefault(i => i.Name.Equals($"@{localisationId}", StringComparison.OrdinalIgnoreCase)); + HouseItemsJson? houseItem = _houseItemsJson.FirstOrDefault(i => i.Name.Equals($"@{localisationId}", StringComparison.OrdinalIgnoreCase)); if (item != null) { return item.ItemID; } + if (houseItem != null) + { + return houseItem.HouseItemID; + } return string.Empty; } - public MasterItemDefinitionsCraftingJson? GetItem(string itemId) + public ItemDefinition? GetItem(string itemId) { - var item = _masterItemDefinitionsCraftingJson.FirstOrDefault(i => i.ItemID.Equals(itemId, StringComparison.OrdinalIgnoreCase)); + var item = _masterItemDefinitionsJson.FirstOrDefault(i => i.ItemID.Equals(itemId, StringComparison.OrdinalIgnoreCase)); + var houseItem = _houseItemsJson.FirstOrDefault(i => i.HouseItemID.Equals(itemId, StringComparison.OrdinalIgnoreCase)); if (item != null) { return item; } + if (houseItem != null) + { + return houseItem; + } return null; } @@ -200,6 +298,5 @@ public string GetLevenshteinItemName(string itemName) #endregion - } } diff --git a/NewWorldCompanion.Services/PriceManager.cs b/NewWorldCompanion.Services/PriceManager.cs index dce5d93..6f5bc63 100644 --- a/NewWorldCompanion.Services/PriceManager.cs +++ b/NewWorldCompanion.Services/PriceManager.cs @@ -18,6 +18,8 @@ public class PriceManager : IPriceManager private readonly IHttpClientHandler _httpClientHandler; private readonly INewWorldDataStore _newWorldDataStore; + private readonly object priceRequestLock = new object(); + private Dictionary _priceCache = new Dictionary(); private List _priceRequestQueue = new List(); private bool _priceRequestQueueBusy = false; @@ -104,58 +106,61 @@ public void UpdatePriceData(string itemName) if (!_priceCache.ContainsKey(itemName)) { if (!_priceRequestQueue.Contains(itemName)) _priceRequestQueue.Add(itemName); - if (!_priceRequestQueueBusy) + lock(priceRequestLock) { - _priceRequestQueueBusy = true; - Task task = Task.Run(async () => + if (!_priceRequestQueueBusy) { - string itemId = _newWorldDataStore.GetItemId(itemName); - bool isBindOnPickup = _newWorldDataStore.IsBindOnPickup(itemName); - if (!string.IsNullOrWhiteSpace(itemId) && !isBindOnPickup) + _priceRequestQueueBusy = true; + Task task = Task.Run(async () => { - try + string itemId = _newWorldDataStore.GetItemId(itemName); + bool isBindOnPickup = _newWorldDataStore.IsBindOnPickup(itemName); + if (!string.IsNullOrWhiteSpace(itemId) && !isBindOnPickup) { - string uri = $"https://nwmarketprices.com/0/{ServerId}?cn_id={itemId.ToLower()}"; - string json = await _httpClientHandler.GetRequest(uri); + try + { + string uri = $"https://nwmarketprices.com/0/{ServerId}?cn_id={itemId.ToLower()}"; + string json = await _httpClientHandler.GetRequest(uri); - Debug.WriteLine($"uri: {uri}"); - Debug.WriteLine($"json: {json}"); + Debug.WriteLine($"uri: {uri}"); + Debug.WriteLine($"json: {json}"); - if (!string.IsNullOrWhiteSpace(json)) - { - var nwmarketpriceJson = JsonSerializer.Deserialize(json); - if (nwmarketpriceJson != null) + if (!string.IsNullOrWhiteSpace(json)) { - Debug.WriteLine($"item_name: {nwmarketpriceJson.item_name}"); - Debug.WriteLine($"recent_lowest_price: {nwmarketpriceJson.recent_lowest_price}"); - Debug.WriteLine($"last_checked: {nwmarketpriceJson.last_checked}"); - - _priceCache[itemName] = nwmarketpriceJson; - _eventAggregator.GetEvent().Publish(); + var nwmarketpriceJson = JsonSerializer.Deserialize(json); + if (nwmarketpriceJson != null) + { + Debug.WriteLine($"item_name: {nwmarketpriceJson.item_name}"); + Debug.WriteLine($"recent_lowest_price: {nwmarketpriceJson.recent_lowest_price}"); + Debug.WriteLine($"last_checked: {nwmarketpriceJson.last_checked}"); + + _priceCache[itemName] = nwmarketpriceJson; + _eventAggregator.GetEvent().Publish(); + } } - } - else - { - _priceCache[itemName] = new NwmarketpriceJson + else { - item_name = itemName, - recent_lowest_price = "no data", - last_checked = "no data" - }; + _priceCache[itemName] = new NwmarketpriceJson + { + item_name = itemName, + recent_lowest_price = "no data", + last_checked = "no data" + }; + } } + catch (Exception) { }; } - catch (Exception){}; - } - // Always remove from queue, even with exceptions. - _priceRequestQueue.RemoveAll(item => item.Equals(itemName)); - _priceRequestQueueBusy = false; - if (_priceRequestQueue.Any()) - { - Task.Delay(100).Wait(); - UpdatePriceData(_priceRequestQueue.First()); - } - }); + // Always remove from queue, even with exceptions. + _priceRequestQueue.RemoveAll(item => item.Equals(itemName)); + _priceRequestQueueBusy = false; + if (_priceRequestQueue.Any()) + { + Task.Delay(100).Wait(); + UpdatePriceData(_priceRequestQueue.First()); + } + }); + } } } } diff --git a/NewWorldCompanion.Services/StorageManager.cs b/NewWorldCompanion.Services/StorageManager.cs index 599e707..3a0a7f9 100644 --- a/NewWorldCompanion.Services/StorageManager.cs +++ b/NewWorldCompanion.Services/StorageManager.cs @@ -70,14 +70,7 @@ private void LoadStorage() return result != 0 ? result : string.Compare(x.Name, y.Name, StringComparison.Ordinal); }); _items.Clear(); - _items = new ObservableCollection(sortedItems); - - // Sort list - //_items.ToList().Sort((x, y) => - //{ - // int result = string.Compare(x.Storage, y.Storage, StringComparison.Ordinal); - // return result != 0 ? result : string.Compare(x.Name, y.Name, StringComparison.Ordinal); - //}); + _items = new ObservableCollection(sortedItems); SaveStorage(); } diff --git a/NewWorldCompanion/ViewModels/Tabs/StorageViewModel.cs b/NewWorldCompanion/ViewModels/Tabs/StorageViewModel.cs index 2427e33..e98db2e 100644 --- a/NewWorldCompanion/ViewModels/Tabs/StorageViewModel.cs +++ b/NewWorldCompanion/ViewModels/Tabs/StorageViewModel.cs @@ -176,7 +176,7 @@ private void HandleOcrTextReadyEvent() // TODO item count Count = 0, ItemID = itemId, - Name = _newWorldDataStore.GetItem(itemId)?.Name ?? string.Empty, + Name = itemDefinition.Name, Localisation = _itemName, Storage = SelectedStorage }); diff --git a/NewWorldCompanion/common.props b/NewWorldCompanion/common.props index bac30ee..ea3ca6d 100644 --- a/NewWorldCompanion/common.props +++ b/NewWorldCompanion/common.props @@ -1,7 +1,7 @@ - 1.0.4.0 - 1.0.4.0 + 1.0.4.1 + 1.0.4.1 Copyright © 2022 \ No newline at end of file diff --git a/readme/readme-usage3.png b/readme/readme-usage3.png new file mode 100644 index 0000000..4966337 Binary files /dev/null and b/readme/readme-usage3.png differ